Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The Web Service Provider agent has a great resemblance to a server and allows Web Service requests to be collected and inserted into a workflow.

When a request arrives to the Web Service Provider it will first decode and validate it into a pre-generated UDR type, WSCycle UDR. WSCycleUDR is then routed through the workflow with the param field set to the incoming message. If the client expects a response message the workflow is responsible for populating the response field with an appropriate answer message (through the udrCreate APL function). The WSCycleUDR must then be routed back to the Web Service Provider agent to transmit the answer.

Note!

Configurations made in the agent always overrides settings originating from the WSDL file.

The section contains the following subsections:

  • No labels