Replies: 1 comment
-
|
I created pull requests for both requests |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Adding query string parameters to port addresses
I am working with a SOAP API (WSDL: https://developer.ebay.com/webservices/1379/ebaySvc.wsdl, documentation: https://developer.ebay.com/api-docs/user-guides/static/make-a-call/using-soap.html#parameters) that requires query string parameters to be added to the port address. The endpoint uses these query parameters in the backend to route the request in the appropriate manner.
In this particular API, there are two types of parameters that need to be added.
The Transport.post method signature (
python-zeep/src/zeep/transports.py
Lines 70 to 107 in a345e02
Beta Was this translation helpful? Give feedback.
All reactions