Integrating Redwood Server with Web Services

Redwood Server integrates into your SOAP architecture by providing both inbound and outbound web services for Process Definitions and Chain Definitions. You can submit a process using a published web service or submit a SOAP RPC or message every time a process is submitted, for example.

A note can be attached to the process submitted by the web service.

Web service Process Servers require the following license key

  • WebServices.OutboundServer.limit - the total number of distinct web service credential endpoints

Prerequisites

  • a free slot in WebServices.OutboundServer.limit and ProcessServerService.External.limit for a credential to the third-party web service. The number of soap credentials for a given endpoint you can create is limited by the WebServices.OutboundServer.limit and ProcessServerService.External.limit license keys; when you have both license keys, the most restrictive applies. Note that the ProcessServerService.External.limit license key is also used by other Process Server types such as Platform Agents and SAP connectors.
  • a credential for the third-party web service
  • SOAP version 1.1

See Also