[
https://jira.jboss.org/browse/JBESB-3414?page=com.atlassian.jira.plugin.s...
]
Magesh Kumar B closed JBESB-3414.
---------------------------------
Resolution: Done
trunk: 34462
SOAPProxy unable to read WSDLs from local server
------------------------------------------------
Key: JBESB-3414
URL:
https://jira.jboss.org/browse/JBESB-3414
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Magesh Kumar B
Assignee: Magesh Kumar B
Priority: Blocker
Fix For: 4.9
Modify webservice_proxy_basic to use http url as
<property name="wsdl"
value="http://127.0.0.1:8080/Quickstart_webservice_proxy_basic_ws/HelloWorldWS?wsdl"/>
When deploying it fails with error
Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Unable to
resolve imported document at
'file:/jboss-5.1.0.GA-esb/server/default/tmp/SOAPProxyWsdlLoader/http-4926206565352955957.wsdl'.:
java.net.UnknownServiceException: no content-type
at
org.jboss.soa.esb.actions.soap.JBossWSDLReader.readWSDL(JBossWSDLReader.java:2232)
at
org.jboss.soa.esb.actions.soap.JBossWSDLReader.readWSDL(JBossWSDLReader.java:2180)
at
org.jboss.soa.esb.actions.soap.proxy.SOAPProxy.<init>(SOAPProxy.java:192)
... 110 more
Caused by: java.net.UnknownServiceException: no content-type
at java.net.URLConnection.getContentHandler(URLConnection.java:1192)
at java.net.URLConnection.getContent(URLConnection.java:689)
at java.net.URL.getContent(URL.java:1024)
at com.ibm.wsdl.util.StringUtils.getContentAsInputStream(Unknown Source)
at
org.jboss.soa.esb.actions.soap.JBossWSDLReader.readWSDL(JBossWSDLReader.java:2211)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira