I am using soapUI to make web service calls. i need to use python so that i can change the request parameters on the fly.
I have been given the endpoint URL and the wsdl file path.
the wsdl has so many operations defined in it
how should i take it forward to make a specific service call.
I have been given the endpoint URL and the wsdl file path.
the wsdl has so many operations defined in it
how should i take it forward to make a specific service call.