Re: Need Help with JAX-WS and JAX-RS example

2009-04-29 Thread cybercxf
s introduced on 2008-10-21, so you'll need a version of >> the API jar from after this date (2.0.10/2.1.4/2.2 or later). >> Preferably exactly the same version as you use for the JAX-RS stuff. >> >> Cheers, >> Eoghan >> >> 2009/4/29 cybercxf : >>>

Need Help with JAX-WS and JAX-RS example

2009-04-28 Thread cybercxf
When I run the RestClient.java, it is giving me error java.lang.NoSuchFieldError: REQUEST_URI Can someone help me, what should be the @Path. Is the code for using the same service class (HelloWorldImpl.java) for both JAX-WS, JAX-RS? Please see all the code below and let me know. thanks. Cod