On 12/11/11 02:13, amathewcxf wrote:
In fact i am looking for a solution with Apache-CXF as I am hopeful that we should be able to do this. The reason I wanted to use this because later i may have to deal with sending/recieving SOAP request OR via REST (as JSON objects) etc using the same framework.
As Dan and Woonsan suggested, use a JAXB generator to create JAXB model classes from a given schema, and then start from using an HTTP centric api, you may want to consider using proxies if you do want the same code be reused even when talking to rest and soap services, see CXF JAX-RS Client API (the wiki is down at the moment so just google for it) and also check a jaxrs_jaxws_java_first demo in a Talend TESB distro
Cheers, Sergey
Thanks Anil M -- View this message in context: http://cxf.547215.n5.nabble.com/Using-Apache-CXF-to-communicate-a-third-party-application-tp4982907p4986100.html Sent from the cxf-user mailing list archive at Nabble.com.
