Which part of Axis2/C library/code reads axis2.xml "<parameter 
name="xml-declaration insert="true"/>" 
and then inserts this string into a soap message if parameter is true the way 
Rico wants to have it.?

Josef

-----Ursprüngliche Nachricht-----
Von: Atanacio Reyes [mailto:arey...@yahoo.com] 
Gesendet: Dienstag, 28. September 2010 05:31
An: Apache AXIS C User List
Betreff: Re: XML Encoding information in soap message.

Hi Rico Martínez?:

<?xml version="1.0" encoding="utf-8"?> is not part of soap message, but for 
backward compatibility you can uncomment the line:

<parameter name="xml-declaration insert="true"/>
in axis2.xml file.


----- Original Message ----
From: Rico M <rickom...@gmail.com>
To: Apache AXIS C User List <c-user@axis.apache.org>
Sent: Mon, September 27, 2010 2:33:13 AM
Subject: XML Encoding information in soap message.

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


      

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