| JGaska [http://www.IoniaSolutions.com] 2005-05-17, 5:50 pm |
|
I have published a webservice using the schema which is dynamically routed
to the appropriate orchestration depending on the filter properties of the
message. How can I return the InterchangeID or MessageID to the caller which
I would then allow them to call into a webservice and check the status of the
processing.
One way would be to create another orchestration and return the messageID
within the orchestration which would then send the message onto the
appropriate orch. This seems like a lot of overhead just to get the
messageID.
Are any of the ID's returned in the header response from the invoke of the
port within the webservice? I already have the necessary query for the DTA
and messagebox to check on the status I just need the guid for the query to
return to the caller.
|