Can virtual service be created as a driver?

Can virtual service be created where virtual service will send request to external service and will get a response as a status code?

Parents Reply
  • Suggested Answer

    0 in reply to 

    Service A  sends request to Virtual Service B. 

    Based on the request from Service A, Virtual service B process its request to external Service C and this service sends response as status code to virtual service based on which further processing takes place.

    The highlighted part is the driving part from virtual service end where virtual service not only accept the request but also send the request to external service.

    Is this achievable with VS?

Children