numbers of Parameters in Webservice function
- by sachin
hi,
I am trying to call webservice from python client using SUDS. as per SUDS support, (https://fedorahosted.org/suds/wiki/Documentation#OVERVIEW)
I created a webservice with Config:
SOAP Binding 1.1
Document/Literal
though Document/literal style takes only one parameter, SUDS Document…