Receive SOAP message without the conversion in java object

View: New views
1 Messages — Rating Filter:   Alert me  

Receive SOAP message without the conversion in java object

by Stefano Tranquillini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all.
there's a possibilty to receive the SOAP message without the conversion in java object?
i want to receive smt like this:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:prov="http://prova">
   <soap:Header/>
   <soap:Body>
      <prov:hello>
          <prov:args0>

          </prov:args0>
      </prov:hello>
   </soap:Body>
</soap:Envelope>

Axis2 usually converts these message in JavaObject, but this time i want this string, possibly?

thanks

--
Stefano