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 "Thilina Gunarathne (JIRA)" <ji...@apache.org> on 2005/09/06 15:27:30 UTC

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

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


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

Posted by "Saminda Wishwajith Abeyruwan (JIRA)" <ji...@apache.org>.
    [ 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


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

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
     [ 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