Discussion:
[jira] [Created] (AXIS2-5934) JAXWS - The service class cannot be found for this AxisService
Anoobkumar (JIRA)
2018-09-18 18:49:00 UTC
Permalink
Anoobkumar created AXIS2-5934:
---------------------------------

Summary: JAXWS - The service class cannot be found for this AxisService
Key: AXIS2-5934
URL: https://issues.apache.org/jira/browse/AXIS2-5934
Project: Axis2
Issue Type: Bug
Affects Versions: 1.7.8
Reporter: Anoobkumar


JAX-WS service failing with below error while testing from SOAP UI. The service is configured with Annotations, and I could see the Service Class name getting displayed in the logs. The RuntimeException occurring when JAXWSMessageReceiver tries to get the EndpointDescription parameter(org.apache.axis2.jaxws.description.EndpointDescription) from service and is responding with null. Any help?

 

java.lang.RuntimeException: The service class cannot be found for this AxisService.
at org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:101)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:169)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:178)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-***@axis.apache.org
For additional commands, e-mail: java-dev-***@axis.apache.org
Andreas Veithen (JIRA)
2018-09-19 20:51:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/AXIS2-5934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16621187#comment-16621187 ]

Andreas Veithen commented on AXIS2-5934:
----------------------------------------

Can you provide a test project that reproduces the issue?
Post by Anoobkumar (JIRA)
JAXWS - The service class cannot be found for this AxisService
--------------------------------------------------------------
Key: AXIS2-5934
URL: https://issues.apache.org/jira/browse/AXIS2-5934
Project: Axis2
Issue Type: Bug
Affects Versions: 1.7.8
Reporter: Anoobkumar
Priority: Blocker
JAX-WS service failing with below error while testing from SOAP UI. The service is configured with Annotations, and I could see the Service Class name getting displayed in the logs. The RuntimeException occurring when JAXWSMessageReceiver tries to get the EndpointDescription parameter(org.apache.axis2.jaxws.description.EndpointDescription) from service and is responding with null. Any help?
 
java.lang.RuntimeException: The service class cannot be found for this AxisService.
at org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:101)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:169)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:178)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-***@axis.apache.org
For additional commands, e-mail: java-dev-***@axis.apache.org
Anoobkumar (JIRA)
2018-09-27 18:43:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/AXIS2-5934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anoobkumar updated AXIS2-5934:
------------------------------
Attachment: services.xml
service.wsdl
CdsTabsOrchestrator.java
axis2.xml
Post by Anoobkumar (JIRA)
JAXWS - The service class cannot be found for this AxisService
--------------------------------------------------------------
Key: AXIS2-5934
URL: https://issues.apache.org/jira/browse/AXIS2-5934
Project: Axis2
Issue Type: Bug
Affects Versions: 1.7.8
Reporter: Anoobkumar
Priority: Blocker
Attachments: CdsTabsOrchestrator.java, axis2.xml, service.wsdl, services.xml
JAX-WS service failing with below error while testing from SOAP UI. The service is configured with Annotations, and I could see the Service Class name getting displayed in the logs. The RuntimeException occurring when JAXWSMessageReceiver tries to get the EndpointDescription parameter(org.apache.axis2.jaxws.description.EndpointDescription) from service and is responding with null. Any help?
 
java.lang.RuntimeException: The service class cannot be found for this AxisService.
at org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:101)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:169)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:178)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-***@axis.apache.org
For additional commands, e-mail: java-dev-***@axis.apache.org
Anoobkumar (JIRA)
2018-09-27 18:44:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/AXIS2-5934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16630884#comment-16630884 ]

Anoobkumar commented on AXIS2-5934:
-----------------------------------

Sorry for the delay.

I am not able to share the entire project, but attaching the necessary files. Please let me know if I am missing something.[^axis2.xml], CdsTabsOrchestrator.java, service.wsdl, services.xml
Post by Anoobkumar (JIRA)
JAXWS - The service class cannot be found for this AxisService
--------------------------------------------------------------
Key: AXIS2-5934
URL: https://issues.apache.org/jira/browse/AXIS2-5934
Project: Axis2
Issue Type: Bug
Affects Versions: 1.7.8
Reporter: Anoobkumar
Priority: Blocker
Attachments: CdsTabsOrchestrator.java, axis2.xml, service.wsdl, services.xml
JAX-WS service failing with below error while testing from SOAP UI. The service is configured with Annotations, and I could see the Service Class name getting displayed in the logs. The RuntimeException occurring when JAXWSMessageReceiver tries to get the EndpointDescription parameter(org.apache.axis2.jaxws.description.EndpointDescription) from service and is responding with null. Any help?
 
java.lang.RuntimeException: The service class cannot be found for this AxisService.
at org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:101)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:169)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:178)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-***@axis.apache.org
For additional commands, e-mail: java-dev-***@axis.apache.org

Loading...