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...