SOAPpy and ArrayOfString

2007-01-21 Thread icius
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

Re: SOAPpy and ArrayOfString

2007-01-21 Thread icius
'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