Re: [Axis2] Problem with invoking web service by using Stub classes

2007-07-04 Thread Amila Suriarachchi

generating code make sure you use -uw option. this will generate you a much
simplified api.

then created the stub classl
XXXStub stub = new XXXStub();

then call the method stub.XXX();



On 7/3/07, Charitha Kankanamge [EMAIL PROTECTED] wrote:


Hi,
The following will help you to get some understanding on creating clients.

http://ws.apache.org/axis2/1_2/quickstartguide.html#clientadb

Let us know if you cannot resolve your problem using the above reference.

regards
Charitha

Naga Srinivas wrote:

 *Hi,
   I am new to Axis2, i am trying to develop a web service, and trying
 to invoke it by using it's stub classes. I had created Stubs and
 Skeletons of web service and successfully deployed services to a
 standalone Axis2 server. but now, i would like to know how can we sent
 request to that services, by using stub classes in our application.
 Can any one help me?.
 Regards,
 Naga.*




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Amila Suriarachchi,
WSO2 Inc.


Re: [Axis2] Problem with invoking web service by using Stub classes

2007-07-03 Thread Charitha Kankanamge

Hi,
The following will help you to get some understanding on creating clients.

http://ws.apache.org/axis2/1_2/quickstartguide.html#clientadb

Let us know if you cannot resolve your problem using the above reference.

regards
Charitha

Naga Srinivas wrote:


*Hi,
  I am new to Axis2, i am trying to develop a web service, and trying 
to invoke it by using it's stub classes. I had created Stubs and 
Skeletons of web service and successfully deployed services to a 
standalone Axis2 server. but now, i would like to know how can we sent 
request to that services, by using stub classes in our application. 
Can any one help me?.

Regards,
Naga.*





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Axis2] Problem with invoking web service by using Stub classes

2007-07-02 Thread Naga Srinivas

*Hi,
 I am new to Axis2, i am trying to develop a web service, and trying to
invoke it by using it's stub classes. I had created Stubs and Skeletons of
web service and successfully deployed services to a standalone Axis2 server.
but now, i would like to know how can we sent request to that services, by
using stub classes in our application. Can any one help me?.
Regards,
Naga.*