Target URI
As specified in the standards, the Uniform Resource Indicator (URI) contained in the Key tag must be the same as the Uniform Resource Locator (URL) where the message is being sent. The format of such URI is:
http://<host>/<relative path to application>? procid=<process id>& target=<targetDN>
- <host> is the hostname of the application host.
- <relative path to application> is the file part of the URL pointing to the SSM-INT application.
- <process id> is a unique string identifying the process instance.
- <targetDN> is the DN of the target of the operation.
The process ID is specified at creation time in response to a CreateProcessInstance operation. This is the format of the ProcessInstanceKey. The ProcessDefinitionKey is the same, but without the parameters part.