We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I need to access this SOAP API:
The problematic part is the tag 'ns8:Requests' that is part of the body of the listShipments and getShipment services.
Those WSDL should be o.k. as SoapUI 5.7.2 can generate new (and working) requests from them.
Whenever I try to submit a request I'm getting a Validation Error exception 'Missing element Request (listShipments.Request)'.
I tried several variants:
Disabling strict mode didn't help. For now I'm using the work-around to build the request with zeep and then posting it via requests.
Is there an option to disable validation for a request?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I need to access this SOAP API:
The problematic part is the tag 'ns8:Requests' that is part of the body of the listShipments and getShipment services.
Those WSDL should be o.k. as SoapUI 5.7.2 can generate new (and working) requests from them.
Whenever I try to submit a request I'm getting a Validation Error exception 'Missing element Request (listShipments.Request)'.
I tried several variants:
Disabling strict mode didn't help. For now I'm using the work-around to build the request with zeep and then posting it via requests.
Is there an option to disable validation for a request?
The text was updated successfully, but these errors were encountered: