Hello all,
I am trying to use a web services API with Python and SOAPpy as a
client. Some of the method paramters in this web service's WSDL are
asking for an "ArrayOfString" type. Here is my code so far:
#!/usr/bin/python
from SOAPpy import WSDL
wsdlFile =
'http://localhost:8080/axis/services
'srvcdesk'", 1, attr)
print contacts
server.logout(SID)
The XML generated is very similar, but my web service seems to like
this for some reason...weird.
icius wrote:
> Hello all,
>
> I am trying to use a web services API with Python and SOAPpy as a
> client. Some