This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
thanks Peer, I understood what you are saying. If you know about the specifics of co-relation_id ? I mean where to put that in SOAP request? I believe reply-to is a standard WS-Addressing header.
A.B
Peer Reynders
Bartender
Joined: Aug 19, 2005
Posts: 2906
posted
0
Originally posted by Awais Bajwa: If you know about the specifics of co-relation_id ? I mean where to put that in SOAP request? I believe reply-to is a standard WS-Addressing header.
If my understanding is correct that goes into the {http://schemas.xmlsoap.org/ws/2004/08/addressing}RelatesTo header which references the {http://schemas.xmlsoap.org/ws/2004/08/addressing}MessageID of the reply that was sent by the service. While this is typically used in the service response to identify the client's request, the client could provide the MessageID of the last service response to "continue the conversation". The progression of the messageIDs throughout the conversation can also be used by the service to check whether the client has processed the service's last response. [ May 05, 2008: Message edited by: Peer Reynders ]