Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How to handle large size attachment in Biztalk while consuming SOAP request › Re: How to handle large size attachment in Biztalk while consuming SOAP request
March 12, 2015 at 12:54 AM
#26498
Cant you use a custom pipeline component to remove the attachment from the incoming message and store it somewhere (File share/Database) and then retrieve the same in Send side?