[
https://jira.jboss.org/jira/browse/JBESB-2465?page=com.atlassian.jira.plu...
]
Gerbrand de Goeij commented on JBESB-2465:
------------------------------------------
Kevin: that's exactly what I was trying to point out. As I did not have a lot of time
I introduced the new param which should match the socket protocol of the endpoint
specified in the WSDL. Not the perfect solution, I agree, but it works for us.
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
Attachments: patch_HttpProtocol.txt
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