The exposed web services are not the same as the services published in the Service Broker. The Service Broker acts as a SOAP gateway that exposes two web services: SendDocument and SendReceiveDocument. Both web services accept the following parameters:
• ServiceDescription – The name of the published service.
• ServiceVersion – The version of the published service.
• ServerID – The server ID of a specific StreamServer.
• DocData – The data to send to the service.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.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |