3 Replies Latest reply on Nov 13, 2009 2:50 PM by lyfe

    send original request to second endpoint after response from first endpoint

    lyfe

      Is the following scenario possible:

       

      A request comes in.  I want to send it to an endpoint and wait for a response.  Depending on the response, I want to either send or not send the ORIGINAL request to a second endpoint.

       

      From what I've read, the original request cannot be sent to a second endpoint.  Instead, the response from the first endpoint can be sent to the second endpoint.