Step by Step tutorial for CXF web service ?

2009-04-28 Thread sridhar veerappan
Hi, I was trying for a step by step CXF configuration and inbuild wsdl which comunicates with the web service. Can anyone give a link or source code to go through that. Thanks in Advance Sridhar

Re: A rather crazy idea for a feature

2009-04-28 Thread Benson Margulies
Yes, that's precisely my idea. For the immediate case at hand, just mtom would be useful. I see your point about the whole (oink) hog. Perhaps I can get Tatu excited about the Woodstox end of this. On Tue, Apr 28, 2009 at 6:53 AM, Eoghan Glynn wrote: > Hi Benson, > > Do you mean using an NIO Map

Re: A rather crazy idea for a feature

2009-04-28 Thread Eoghan Glynn
Hi Benson, Do you mean using an NIO MappedByteBuffer? That would be an interesting thing to look at doing. Obviously limiting it to MTOM attachments sortta simplifies things, but of course there's also the possibility to go the whole hog and write a full-blown transport based on shared memory. N

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