Hi Dinesh,
Thanks for the reply. I was using axis2c 0.90 till recently and now 
migrated to 1.0 the same services.xml doesn't work here is there 
anything I need to change in axis2.xml before using it? Sample of my 
working services.xml is the simple math sample. 

========================================================================
====
<service name="math">
    <parameter name="ServiceClass" locked="xsd:false">math</parameter>

   <description>
        This is a testing service, named 'math' to test multiple 
operations in the same service
   </description>

    <operation name="add">
            <!--messageReceiver class="axis2_receivers" /-->
    </operation>

    <operation name="sub">
            <!--messageReceiver class="axis2_receivers" /-->
    </operation>

    <operation name="mul">
            <!--messageReceiver class="axis2_receivers" /-->
    </operation>

    <operation name="div">
            <!--messageReceiver class="axis2_receivers" /-->
    </operation>

</service>
========================================================================
====


-----Original Message-----
From: Dinesh Premalal [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 23, 2007 1:07 PM
To: axis-c-user@ws.apache.org
Subject: Re: Services.xml

"Manoj Rao" <[EMAIL PROTECTED]> writes:

> Hi all,
> Can anyone please explain how different is the addition of the 
following 
> line under operation name helpful?
>
> <parameter name="wsamapping" >Calculator#add</parameter>
I'm not clear about your question. could you please elaborate more on 
this.
>
> Calculator is the service and add is the operation.
> Is there any documentation on how to use/change services.xml?

http://ws.apache.org/axis2/c/docs/axis2c_manual.html#appB

thanks,
Dinesh

-- 
Dinesh Premalal
http://xydinesh.wordpress.com/
GPG ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 
955C

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

Reply via email to