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 "Srinath Perera (JIRA)" <ji...@apache.org> on 2005/07/25 10:17:55 UTC

[jira] Updated: (AXIS2-53) Binding wsa:Action values to an operation's messages

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

Srinath Perera updated AXIS2-53:
--------------------------------

    Summary: Binding wsa:Action values to an operation's messages  (was: Binding service operations to wsa:Action)

> Binding wsa:Action values to an operation's messages
> ----------------------------------------------------
>
>          Key: AXIS2-53
>          URL: http://issues.apache.org/jira/browse/AXIS2-53
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>   Components: core
>     Reporter: Ruchith Fernando

>
> An operations should be able to handle different types of wsa:actions. Therefore there can be a set of actions wsa:actions associated with an oprtation. 
> Therefore we will have to provide a mechanism of mapping wsa:action uri values to the service oprtations.
> One option is to have a list of wsa:action URIs to be listed in the service.xml with respect to a given operation.
> Example: 
>     <operation name="RequestSecurityToken">
>         <messageReceiver class="org.apache.axis.receivers.RawXMLINOutMessageReceiver"/>
>         <action uri="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue"/>
>         <action uri="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Renew"/>
>         <action uri="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Validate"/>
>         <action uri="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Cancel"/>
>     </operation>

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