The client makes the SOAP call SendDocument("Service_3", "", "", soapRequestData), and the Service Broker invokes the service
Service_3 in the appropriate StreamServer instance.


The StreamServer processes the soapRequestData, and sends the output to a printer.
The client makes the SOAP call SendReceiveDocument("Service_3", "", "", soapRequestResponseData), and the Service Broker invokes the service
Service_3 in the appropriate StreamServer instance.


The StreamServer processes the soapRequestResponseData, and sends the output in the response to the client.