-
Task
-
Resolution: Done
-
Major
-
jbossws-metro-3.0.5
-
None
org.jboss.test.ws.jaxws.jbws2419.JBWS2419TestCase.testSOAP11ClientAccess
Failing for the past 1 build (since Unstable#67)
Took 0 seconds.
javax.xml.ws.WebServiceException: Failed to access the WSDL at: http://localhost:8080/jaxws-jbws2419/soap11?wsdl. It failed with:
http://localhost:8080/jaxws-jbws2419/soap11?wsdl.
at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:162)
at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:144)
at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:264)
at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:227)
at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:175)
at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:104)
at javax.xml.ws.Service.<init>(Service.java:56)
at javax.xml.ws.Service.create(Service.java:680)
at org.jboss.test.ws.jaxws.jbws2419.JBWS2419TestCase.testSOAP11ClientAccess(JBWS2419TestCase.java:85)
Caused by: java.io.FileNotFoundException: http://localhost:8080/jaxws-jbws2419/soap11?wsdl
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1168)
at java.net.URL.openStream(URL.java:1007)
at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:805)
at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(RuntimeWSDLParser.java:262)
at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:129)
... 36 more
org.jboss.test.ws.jaxws.jbws2419.JBWS2419TestCase.testSOAP12ClientAccess
Failing for the past 1 build (since Unstable#67)
Took 0 seconds.
javax.xml.ws.WebServiceException: Failed to access the WSDL at: http://localhost:8080/jaxws-jbws2419/soap12?wsdl. It failed with:
http://localhost:8080/jaxws-jbws2419/soap12?wsdl.
at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:162)
at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:144)
at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:264)
at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:227)
at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:175)
at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:104)
at javax.xml.ws.Service.<init>(Service.java:56)
at javax.xml.ws.Service.create(Service.java:680)
at org.jboss.test.ws.jaxws.jbws2419.JBWS2419TestCase.testSOAP12ClientAccess(JBWS2419TestCase.java:66)
Caused by: java.io.FileNotFoundException: http://localhost:8080/jaxws-jbws2419/soap12?wsdl
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1168)
at java.net.URL.openStream(URL.java:1007)
at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:805)
at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(RuntimeWSDLParser.java:262)
at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:129)
... 36 more
- relates to
-
JBWS-2419 MTOM/XOP message use always "text/xml" for start-info regardless of content type associated with the content (SOAP message)
- Closed