Hi all!

I have a question concerning client-side Axis. I have a web service that
seems not to understand "soapenc:root" attributes. All I get when I send a
request (using Axis client) to this web service is: 

"attribute soapenc:root not allowed"

The request looks like this:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 <soapenv:Body>
  <ns1:fullRequest
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:ns1="http://orca.t-mobile.net/aaa";>
   <valid href="#id0"/>
   <partner href="#id1"/>
   <charged href="#id2"/>
  </ns1:fullRequest>
  <multiRef id="id2" soapenc:root="0"
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
xsi:type="ns2:charged"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:ns2="http://orca.t-mobile.net/schemas/2002/aaa/";>
   <partyId href="#id3"/>
   <users xsi:type="soapenc:Array" soapenc:arrayType="ns2:user[1]">
    <item href="#id4"/>
   </users>
  </multiRef>
.
.
.
</soapenv:Body>
</soapenv:Envelope>


Any ideas? Thanx!


T-Mobile Hrvatska
Sektor za informacijske sustave i poslovnu podršku

Damir Suban
Ulica grada Vukovara 23
HR-10 000 Zagreb, Hrvatska
+385 98 262604 (Moj T-Mobile)
+385 1 4984326 (tel)
+385 1 4983666 (faks)
E-Mail: [EMAIL PROTECTED] 
www.t-mobile.hr



Reply via email to