I assume you have to provide a web service to your clients and you have to store the requests in a database? If so, I recommend to have a look at the CXF component [1] for providing the web service. For storing data in a database, please have a look at the SQL component [2]. Having a look at [3] shouldn't be worst to get some inspiration... ;-)
[1] http://camel.apache.org/cxf.html [2] http://camel.apache.org/sql-component.html [3] http://camel.apache.org/examples.html Best, Christian ----------------- Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linkedin.com/pub/christian-mueller/11/551/642 On Fri, Oct 4, 2013 at 2:02 PM, Ankur <ankur.b.aggar...@accenture.com>wrote: > Hi All, > > I'm new to camel & webservices. > I have one WSDL file which is published on different server. I want to > consume that wsdl file. After retrieving data from WSDL file i need to save > data in Database. > > I have to use spring DSL instead of Java DSL. I'm trying with cxf component > but not able to make it work. > > Could anyone help me out in this . I just have WSDL url with me nothing > else. > > Thanks > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Consuming-WSDL-file-tp5740871.html > Sent from the Camel - Users mailing list archive at Nabble.com. >