[jbosstools-issues] [JBoss JIRA] (JBIDE-12347) Unable to invoke SOAP web service

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed Jan 9 03:44:08 EST 2013


    [ https://issues.jboss.org/browse/JBIDE-12347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744282#comment-12744282 ] 

Max Rydahl Andersen commented on JBIDE-12347:
---------------------------------------------

Reading the comments here it says this only affects Java 7 users, correct?

Is it limited to certain SOAP services or *any* SOAP service ?
                
> Unable to invoke SOAP web service
> ---------------------------------
>
>                 Key: JBIDE-12347
>                 URL: https://issues.jboss.org/browse/JBIDE-12347
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Webservices
>    Affects Versions: 3.3.1
>            Reporter: Jaroslav Jankovič
>            Assignee: Brian Fitzpatrick
>             Fix For: 3.3.2
>
>
> I am unable to invoke SOAP web service in WS Tester from http://www.webservicex.net/BibleWebservice.asmx?WSDL.
> In Response Body of WS Tester I got the message:
> {code}
> javax.xml.ws.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: .
>    at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
>    at System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message)
>    at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
>    at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
> {code}
> In error log I got the error:
> {code}
> java.lang.Exception: javax.xml.ws.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: .
>    at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
>    at System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message)
>    at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
>    at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
> 	at org.jboss.tools.ws.ui.utils.JAXWSTester2.doTest(JAXWSTester2.java:205)
> 	at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.handleWSTest(JAXRSWSTestView2.java:1803)
> 	at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.access$34(JAXRSWSTestView2.java:1789)
> 	at org.jboss.tools.ws.ui.views.JAXRSWSTestView2$21.run(JAXRSWSTestView2.java:1706)
> 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> Caused by: javax.xml.ws.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: .
>    at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
>    at System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message)
>    at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
>    at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
> 	at com.sun.xml.internal.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:178)
> 	at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:111)
> 	at com.sun.xml.internal.ws.client.dispatch.DispatchImpl$DispatchAsyncInvoker$1.onCompletion(DispatchImpl.java:450)
> 	at com.sun.xml.internal.ws.client.Stub$1.onCompletion(Stub.java:381)
> 	at com.sun.xml.internal.ws.api.pipe.Fiber.completionCheck(Fiber.java:502)
> 	at com.sun.xml.internal.ws.api.pipe.Fiber.run(Fiber.java:420)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> 	at java.lang.Thread.run(Thread.java:722)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbosstools-issues mailing list