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 "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2005/09/07 06:43:30 UTC

[jira] Created: (AXIS2-208) Setting desired ReplyTo and WSA Action in generated code.

Setting desired ReplyTo and WSA Action in generated code.
---------------------------------------------------------

         Key: AXIS2-208
         URL: http://issues.apache.org/jira/browse/AXIS2-208
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug
    Reporter: Davanum Srinivas


Right now, i have to modify the stub and add the following

            _call.setWsaAction("urn:hl7-org:v3:GetXRay");
            _messageContext.setReplyTo(new EndpointReference(AddressingConstants.Submission.WSA_ANONYMOUS_URL));

Is there a better way to do this?

thanks,
dims

-- 
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-208) Setting desired ReplyTo and WSA Action in generated code.

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-208?page=all ]
     
Davanum Srinivas resolved AXIS2-208:
------------------------------------

    Resolution: Fixed

with latest svn we can set these in Options.

> Setting desired ReplyTo and WSA Action in generated code.
> ---------------------------------------------------------
>
>          Key: AXIS2-208
>          URL: http://issues.apache.org/jira/browse/AXIS2-208
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Reporter: Davanum Srinivas

>
> Right now, i have to modify the stub and add the following
>             _call.setWsaAction("urn:hl7-org:v3:GetXRay");
>             _messageContext.setReplyTo(new EndpointReference(AddressingConstants.Submission.WSA_ANONYMOUS_URL));
> Is there a better way to do this?
> thanks,
> dims

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