You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Thomas Bolioli <tp...@terranovum.com> on 2004/01/08 22:37:08 UTC

duplicated function in soap envelope

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>