Re: WSE 2.0 and french text
From: Yves Reynhout (spamticide_at_yahoo.com)
Date: 03/23/05
- Next message: [MSFT]: "Re: Large file upload"
- Previous message: yofnik_at_comcast.net: "Re: WSE2 Advice"
- In reply to: Sebastien Ollivier: "Re: WSE 2.0 and french text"
- Next in thread: Sebastien Ollivier: "Re: WSE 2.0 and french text"
- Reply: Sebastien Ollivier: "Re: WSE 2.0 and french text"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 23 Mar 2005 21:40:40 +0100
Sebastien Ollivier wrote:
> My Web Service is sending a response encoding with ISO-8859-1.
> If i change the settings of my HTTP Server in order to send a response
> encoded with UTF-8, an exception is thrown in my C# application because of an
> "é" letter included in the soap enveloppe.
> I think it's normal because "é" is not UTF-8.
>
> Is there any way to enable ISO-8859-1 encoding in WSE 2.0 ?
1. Does the SOAP response of your PHP web service specify the encoding
in the xml declaration (not as a HTTP header mind you)?
<?xml version="1.0" encoding="ISO-8859-1"?>
2. If you have control over the PHP web services, change their encoding
to be UTF-8.
- Next message: [MSFT]: "Re: Large file upload"
- Previous message: yofnik_at_comcast.net: "Re: WSE2 Advice"
- In reply to: Sebastien Ollivier: "Re: WSE 2.0 and french text"
- Next in thread: Sebastien Ollivier: "Re: WSE 2.0 and french text"
- Reply: Sebastien Ollivier: "Re: WSE 2.0 and french text"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading