[
https://issues.jboss.org/browse/JBESB-3947?page=com.atlassian.jira.plugin...
]
RH Bugzilla Integration commented on JBESB-3947:
------------------------------------------------
Tadayoshi Sato <tasato(a)redhat.com> made a comment on [bug
1000866|https://bugzilla.redhat.com/show_bug.cgi?id=1000866]
Description of problem:
Platform BZ for
https://issues.jboss.org/browse/JBESB-3947
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:
<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>
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
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:
http://www.atlassian.com/software/jira