Re: 8 Send Ports with SOAP Transport Type as Web Service.

Home Page Forums BizTalk 2004 – BizTalk 2010 8 Send Ports with SOAP Transport Type as Web Service. Re: 8 Send Ports with SOAP Transport Type as Web Service.

#20314
First – this is .ASMX not WCF, correct?  (It may not matter, but might help clarify.)
Second – Web Services don’t have ports, BizTalk does.  You can connect setup 8 orchestrations to call the same web service by just doing the “Specify Later” binding.  Web Services have methods (also called operations).  One .asmx or .svc (WCF) service can have 8 methods.  Each BizTalk send port can connect to one web service, but multiple send ports can easily connect to the same web service.
Am I understanding your question?
Neal