[ http://issues.apache.org/jira/browse/AXIS2-204?page=all ]
     
Eran Chinthaka resolved AXIS2-204:
----------------------------------

    Fix Version: 0.94
     Resolution: Fixed

Fixed with latest ServiceClient implementation

> Axis2 expects InOnly Service implementations to return an OMElement
> -------------------------------------------------------------------
>
>          Key: AXIS2-204
>          URL: http://issues.apache.org/jira/browse/AXIS2-204
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: core
>     Reporter: Thilina Gunarathne
>      Fix For: 0.94

>
>  I found that the implementer of the service (Skeleton)  should provide a 
> return type when writing InOnly operations using  
> RawXMLInOnlyMessageReceiver. This InOnly Message Receiver takes takes the 
> response of the service impl method to a OMElement, but does not do anything 
> as I can see..Following is the piece of code from the MessageReceiver. Is 
> this the expected behavior... If so what is the usage of that......
>     // invoke the WebService
>     OMElement result = (OMElement) method.invoke(obj, parms);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to