1 Reply Latest reply on Aug 2, 2011 5:36 PM by mjabali

    WebService Client

    rommel.oramas

      I am new in Apache Camel and I'm trying to a route with the following steps:

       

      1. From endpoint webservice

      2. Transform the payload with xslt

      3. log the request

      4. Invoke a .Net webservice

      5. log the response

      6. transform the response

      7. return the response to the client

       

      I have problems to proccess the response of the .Net webservice, the problem is that I don't know how to get the response, in the step 5 if I do log I get the same request from step 1, I don't get the response from step 4.

       

      The question is, how to invoke a remote .Net webservice or a axis webservice. I am trying with camel cxf.

       

       

      thank you