User-853589349 posted
I have an application that needs to consume an asynchronous web service that requires wsa:MesssageId, wsa:ReplyTo wsa:address, and ws:To in the header. While wsa:MessageId and wsa:To are quite straightforward, I am stump on wsa:ReplyTo. I understand that
ReplyTo address is where the async web service will send the response to but how does my application get notify of the response and retrieve it? Do I need host a httplisterner or a web service to listen on the address and port I specify in wsa:ReplyTo address?
I have already added code to BeforeSendRequest(...) to add the wsa:messageId, wsa:replyto, and wsa:to to the header but I don't know what address to put into the ReplyTo address. Please advise. Thanks.
Sam