In the src distro the services schema is here:

xdocs/latest/resources/schemas/services.xsd

Robert

On 9/13/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

Hi
as per the sample service dd below I can have an actionMapping element for
my operation in the dd. Now can I map multiple actions to one operation.
like multiple <actionMapping> elements for one operation element in the
service dd.


I guess a schema for the service xml would have been good eneough to figure
that out - but I am not sure if there is one.

thanks
Anamitra

<service >
    <description>
        This is a sample Web Service with two operations, echo and ping.
    </description>
    <parameter name="ServiceClass"
locked="false">userguide.example1.MyService</parameter>
    <operation name="echo">
        <messageReceiver
class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/>
        <actionMapping>urn:echo</actionMapping>
    </operation>
     <operation name="ping">
        <messageReceiver
class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver"/>
        <actionMapping>urn:ping</actionMapping>
    </operation>
 </service>


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



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

  • [axis2] Anamitra . Bhattacharyya
    • Re: [axis2] robert lazarski

Reply via email to