Hi Keith: A couple of things:
First off the SOAP-ENC:root="1" attribute in the QueryUserDocsResponse
element seems a little unusual to me. Depending on the SOAP stack that
receives this SOAP message you may find it won't like having an
attribute named root - although the stack should ignore it
Sorry if it wasn't clear... I'm looking to write a wsdl file that will
allow Axis to understand this SOAP message. I am also wondering if this
message is even proper SOAP. Its generated by python SOAPy which I have
read has some issues with complex types like this.
I'm trying to get java to speak to python. My python code used to
return an array of strings which worked just fine. Now it returns a
multidimensional array... but it is returning it in the form:
Robert
Frost
I can't figure out how to write the type to retrieve this... I just
want a mul