Hi Samisa,
Yes I am using axis2.xml from 1.0.0 version. If you want to have a look 
into my services.xml this is how it looks

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

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

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

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

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

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

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

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

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

Thanks,
Manoj R

-----Original Message-----
From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 23, 2007 1:21 PM
To: Apache AXIS C User List
Subject: Re: Services.xml

Did you copy axis2.xml file form 0.90 to 1.0.0? They are not compatible, 

there are minor changes. You have to use axis2.xml that comes with 
1.0.0.

However, we did not change services.xml as far as I can recall.

It helps to have a look into the services.xml file to get an idea on 
what is going wrong.

Thanks,
Samisa...

Dinesh Premalal wrote:
> Hi Manoj,
> "Manoj Rao" <[EMAIL PROTECTED]> writes:
>
>   
>> 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.
>>     
> It is the same services.xml still in math sample. AFAIK there is no
> special changes required in axis2.xml. What does your axis2.log says ?
>
> thanks,
> Dinesh
>
>   


-- 
Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web 
Services Developers' Portal)


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