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?


Reply via email to