Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Custom Soap Header › Re: Custom Soap Header
September 19, 2008 at 3:33 PM
#20786
I would go the WCF adapter route regardless of whether the service platform is WCF. The WCF adapters totally rock. If the service is built on WCF, use the WCF-WSHttp adapter (or the WCF-NetTcp adapter for faster performance if everything is behind the firewall). If the service is basic SOAP, use the WCF-BasicHttp adapter.