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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2006/12/15 07:42:21 UTC

[jira] Resolved: (AXIS2-1850) Support for output parameters (i.e. reference parameters/holders)

     [ http://issues.apache.org/jira/browse/AXIS2-1850?page=all ]

Deepal Jayasinghe resolved AXIS2-1850.
--------------------------------------

    Resolution: Won't Fix

I am wondering if there are any plans to implement output parameters. 
>> Axis2 will not support that 

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? 
>> But with Axis2 you can achieve the same goal using a different approach , in side your method you have access to both incoming and outgoing message context , so using outgoing message context you can access the SOAPEnevlop and add what ever response parameters.

> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org