[esb-issues] [JBoss JIRA] Created: (JBESB-2465) HttpProtocol class should check SOAP endpoint address in stead of target-host-url property

Gerbrand de Goeij (JIRA) jira-events at lists.jboss.org
Thu Mar 12 13:09:35 EDT 2009


HttpProtocol class should check SOAP endpoint address in stead of target-host-url property
------------------------------------------------------------------------------------------

                 Key: JBESB-2465
                 URL: https://jira.jboss.org/jira/browse/JBESB-2465
             Project: JBoss ESB
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Web Services
    Affects Versions: 4.5
            Reporter: Gerbrand de Goeij


In the org.jboss.soa.esb.http.configurators.HttpProtocol class, in the method configure there is a check if the scheme of the targetURI starts with "http". 

But when you want to use a WSDL that is located on the file system (ie. because the WSDL is not available online) this piece of code does not work (because in my case the targetURI (property "target-host-url") starts with "file://...".

Therefore I think it's better to base the decision on which ProtocolSocketFactory should be used upon the SOAP endpoint address (in stead of the WSDL location URI).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list