On Tuesday 06 November 2007, Patrick Mulligan wrote: > Hi, > > We have a jax-rpc client running in a servlet that I want to make talk > to a CXF service. Between these two technologies, I believe is is > mostly an API and data binding difference verus a soap/wire > difference. Is this correct?
Well, not always. The DEFAULT wire format for JAX-RPC is rpc/encoded, which isn't supported by JAX-WS at all. JAX-RPC can also support the wrapped doc/lit stuff which JAX-WS also supports, but the rules around the unwrapping and stuff are a bit different so the interfaces could look very different. > Anohter way to phrase the question is: Can I have a jax-rpc client > talk to a CXF jax-ws server "wire-wise" with no modifications to the > client or server? If it's using the wrapped doc/lit style, the answer should be yes. If it's rpc/encoded, the answer is no. Dan > > thanks. > _________________________________________________________________ > Boo! Scare away worms, viruses and so much more! Try Windows Live > OneCare! > http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_ho >tmailnews -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
