Hi Frnds,
The objective is to encode the characters outside the ASCII character set (Thai characters in this instance) inside the XML document that we exchange between X and CRM to perform searches, updates etc.. The XML documents in both directions (X->CRM and CRM->X) for the Thai market must contain this technique of encoding to enable non ASCII characters.
Characters are encoded as &#nnnn;
Where nnnn is the decimal numeric representation of the character. The ‘&#’ and ‘;’ are (ASCII) string constants.
Can any body suggest Soap adapter and RFC adapter can handle the above requirement.
Regards,
Narendra