Am Dienstag, den 06.11.2007, 09:27 -0500 schrieb Daniel Kulp: > On Tuesday 06 November 2007, Patrick Mulligan wrote: > > 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. >
If its RPC/encoded, you can use SAAJ and/or the Dispatch/Provider interfaces as an alternative. It is definitely not pleasant but it can be done. See here[1] for an example. Glen [1] http://www.jroller.com/gmazza/date/20071102
