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