0 Replies Latest reply on Nov 13, 2012 10:19 PM by optixpro

    Http Router UTF-8 Respond

    optixpro

      My http rounter can't return utf-8 result. How can i config this

       

       

      i used in configtree but it not working

       

      <action class="org.jboss.soa.esb.actions.routing.http.HttpRouter" name="httprouter">

           <property name="method" value="GET"/>

           <property name="responseType" value="STRING"/>

           <property name="endpointUrl" value="http://mydomain.com/rest/webresources/application/locales"/>

           <property name="headers">

            <header name="Accept" value="application/json"/>

           </property>

      </action>


       

      but i try to put the same http header  in rest client but it return in utf-8 result