Re: WCF Adapter PassthruTransmit choking on message – 0x80004005

Home Page Forums BizTalk 2004 – BizTalk 2010 WCF Adapter PassthruTransmit choking on message – 0x80004005 Re: WCF Adapter PassthruTransmit choking on message – 0x80004005

#22430

The size of the message was indeed the issue. The problem was not at the BizTalk end but the WCF service end. The WCF service by default accepts a message that is 64K long (I am assuming this is an all inclusive size). All I had to do was to add a binding to the called WCF service specifiying the right size for maxReceivedMessageSize parameter.