G
Guest
I'm trying to access a SOAP web-service using the latest ZSI, I have the
ServiceDescription and feeding it to a ZSI.ServiceProxy class.
service = ZSI.ServiceProxy('http://xxxx.xxx.xx.x/app/app.asmx?WSDL')
The problem is that the soapaction parameter is not set corectly in the SOAP
request, although it it is corectly set in
service.method1.callinfo.soapaction?
Also service.__doc__ is empty when it shouldn't be?
Any help?
ServiceDescription and feeding it to a ZSI.ServiceProxy class.
service = ZSI.ServiceProxy('http://xxxx.xxx.xx.x/app/app.asmx?WSDL')
The problem is that the soapaction parameter is not set corectly in the SOAP
request, although it it is corectly set in
service.method1.callinfo.soapaction?
Also service.__doc__ is empty when it shouldn't be?
Any help?