Service Virtualization

  • 1.  Virtualization of Asynchronous systems

    Posted Sep 13, 2018 12:15 PM

    Hi there,

    Need suggestions on below async scenarios:

    A is sending a req to B, B is responding with acknowledgement id, later on B needs to send actual response to A and now A will respond with success.

     

    Could anyone help me in sending two responses from B (ackID and later actual resp) as its a async call.

    do i need to create two VS , as A --> B http connection gets closed after getting ackID. or can customize within 1 VS

     

    any suggestions would really help.



  • 2.  Re: Virtualization of Asynchronous systems

    Posted Sep 13, 2018 12:20 PM

    ++ communication protocol is HTTPS for all, no messaging queues involved