I have tried searching the web all over the place, but could not find the help I need. Appreciate any help from you. I have this SOAP function definition (provided by Suds): getSomething(xs:anyType[] accessions) I tried to call it like this: result = client.service.getSomething([“string1”, “string2”]) Get this fault: suds.WebFault: Server raised fault: 'com.xyz.VolumeManagerException: java.lan g.ClassCastException: org.apache.xerces.dom.ElementNSImpl cannot be cast to java .lang.String' I think I am not provide the data for anyType correctly. The Web Services API does expect an array of strings. Thanks a million.
Steve
_______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
