Hi,
We want to transfer one service from a legacy system to Biztalk. How it works now is, a .net wrapper calls the com component to do the required functionallity. Now we'll need to do the same in biztalk as com components cant be called directly from it and you need a RCW in .net for that, we'll then expose that orchestration as web service so that the application can access that.
Now my question is we are doing the same as was previously done for this service and additionally we are having a web service layer before it and the additional biztalk processing. This will definitely take more time then the orignal service because of additional layers. I want to ask is this the right way to go about it?, can we do it in a way where performance can be atleast at par with the orignal service, because obviously the benefit we get from doing it through biztalk is centrallized access of services and hence better management.
Regards,
Sajid.