Support for output parameters (i.e. reference parameters/holders)
-----------------------------------------------------------------

                 Key: AXIS2-1850
                 URL: http://issues.apache.org/jira/browse/AXIS2-1850
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Wish
          Components: deployment
         Environment: Windows XP SP2, Java 5 Update 9
            Reporter: Aaron Gourley


I am wondering if there are any plans to implement output parameters.

For example:
Say we have a java method:
private void makeRequest( RequestParameters input, ResponseParameters output );

I am looking for a way to have the contents of the output parameter to be 
returned to the output parameter that the client passed.

This method is only an example.  I realize that a solution to this would be to 
just change the method to look like this, but let's just say that this is not 
an option for me:
private ResponseParameters makeRequest( RequestParameters input );

I believe this was supported in Axis 1.x as long as the type was used as an 
inout or an out parameter.  
(http://ws.apache.org/axis/java/user-guide.html#WSDL2JavaBuildingStubsSkeletonsAndDataTypesFromWSDL)

If this functionality is already implemented in Axis2, I apologize.  In this 
case, would it be possible for somebody to provide me with an example?

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

        

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

Reply via email to