1.

What Is The Difference Between Soap Request Node And Soap Async Request Node?

Answer»

The SOAP ASYNC Request node SENDS a WEB service request, but the node does not wait for the associated Web service response to be received. This asynchronous functionality enables multiple OUTBOUND requests to be made almost in parallel because the outbound request is not blocked waiting for the response.

WHEREAS, The SOAPRequest node is a synchronous request and response node, which blocks processing after sending the request until the response is received.

The SOAP Async Request node sends a Web service request, but the node does not wait for the associated Web service response to be received. This asynchronous functionality enables multiple outbound requests to be made almost in parallel because the outbound request is not blocked waiting for the response.

Whereas, The SOAPRequest node is a synchronous request and response node, which blocks processing after sending the request until the response is received.



Discussion

No Comment Found