Does anybody know why in Axis 1.1 this would be happening? I am getting two elements of my soap function instead of one. See the example below.

<soapenv:Body>
<testpostdata soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
<testpostdata xsi:type="xsd:string">
Stuff
</testpostdata>
</testpostdata>
</soapenv:Body>
</soapenv:Envelope>


Reply via email to