Browse by Tags
All Tags »
Orchestration (RSS)
When we have 2 different Orchestration running under different host instances under the same application, we get the following Error, when we start the Application from biztalk admin console or scripts Could not enlist orchestration abc,Orchestrations,
Read More...
1 single Biztalk Port can have many Biztalk Operations. Surprising !! We can right click on the Port and Add New Operation. If you notice closely, the operation gets added to the PortType in the orchestration view. so say you are receiving and message
Read More...
I have seen many people creating New PortTypes for every Port even if they are of the same data type. So I am giving a simple correlation between OOPs Classes and Biztalk PortTypes. Class (Similar To) PortTypes - Just defines Oneway or TwoWay Instance
Read More...
we have a A.btproj which has port type AcctPort which is a webref or a soap adapter port. we have a B.btproj which refrences A.btproj, Now when i need to create a port in B which is of same type AcctPort. can I reuse A.AcctPort . Is there any disadvantage
Read More...
Which is better for a non workflow based code that needs to be called from orchestrations. I believe that the .Net component is a better choice : 1. .Net Component Write a .Net component class library which exposes a static method which does the work,
Read More...
Many a times we use Atomic scope inside an orchestration to call non serializable code. for eg. Entreprise library logging component ver 3.0 is not serializable as the bts compiler suggests . error X2141: a non-serializable object type 'SomeAssembly.SomeComponent
Read More...