If you have the XSD, you actually have a good chunk of the wsdl, that said, you can do that as REST, SOAP or pure XML, for the latter - looking at something like camel-jetty/http might allow you to just get the payload and then use Jaxb, neither of the ideas would be "wrong"
Cheers! /je On Nov 11, 2011, at 7:13 PM, 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. > > 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.
