SoapUI SOAPClient doesn't pick up HttpClient properties when hosting WSDL locally ("file://...") in SOA-P 5

Solution Verified - Updated -

Issue

  • We need a specific SOAPClient action to use our forward proxy. We have set the below properties associated with the SOAP action:
  <action name="soapui-client-action" class="org.jboss.soa.esb.actions.soap.SOAPClient">
    <property name="wsdl" value="file:/opt/jboss-soa-p-5.3.1/jboss-as/server/default/wsdl/SampleWS.wsdl"/>
    <property name="http-client-properties">
      <http-client-property name="http.proxyHost" value="${http.proxyHost}"/>
      <http-client-property name="http.proxyPort" value="${http.proxyPort}"/> 
    </property>
    ...
  </action>
  • However these values appear not to be used and the SOAPClient action's connection is timing out.

Environment

  • Red Hat JBoss SOA Platform (SOA-P) 5

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.