[JBoss JIRA] (JBIDE-12347) Unable to invoke SOAP web service when using Java 7
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12347?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-12347:
----------------------------------
Labels: jax-ws upstream (was: upstream)
> Unable to invoke SOAP web service when using Java 7
> ---------------------------------------------------
>
> 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.Final
> Environment: Java 7
> Reporter: Jaroslav Jankovič
> Assignee: Brian Fitzpatrick
> Labels: jax-ws, upstream
> Fix For: 4.0.2.Final
>
>
> 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 was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-12283) Unable to connect to SOAP web service in IPv6 environment
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12283?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-12283:
----------------------------------
Labels: jax-ws (was: )
> Unable to connect to SOAP web service in IPv6 environment
> ---------------------------------------------------------
>
> Key: JBIDE-12283
> URL: https://issues.jboss.org/browse/JBIDE-12283
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream, webservices
> Affects Versions: 3.3.0.Final
> Environment: Two Fedora 17 machines connected to each other with IPv6 protocol, JBDS 5.0.0 GA, EAP 6
> Reporter: Jaroslav Jankovič
> Assignee: Brian Fitzpatrick
> Priority: Blocker
> Labels: jax-ws
> Fix For: 4.1.x, 4.2.x
>
>
> When I was trying to obtain the content of WSDL file of deployed SOAP WS, an error was thrown in error log and no content could be viewed:
> {code}
> 08:45:31,450 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/prj].[HelloWorld]] (http-/fc00:0:0:0:0:0:0:1%2:8080-1) Servlet.service() for servlet HelloWorld threw exception: javax.servlet.ServletException: Cannot obtain destination for: /prj/HelloWorld
> at org.jboss.wsf.stack.cxf.RequestHandlerImpl.findDestination(RequestHandlerImpl.java:164)
> at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:81)
> at org.jboss.wsf.stack.cxf.transport.ServletHelper.callRequestHandler(ServletHelper.java:169)
> at org.jboss.wsf.stack.cxf.CXFServletExt.invoke(CXFServletExt.java:87)
> at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:185)
> at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:113)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:734) [jboss-servlet-api_3.0_spec-1.0.1.Final-redhat-1.jar:1.0.1.Final-redhat-1]
> at org.jboss.wsf.stack.cxf.CXFServletExt.service(CXFServletExt.java:135)
> at org.jboss.wsf.spi.deployment.WSFServlet.service(WSFServlet.java:140) [jbossws-spi-2.0.3.GA-redhat-1.jar:2.0.3.GA-redhat-1]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.1.Final-redhat-1.jar:1.0.1.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:679) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:931) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_32]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-12486) Improve message labels when JAX-RS PathParam annotation value does not match Path template parameters
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12486?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-12486:
----------------------------------
Labels: jax-rs new_and_noteworthy (was: new_and_noteworthy)
> Improve message labels when JAX-RS PathParam annotation value does not match Path template parameters
> -----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-12486
> URL: https://issues.jboss.org/browse/JBIDE-12486
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: webservices
> Affects Versions: 3.3.0.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Labels: jax-rs, new_and_noteworthy
> Fix For: 4.3.x
>
>
> Improve the message and distinguish cases where:
> - the @PathParam value contains surrounding "{" and "}" characters
> - the @PathParam specifies a value that does not match any of the @Path template parameters
> - the @Path specifies a template parameters that does not match any of the @PathParam values
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-13003) No support for inheritance in JAX-RS API scan
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13003?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-13003:
----------------------------------
Labels: jax-rs (was: )
> No support for inheritance in JAX-RS API scan
> ---------------------------------------------
>
> Key: JBIDE-13003
> URL: https://issues.jboss.org/browse/JBIDE-13003
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: webservices
> Affects Versions: 4.0.0.Alpha2
> Reporter: Ron Ratovsky
> Assignee: Xavier Coulon
> Labels: jax-rs
> Fix For: 4.3.0.Alpha1
>
>
> Assume:
> class BaseRest {
> @POST
> public Response save(Object o) {
> ....
> }
> }
> @Path("/url")
> class RealRest extends BaseRest {}
> The JAX-RS tools won't add a "POST /url" entry to the JAX-RS calls overview.
> While not tested (due to another bug) - they may also apply to definitions of @PathParam's in the parent class.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-12998) Support class-level view of JAX-RS calls
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12998?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-12998:
----------------------------------
Labels: jax-rs (was: )
> Support class-level view of JAX-RS calls
> ----------------------------------------
>
> Key: JBIDE-12998
> URL: https://issues.jboss.org/browse/JBIDE-12998
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: webservices
> Affects Versions: 4.0.0.Alpha2
> Reporter: Ron Ratovsky
> Assignee: Xavier Coulon
> Labels: jax-rs
> Fix For: 4.3.x
>
>
> In a large project with numerous REST API calls and classes, it is difficult to focus on the REST API calls that exist in a single class.
> It would be beneficial if there was a view of the REST API calls for the class - either integrated in the outline view or in a new view.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months