SOAP RPC charset

Hello,

I have a simple question concerning the encoding in SOAP-RPC. In all examples of messages sent using SOAP-RPC the contentType is equal either to text/xml or to test/xml; charset=“utf-8”. Is it possible to declare something like text/xml; charset=“iso-8859-1” ?

Thanks.

Basically for standard XML’s the encoding/charset=“utf-8” but if you want to handle with any spl chars (chinese,french etc…) then you can use charset=“iso-8859-1”

HTH,
RMG

Hello,

I found a reference in the W3C website, which says that charset can be equal to utf-8 or utf- 16. So I think that it can also be extended to iso-8859-1. Thanks for the reply.

Regards