Re: How to write a non axis2 client

2008-05-15 Thread Samisa Abeysinghe
options.setTo(targetEPR); Regards, Manish Narula From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 1:21 PM To: axis-user@ws.apache.org Subject: Re: How to write a non axis2 client If you like to try and invoke this service using Ja

Re: How to write a non axis2 client

2008-05-11 Thread Anne Thomas Manes
argetEPR); > > > > Regards, > > Manish Narula > > > > From: keith chapman [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 08, 2008 1:21 PM > To: axis-user@ws.apache.org > Subject: Re: How to write a non axis2 client > &

RE: How to write a non axis2 client

2008-05-08 Thread Narula, Manish
: Thursday, May 08, 2008 1:21 PM To: axis-user@ws.apache.org Subject: Re: How to write a non axis2 client If you like to try and invoke this service using JavaScript you can try out the WSO2 Mashup Server [1] which is released under Apache License. It can generate a JavaScript stub for you

Re: How to write a non axis2 client

2008-05-08 Thread keith chapman
If you like to try and invoke this service using JavaScript you can try out the WSO2 Mashup Server [1] which is released under Apache License. It can generate a JavaScript stub for you or you can invoke your service directly using a built in JavaScript Object which is called WSRequest. [1] http://

How to write a non axis2 client

2008-05-07 Thread Narula, Manish
Hi, I used a sample given by axis2 to write a webservice called pojospringguide. The aar file is deployed, now I want to invoke the web service using non axis2 client. Regards, Manish Narula - This message and any attachments are intended only f