Hi nancy,

 Since you have the implementation class. The next thing you have do is to create the services.xml file. I will try to reply with the services.xml file. Before hand you better refer the following tutorial.

...

...

For further details you can refer tutorial "Writing an Axis2 Service from Scratch" by Deepal Jayasinghe under the following link

http://www.developer.com/services/article.php/3613896



http://www.developer.com/services/article.php/3613896



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

Hello all,

  

I am very confused how to create my web service. I am having these two operations which I want to expose. How can I create its service.xml and then after exposing I need to create a client? But how, I am unable to start with. Please help me to better understand the axis2.

 

 

public class Test{

 

public int tingTong(int var1){

                        return var1+100;

    }

 

public HashMap  tingTong(HashMap var1){

                        return var1;

    }

 

 }

With Warm Regards,

Nancy Aggarwal

Software Developer

 

 

 


Reply via email to