-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsers - WSDL - Create a WSDL Parser #43
Comments
We have a WADL Importer https://github.com/luckymarmot/Paw-WADLImporter for RESTful APIs, so maybe that's not too far from WSDL – both XML at least! If that help in any way. This WADL importer is actually based on https://github.com/lucybot/api-spec-converter, and quite hacky unfortunately. |
The WSDL parser will not be included in API-Flow in the foreseeable future, as the SOAP format differs too much from the other format in API-Flow. |
small update: here is a list of requirements that need to be done before we can implement a WSDL parser:
Once we have this, we can also probably do a WSDL serializer though. (quick reminder that WSDL is actually independent from SOAP, and can describe APIs that use http) |
Any thoughts on this? It's been more than 2 years. |
I agree, I still work with companies that use this old format. It looks like there is still some interest in this feature, at least. |
requested by a user
The text was updated successfully, but these errors were encountered: