I'm trying to use SOAPpy to write a web service client. However after defining WSDL object, a call to a web-service method is wrapped in a
<v1> .. actual parameters .. </v1>
How can I disable this v1 tag?
I'm trying to use SOAPpy to write a web service client. However after defining WSDL object, a call to a web-service method is wrapped in a
<v1> .. actual parameters .. </v1>
How can I disable this v1 tag?