Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
Consider this scenario; we have a WCF Service A and a WCF Service B.

1. Service A will send a request message to Service B
2. Service B will receive the request message and sends an acknowledgement to Service A to say that the request message has been received
3. Service B will process the message and send a response message back to Service A, to say your request has been completed
4. Service A will receive the response message and sends an acknowledgement to Service B, to say that the response message has been received

The question is, in step 2, how and what is the best method to use to send the acknowledgement from Service B to Service A, before Service B start processing the message.

Any examples would be great, many thanks!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900