You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Ben Hawes <be...@pa.press.net> on 2003/03/31 17:17:57 UTC

complex response type error

I've seen one example of this exact question in the archives, but AFAICT it was never answered.

I'm talking to a c++ Soap server via ApacheSoap, and I'm getting this error:

"The value of the 'http://schemas.xmlsoap.org/soap/encoding/:arrayType' attribute must be namespace-qualified"

when the response is some kind of array structure.

The associated .wsdl line is:

<attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="gv:gvStringPair[]"/>

where SOAP-ENC is defined as:

xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"


gSoap has no problems with any of this, so I don't think there's a problem with the definition. Any ideas what I'm doing wrong?