You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Juergen Weber <we...@gmail.com> on 2008/05/28 19:01:26 UTC

Document/literal output from CXF/JAX-WS Client

Hi,

The sample in
\apache-cxf-2.1\samples\corba\hello_world

shows a RPC style webservice client that goes through to a corba server.

Is there a way to get a Document/literal output from the CXF/JAX-WS Client?

I'd like to XSLT the output from a corba server.

As I understand, the corba stubs are byte-code manipulated. Will the
resulting code run on JDK 1.4 ?

Thanks,
Juergen