Hi all,
I have a WCF service that has exposed some 1 way services (I.e. the IsOneWay attribute set to true).
I added these into BizTalk (via add generated items) and can call them correctly. The problem is, they always suspend.
BizTalk waits for a respones and doesn’t get anything (other than a
HTTP 202) and therefore suspends the orchestration and attempts to
retry sending to the service (which actually works).
Is there a way to get correct 1 way behaviour to work with BizTalk? I.e
fire and forget? I do not want to recreate a specal “BizTalk” version
of my service with fake 1 way operations.
Any help would be greatly appreciated.
Kind regards,
TM