Hi, Andreas

Could you post your WSDL, please ?

I guess, you're using RPCMessageReceiver,
and generated WSDL contains <return> in it's types section.

Regards,
kinichiro

--- Andreas Wagner <[EMAIL PROTECTED]> wrote:

> 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]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to