You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
Importing my WSDL to both Postman app and web results in the following error in the request body:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<error>The element or type could not be found undefined</error>
</soap:Body>
</soap:Envelope>
I have been able to use this WSDL with SoapUI with no errors but would like to switch to Postman
Steps To Reproduce
In app or web version, click Import
Click WSDL in the default 'File' type or click 'Link'
Finish importing and navigate to 'Collections'
Navigate to body of request
Screenshots or Videos
Operating System
macOs
Postman Version
9.22.2 (app), 9.31.12 (web)
Postman Platform
Both
Additional Context?
I'm using a tutorial for a sample Spring app with all of its completed code accessible on GitHub. It uses DefaultWsdl11Definition to expose a WSDL from a defined XSD schema. The WSDL would be located at http://localhost:8080/ws/countries.wsdl and looks like:
Thank you for looking into this. It seems that removing the xlmns:sch namespace declaration at the top of the WSDL file fixes this error. What could be the reason for this?
Is there an existing issue for this?
Describe the Issue
Importing my WSDL to both Postman app and web results in the following error in the request body:
I have been able to use this WSDL with SoapUI with no errors but would like to switch to Postman
Steps To Reproduce
Screenshots or Videos
Operating System
macOs
Postman Version
9.22.2 (app), 9.31.12 (web)
Postman Platform
Both
Additional Context?
I'm using a tutorial for a sample Spring app with all of its completed code accessible on GitHub. It uses DefaultWsdl11Definition to expose a WSDL from a defined XSD schema. The WSDL would be located at http://localhost:8080/ws/countries.wsdl and looks like:
WSDL Details
The issue seemed similar to 10588 but there are no remote schema references
The text was updated successfully, but these errors were encountered: