0 Replies Latest reply on Oct 14, 2008 2:40 PM by jurij

    org.jboss.soa.esb.actions.routing.http.HttpRouter

    jurij

      Hi,

      how i can define the socket timeout? the following configuration dosn't work

      <action name="HttClient" class="org.jboss.soa.esb.actions.routing.http.HttpRouter">
       <property name="endpointUrl" value="http://172.29.127.155:8080/test/">
       <http-client-property name="http.socket.timeout" value="10"/>
       </property>
       <property name="Content-Type" value="text/xml;charset=ISO-8859-1"/>
       <property name="method" value="POST">
       <http-client-property name="http.socket.timeout" value="10"/>
       </property>
       <property name="responseType" value="STRING"/>
      </action>
      


      pls help
      tnx