You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Saminda Wishwajith Abeyruwan (JIRA)" <ji...@apache.org> on 2005/09/13 13:12:01 UTC

[jira] Commented: (AXIS2-204) Axis2 expects InOnly Service implementations to return an OMElement

    [ http://issues.apache.org/jira/browse/AXIS2-204?page=comments#action_12324440 ] 

Saminda Wishwajith Abeyruwan commented on AXIS2-204:
----------------------------------------------------

RawXMLInOnlyMessageReciever's code being clean to handle in-only service invokation.

> 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

>
>  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