I'm trying to write a client to access a legacy service that is rpc- encoded and that I can't change. AIUI, the main option I seem to have is to stick with JAX-RPC (e.g. using Axis 1.4) but I was wondering if there was a way to use CXF for this? Ideally, I would like to use JAXB to generate POJOs from the XSDs and then CXF to transport them.

TIA
--
Jeremy

Reply via email to