[ 
https://issues.apache.org/jira/browse/AXIS2-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485173
 ] 

sumedha rubasinghe commented on AXIS2-2417:
-------------------------------------------

Hi,
Added the missing implementation code & ran the test class 
'AddNumbersHandlerTests' after removing _ from testAddNumbersHandler test. 
I am getting the following error. I checked & simple axis server gets started 
with the correct service deployed.

Any idea??

[CDATA[javax.xml.ws.WebServiceException: java.net.ConnectException: Connection 
refused
        at 
org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:179)
        at 
org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:79)
        at 
org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:133)
        at 
org.apache.axis2.jaxws.core.controller.AxisInvocationController.execute(AxisInvocationController.java:557)
        at 
org.apache.axis2.jaxws.core.controller.AxisInvocationController.doInvoke(AxisInvocationController.java:110)
        at 
org.apache.axis2.jaxws.core.controller.InvocationController.invoke(InvocationController.java:105)
        at 
org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invokeSEIMethod(JAXWSProxyHandler.java:266)
        at 
org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invoke(JAXWSProxyHandler.java:142)
        at $Proxy11.addNumbersHandler(Unknown Source)
        at 
org.apache.axis2.jaxws.sample.AddNumbersHandlerTests.testAddNumbersHandler(AddNumbersHandlerTests.java:43)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)



> unimplemented code in kernel module saaj SOAPPartImpl
> -----------------------------------------------------
>
>                 Key: AXIS2-2417
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2417
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>         Environment: discovered in running new JAXWS AddNumbersHandler tests
>            Reporter: Mike Rheinheimer
>
> When JAXWS handlers are present in an endpoint implementation, or client app, 
> they may obviously have access to the SOAP message elements in a given SOAP 
> message.  This requires that the message be demarshalled for a handler's use. 
>  In this case, the handler would be using the 
> org.apache.axis2.saaj.SOAPPartImpl class from the axis2 kernel module to get 
> and set elements in the SOAP message.  Hardly anything is implemented in this 
> class; there are 58 occurances of "TODO" in there.
> To reproduce the problem, download and build the axis2 environment with the 
> org.apache.axis2.jaxws.sample.AddNumbersHandler tests enabled (by removing 
> the '_' from the method names in that class)... or a simple reading of the 
> SOAPPartImpl will show the unimplemented code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to