WCF ReliableMessaging method called twice
- by Brian
Using Fiddler, we see 3 HTTP requests (and matching responses) for each call when:
WS-ReliableMessaging is enabled, and,
the method returns a large amount of data (17MB)
The first HTTP request is a SOAP message with the action "CreateSequence" (presumable to establish the reliable session). The second and third HTTP requests are identical SOAP…