Hi All,

We are using XWS 2.2.x with XIB 2.1.1 +SP3

We encountered a problem while receiving files from XWS to XIB.

Web sservice input message does contain arabic characters in an xml tag. but we realized the XWS does not handle the arabic character set and it send incomplete message to XIB

Input contains

<FaultSymptomFreeText>ز س س ص ض ظ غحْ ك</FaultSymptomFreeText>
<ExistenceOfSymptom>001</ExistenceOfSymptom>

But when it comes to XIB it receives

<FaultSymptomFreeText>2 3 3 5 6 8 :-R C</FaultSymptomFreeText>
<ExistenceOfSymptom>001</ExistenceOfSymptom>

Has anyone come across such an issue and found a solution ?