|
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] Hi nancy, ... ... 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, 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
|
- Re: [Axis2] Help me better understand axis2 Sameera Madushan
- RE: [Axis2] Help me better understand axis2 nancy


