0 Replies Latest reply on Dec 5, 2008 4:02 AM by helter_skelter

    Encoding error during soap request parsing

    helter_skelter

      Hi,

      When i try to send a SOAP request encoding in UTF-8 with cyrillic character(iso-8859-5) all these character appears with ???????.

      example : �”�»�¸�½�½�°Ñ�_руÑ�Ñ��º�°Ñ�_фр�°�·�° == ???????????


      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://jobcreator.comverse.com/types">
       <soapenv:Header/>
       <soapenv:Body>
       <typ:executeCommand>
       <String_1>createPocSub</String_1>
       <arrayOfKeyValuePair_2 xmlns='' xmlns:tns='http://org.jboss.ws/samples/rpcstyle/types'>
       <key>externalUID1</key>
       <value>�”�»�¸�½�½�°Ñ�_руÑ�Ñ��º�°Ñ�_фр�°�·�°</value>
       </arrayOfKeyValuePair_2>
       ...
      


      Could you help me ?

      Thx