Hi
I have the following environment
Windows service that also a WCF host and this service has two methods
-EnqueueMsg(msg)
-msg DequeueMsg()
What I want to configure it with BizTalk WCF adapter as
Send ****t to invoke EnqueueMsg(msg)
Receive ****t to invoke DequeueMsg()
Now my problem is how to make the receive location call the
DequeueMsg()?