Jump to content
Registration disabled at the moment Read more... ×
Sign in to follow this  
RDP1974

SOAP Client EEncodingError

Recommended Posts

hello,

 

using Delphi 10.4.1

 

I do a soap call using XML.OmniXMLDom for Linux target and I get EEncodingError "No mapping for the unicode character exists in the target multi-byte code page"

 

Seeing raw stream the remote server is sending bad codes for some Francais characters (out from the map).

 

Do you know how to set HTTPRIO to ask UTF-8 unicode xml instead of multi-byte code page?

 

Thank you

Share this post


Link to post

solved, was not a problem of Delphi that works perfectly

 

was a problem in a remote swiss server of a customer

 

 

Share this post


Link to post

Hi @RDP1974 I have the same issue with a RADServer application developed with 10.4, running on a customer's IIS server.

I could not figure it out how to fix this.  Could you please tell us, how was this solved ?

Edited by ajp
forgot version.

Share this post


Link to post

client cannot be solved, also trying different xml parsers

problem was solved server-side

Share this post


Link to post

I updated the IDE to 10.4.1 and the issue is gone ! No change in code or server settings.

Thank you!

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×