Enumeration representing the way the web service is called
| Member Name | Description |
|---|---|
| synchronous | Called within the workflow engine and maps the return value in to the case, should only be used for fast responding webservices |
| asynchronous | The workflow engine launches a seperate thread when the web service returns and maps the result back in to the case. |
| detachedExpectResponse | Launches the web service but ignores any return value, webservice should add a response to the activity itself |
| detachedNoResponse | Launches a web service but ignores any return value, no response should be posted to the activity |
Namespace: Ant.Workflow
Assembly: Ant.Workflow (in Ant.Workflow.dll)