Ant Organisation Ltd documentation

CallingMethod Enumeration

Enumeration representing the way the web service is called

public enum CallingMethod

Members

Member NameDescription
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

Requirements

Namespace: Ant.Workflow

Assembly: Ant.Workflow (in Ant.Workflow.dll)

See Also

Ant.Workflow Namespace