Hi Sameera,

 

Thanks Sameera for the link. I have gone through the document.

 

Is there any link in which how to send the request having parameters other than String is explained. As far as I know the setText method of OMelement takes String parameter, also createOMElement method of OMfactory takes string parameter?

 

 

 

With Warm Regards,

Nancy Aggarwal

Software Developer

 

 


From: Sameera Madushan [mailto:[EMAIL PROTECTED]
Sent: Monday, September 18, 2006 12:46 PM
To: [email protected]
Subject: Re: [Axis2] Help me better understand axis2

 

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