Bug 1000866 - SoapUI SOAPClient doesn't pick up HttpClient properties if "wsdl" specifies local file ("file://...")
Summary: SoapUI SOAPClient doesn't pick up HttpClient properties if "wsdl" specifies l...
Keywords:
Status: VERIFIED
Alias: None
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JBossESB
Version: 5.3.1
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: GA
: ---
Assignee: Tadayoshi Sato
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 986007
TreeView+ depends on / blocked
 
Reported: 2013-08-26 01:53 UTC by Tadayoshi Sato
Modified: 2014-03-05 16:17 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBESB-3947 0 Major Closed SoapUI SOAPClient doesn't pick up HttpClient properties if "wsdl" specifies local file ("file://...") 2014-04-02 09:14:22 UTC
Red Hat Issue Tracker JBESB-3955 0 Major Closed SoapUI SOAPClient doesn't pick up HttpClient properties if "wsdl" specifies local file ("file://...") 2014-04-02 09:14:23 UTC

Description Tadayoshi Sato 2013-08-26 01:53:00 UTC
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>

Comment 1 JBoss JIRA Server 2013-10-15 09:48:48 UTC
Tadayoshi Sato <tadayosi> updated the status of jira JBESB-3947 to Resolved

Comment 2 JBoss JIRA Server 2013-10-15 09:48:48 UTC
Tadayoshi Sato <tadayosi> made a comment on jira JBESB-3947

Commetted to trunk.

Comment 3 JBoss JIRA Server 2013-10-15 09:49:20 UTC
Tadayoshi Sato <tadayosi> made a comment on jira JBESB-3947

Committed to trunk.

Comment 4 JBoss JIRA Server 2013-10-15 16:50:14 UTC
Tom Cunningham <tcunning> updated the status of jira JBESB-3947 to Closed

Comment 5 JBoss JIRA Server 2013-10-15 16:50:14 UTC
Tom Cunningham <tcunning> made a comment on jira JBESB-3947

Merged this into continuing branch in JBESB-3955.


Note You need to log in before you can comment on or make changes to this bug.