Hi
Our application uses a bunch of web services, such as
Authentication Service, Authorization Service, Data Service etc.
These web services are used by our web/windows applications.
We would like to start using Biztalk in our enterprise.
\”Don’t use a hammer if all you need is a pat.\”
Would it be best approach to convert each web service to its respective orchestration,
for ex: AuthenticationOrchestration, AuthorizationOrchestration, DataOrch etc.
If we follow this approach would we end up with a hammer.
Also, is it better to use biztalk orchestrations only for long running tasks and not for short running request/response tasks. For ex: If we want to authenticate and authorize a user in web/windows application, then have the web service do it rather than have a orchestration as it is a short request/response task.
Any input is much appreciated.
Thanks.