]
RH Bugzilla Integration commented on JBESB-3947:
------------------------------------------------
nwallace <nwallace(a)redhat.com> changed the Status of [bug
SoapUI SOAPClient doesn't pick up HttpClient properties if
"wsdl" specifies local file ("file://...")
-----------------------------------------------------------------------------------------------------
Key: JBESB-3947
URL:
https://issues.jboss.org/browse/JBESB-3947
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Affects Versions: 4.12
Reporter: Tadayoshi Sato
Assignee: Tadayoshi Sato
Fix For: 4.13
In the soapUI version of {{SOAPClient}}, when hosting a WSDL locally (i.e.
{{"file://...")}}, the Apache HttpClient which is used in {{SOAPClient}} does
not pick up the proxy server settings:
{code:xml}
<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/samples/quickstarts/webservice_consumer1/HelloWorldWS.wsdl"
/>
<property name="http-client-properties">
<http-client-property name="http.proxyHost"
value="192.168.0.101"/>
<http-client-property name="http.proxyPort"
value="18080"/>
</property>
...
</action>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: