2 Replies Latest reply on Dec 23, 2009 4:16 AM by veraniego

    Calling external web service from Java Application

    veraniego

      This is my scenary:

       

      soapUI Client --> HTTP Consumer --> HTTP Provider --> External Web Service

       

      I want to use a Java Application instead of the soapUI client, so I can add some code in order to measure times between the request and the response. The idea is that my application sent a SOAP message.

       

      The Java Ap. would be deployed in the ESB, I guess... what is the servicemix component that I'd have to use for do that??

       

      any idea how to do that?? I spent several days trying to implement this with the API Client but I didn't succeed