Re: REST XPath

2007-06-26 Thread Willem Jiang
To: cxf-user@incubator.apache.org Subject: Re: REST XPath OK I spent some time digging into this - you may also want to see my post to Willem. Your test case works for me. I have to ask though - are you sticking an xpath expression in the URL? If so, are you escaping

RE: REST XPath

2007-06-22 Thread Shaw, Richard A
(0) 1372 756407 Fax: +44 (0) 1372 740055 Mob: 07740 817586 E-mail: [EMAIL PROTECTED] www.atkinsglobal.com/its -Original Message- From: Dan Diephouse [mailto:[EMAIL PROTECTED] Sent: 21 June 2007 02:36 To: cxf-user@incubator.apache.org Subject: Re: REST XPath OK I spent some time

Re: REST XPath

2007-06-21 Thread Willem Jiang
-user@incubator.apache.org Subject: Re: REST XPath Hi Richard, Yes, you can do it with rest binding. First you need a service interface, some thing like @WebService public interface BookService { @Get @HttpResource(location = /dataaccess/{query}) Book getQuery(@WebParam(name

RE: REST XPath

2007-06-20 Thread Shaw, Richard A
: Dan Diephouse [mailto:[EMAIL PROTECTED] Sent: Tue 19/06/2007 19:05 To: cxf-user@incubator.apache.org Subject: Re: REST XPath Can you paste what your annotated method and configuration code look like? Its a bit hard to figure it out just based on the annotation. Thanks, - Dan On 6/19/07, Shaw

Re: REST XPath

2007-06-20 Thread Dan Diephouse
@incubator.apache.org Subject: Re: REST XPath Hi Richard, Yes, you can do it with rest binding. First you need a service interface, some thing like @WebService public interface BookService { @Get @HttpResource(location = /dataaccess/{query}) Book getQuery(@WebParam(name = GetQuery

Re: REST XPath

2007-06-19 Thread Dan Diephouse
: 07740 817586 E-mail: [EMAIL PROTECTED] www.atkinsglobal.com/its -Original Message- From: Freeman Fang [mailto:[EMAIL PROTECTED] Sent: 19 June 2007 09:45 To: cxf-user@incubator.apache.org Subject: Re: REST XPath Hi Richard, Yes, you can do it with rest binding. First you need a service