5 Replies Latest reply on May 3, 2011 12:18 AM by labo32_delaboe

    Call external webservice only with wsdl ?

    labo32_delaboe

      Hello is it possible to call an external webservice only

      by configuring the wsdl ?

       

      I try to setup a camel osgi component. The input for my webservice call

      is already prepared in the camel route.

      Now my question:

      What is the easiest way to call the webservice ?

      Is it possible just to configure a  with

      the url to my wsdl file

       

      e.g

       

      http://www.testws.com/Webservices/test?WSDL

       

      or do I have to do something like wsdl2java first ?

       

      I checked the camel cxf examples (cxf, cxfbc) with a lot of different exceptions -

      but without success