I already did this change before, Anne. And after regenrating the stubs (with
xsd:string[]) I have the same behavior. Nothing seems to have changed.
For more information, when I perform a diff on the generated files in both
cases, the only difference I noticed concerns line 94 of
CDRonDemandSoapBindingStub.java file:
qName = new
javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string");
for xsd:string[] instead of
qName = new
javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/",
"string");
for soapenc:string[].
And both cases show the same problem.
Adnene
Anne Thomas Manes wrote:
>
> Ah ... I see.
>
> The problem is with the service. According to the WSDL, it says that
> it will send you elements of type soapenc:string, but it's actually
> sending you elements of type xsd:string. You can edit the WSDL
> document and change the definitions to xsd:string, regen your client
> stubs, and then it should work.
>
> Anne
>
>
>
>
--
View this message in context:
http://www.nabble.com/Re%3A-Axis-array-serialization-problem-%28Adnene-problem%29-tf2157136.html#a6170656
Sent from the Axis - User forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]