RE: problem in invoke the webservice using REST Style by client program

2006-07-17 Thread Bansal, Vimal
Hi All, now i am using latest nightly build axis2.war at server side but problem is same as i am using RESTCall at client side but in nightly build axis2.war API i did'nt find any RESTCall class.can any one send me the client code for access my webservice. using RESTCall. -Original

RE: problem in invoke the webservice using REST Style by client program

2006-07-17 Thread Bansal, Vimal
Hi All, I am trying to invoke my webservice which having a method take one parameter using REST my client code snippets is public class RestClient { private static EndpointReference targetEPR = new

Re: problem in invoke the webservice using REST Style by client program

2006-07-17 Thread Eran Chinthaka
Hi Bansal, There is a basic problem here as you are trying to pass the parameters also with your endpoint address. Change your code to the following and try : EndpointReference targetEPR = new EndpointReference(http://localhost:8080/Axis2/rest/servicename/methodname;); Options options = new

RE: problem in invoke the webservice using REST Style by client program

2006-07-14 Thread Bansal, Vimal
Hi kinichiro, as per my earlier mail I am getting the access for my service using following url by browser http://localhost:8080/Axis2/rest/servicename/methodname?param0=23 output is:- - ns:methodnameResponse xmlns:ns=http://org.apache.axis2/xsd; returnhfdj/return returndfds/return