|
| Scenario
We are considering to expose some of our Orchestrations as Web services.
These Web services will be consumed from one of our Websites. If the BizTalk
server is down for whatever reason we want to use MSMQ as backup transport
from the Website.
When Web service is used we are expecting synchronous response from the
Orchestration, whereas when MSMQ is used we are not expecting any response
from Orchestration (as it can not be synchronous process)
Question
Is it possible to use the same Orchestraion for processing SOAP(web
services) requests and MSMQ(T) requests?
Is it possible to send a response from Orchestration only if the
Orchestration was invoked from Webservice? If the Orchestration was invoked
from MSMQT Orchestration should just process the request and ignore sending
the response.
Any pointers would be appreciated.
Amar
|
|