Thanks Josef & Atanacio !

I tried what Atanacio suggested and i confirm it works!

PS : wrong rico atanacio :)

On Tue, Sep 28, 2010 at 8:56 AM, Stadelmann Josef
<[email protected]> wrote:
> 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:[email protected]]
> 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 <[email protected]>
> To: Apache AXIS C User List <[email protected]>
> 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: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to