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 "Eran Chinthaka (JIRA)" <ji...@apache.org> on 2005/09/13 05:32:30 UTC

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

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

Eran Chinthaka commented on AXIS2-53:
-------------------------------------

Sorry parameter should be as follows :

<operationname="" >
   <parameter name="wsamapping">here goes the new mapping</parameter>
   ...................
</operation>

> 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
>     Assignee: Chathura Herath
>      Fix For: 0.92

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