Hi All!

All soap messages i am sending are intercepted as :

<soap:Envelope>
  <soap:Header>
   </soap:Header>
   <soap:Body>
   </soap:Body>
</soap:Envelope>


What i am looking for is adding xml encoding information to the message...

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope>
  <soap:Header>
   </soap:Header>
   <soap:Body>
   </soap:Body>
</soap:Envelope>


Any idea how i can achieve the above ?

Cheers!

---------------------------------------------------------------------
To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org
For additional commands, e-mail: c-user-h...@axis.apache.org

Reply via email to