Take a look at the Camel in Action book it has a chapter covering using SOAP web services.
Also you questions is not so Camel related as its about CXF, so you can ask on their user forum about those tools about wsdl2java etc. On Thu, Mar 23, 2017 at 11:17 AM, anirban.gupta4 <[email protected]> wrote: > Hi, > > I am new to JBoss Fuse and Apache Camel. In our project we have twoo WSDL of > producer and consumer. For one of the WSDL we have generated the > implementation class and we want to expose the endpoints in POJO dataFormat. > We have couple of questions here: > > 1. In wsdl2java, we find three types of generating Java codes, Client Side > code, Server side code and Implementation code. What are the differences > between those? > 2. can I use some other tool like wsimport (not wsdl2java) and generate the > java classes and start from there, or we only need to use Apache CXF's > wsdl2java for generating the implementation classs? > > Any other sugessions for this type of project will be helpful. > > Regards, > Anirban. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/A-simple-Web-Service-consumer-and-producer-using-Apache-Camel-tp5796012.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
