Sync Begin Conversation Operation
The sync begin conversation operation starts a conversation. It sends a timeout (in seconds) and receives back various parameters including the conversation ID. This is used in the subsequent sync invoke requests (see Sync Invoke Operation).
Request method: PUT
URI: http://[Server Name]:1911/RTServer/ms/ra-si/ra/sync-invocations
Request |
||||
timeout: The invoker idle time, that is, how long the invoker can be idle and not send invocations. |
||||
Response: Contains the following parameters: |
||||
id: The conversation ID. beginTime: The start time of the conversation. timeout: The invoker idle timeout. beginConversationTimeout: The Timeout (seconds) for conversation begin request message. conversationIdleTimeout: The Timeout (seconds) for idle conversation. See the Robotic Automation Solution Guide. |
The following is a sample JSON sync begin conversation request and response.