Hello,

here's a soap reply of a request which i send through axis2:

<soapenv:Body>
   <ns:InfoResponse xmlns:ns="http://mytest.de/xsd";>
      <return>
         ...my XML document...
      </return>
   </ns:InfoResponse>
</soapenv:Body>

How can i get rid of the "<return>" tag surrounding my xml document? This
tag must be added by some axis2 mechanism. But why?

The response OMElement on my webservice class seems ok...

-- 
Andreas Wagner




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to