Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3668

Axis sender adapter UTF-8 encoding issue

$
0
0

Hi guys,

 

I am facing an issue with sender Axis adapter when sending german character. Despite the encoding is UTF-8, the characters get 'demaged'. For a comparison I tried the same message with HTTP sender adapter, and there was all good. Therefore I assume there is some bug with the encoding.

Do you have any suggestion or experience with this?

 

when message posted via HTTP adapter, looks in the monitor like this

 

<ns0:Order xmlns:ns0="sometestns">

   <Query>

     <SalesOrderID>Außewölf</SalesOrderID>

   </Query>

</ns0:Order>

 

using Axis adapter looks like this

 

<ns0:Order xmlns:ns0="sometestns">

   <Query>

      <SalesOrderID>Au&#xC3;&#x192;&#xC5;&#xB8;ew&#xC3;&#x192;&#xC2;&#xB6;lf</SalesOrderID>

   </Query>

</ns0:Order>

 

And basically the main problem is, when the message from Axis gets to CRM, it is malformed.

 

Any hints?

 

I am on

NW731EXT_17_REL
17
jdk16

 

Thanks, Peter


Viewing all articles
Browse latest Browse all 3668

Trending Articles