0 Replies Latest reply on Jun 21, 2012 3:45 AM by sarfarajsayyad

    How to pass output of one external web service to another web service ?

    sarfarajsayyad

      I have two web service . I wanted to pass the out put of source web service to target web service.

       

      So I wrote the camel contex file as below

       

       

      <log loggingLevel="INFO" message="&gt;&gt;&gt; $"/> <to uri="cxf://http://localhost:8080/targetws/services/testTargetService?wsdlURL=src/etc/testTargetService.wsdl&dataFormat=MESSAGE"/> <log loggingLevel="INFO" message="&gt;&gt;&gt; $"/>

       

               <!Optional:>

                

       

      How do I achieve  ? I think I need to do some stuff in processor. can somebody give me examples ?

       

      Edited by: sarfarajsayyad on Jun 21, 2012 7:44 AM