RE: problem to invoke the webservice using RESTt Style

2006-07-12 Thread Kinichiro Inoguchi
hink passing the parameter may be problem > Thanks > Vimal Bansal > > -----Original Message----- > From: Kinichiro Inoguchi [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 11, 2006 7:15 PM > To: axis-user@ws.apache.org > Subject: RE: problem to invoke the webservice

RE: problem to invoke the webservice using RESTt Style

2006-07-11 Thread Bansal, Vimal
ow is the code for service.xml This is a sample Test Service with one operations setdata com.poc.service.TestService mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 7:15 PM To: axis-user@ws.apache.org Subject: RE: problem to invoke the webservice using RESTt Style Hi

Re: problem to invoke the webservice using RESTt Style

2006-07-11 Thread Deepal Jayasinghe
Hi Bansal; pls see my comments below; Bansal, Vimal wrote: >Hi All, > >I am a new user of Web Services. I am using Axis2 for implementing services. I >want to use REST style of Web services. My service class, say MyServices have >to service methods: > String getAllValues() and String[] ge

RE: problem to invoke the webservice using RESTt Style

2006-07-11 Thread Kinichiro Inoguchi
> > Regards, > Vimal. > > -Original Message- > From: Kinichiro Inoguchi [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 11, 2006 3:40 PM > To: axis-user@ws.apache.org > Subject: Re: problem to invoke the webservice using RESTt Style > > > Hi, > > If

RE: problem to invoke the webservice using RESTt Style

2006-07-11 Thread Bansal, Vimal
[mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 3:40 PM To: axis-user@ws.apache.org Subject: Re: problem to invoke the webservice using RESTt Style Hi, If you change your method from String[] getValue(long id) to String getValue(long id), does it work ? I faced same kind of issue, and created

Re: problem to invoke the webservice using RESTt Style

2006-07-11 Thread Kinichiro Inoguchi
Hi, If you change your method from String[] getValue(long id) to String getValue(long id), does it work ? I faced same kind of issue, and created JIRA. http://issues.apache.org/jira/browse/AXIS2-880 Regards, kinichiro --- "Bansal, Vimal" <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am a new