You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Rich Catlett <ri...@more.net> on 2001/07/30 19:38:27 UTC

soap messaging over ssl

I've seen the stuf about soap over ssl, but it all deals with rpc, is 
there anything about using the soap messaging service over ssl.

Rich Catlett


Changing from UTF-8 to ISO-8859-1

Posted by Andreas Ullmann <An...@mathema.de>.
I once asked again but did not get an answer:

how can i change the xml-encoding of my soap messages to ISO-Latin-1?

Which means, is it possible to change the charset entry:
POST /StockQuote HTTP/1.1
Host: www.test.com
Content-Type: text/xml; charset="utf-8"
...

to:
POST /StockQuote HTTP/1.1
Host: www.test.com
Content-Type: text/xml; charset="ISO-8859-1"
....


Hope my question isn't too stupid....


Andreas Ullmann




Changing from UTF-8 to ISO-8859-1

Posted by Andreas Ullmann <An...@mathema.de>.
I once asked again but did not get an answer:

how can i change the xml-encoding of my soap messages to ISO-Latin-1?

Which means, is it possible to change the charset entry:
POST /StockQuote HTTP/1.1
Host: www.test.com
Content-Type: text/xml; charset="utf-8"
...

to:
POST /StockQuote HTTP/1.1
Host: www.test.com
Content-Type: text/xml; charset="ISO-8859-1"
....


Hope my question isn't too stupid....


Andreas Ullmann