Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

13.9.16. Configure the HttpClient Directly in the Action Configuration

Procedure 13.7. Task

  • Set the properties directly in the action configuration:
    <property name="http-client-properties"> 
        <http-client-property name="http.proxyHost" value="localhost"/>
        <http-client-property name="http.proxyPort" value="8080"/> 
    </property>