Re: How to handle large size attachment in Biztalk while consuming SOAP request

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

#25641

Hi,

 

   If your purpose is to just send these two files to the FTP server, why not  just send them directly to the FTP site (from your web application) and bypass BizTalk altogether?

   If you use BizTalk to split the SOAP message into 2 parts, there’s going to be processing involved, unless you use the PassThruReceive pipeline, but then you would have to send those two parts separately anyway.

 

   You might want to reconsider the design of your scenario,

 

   Daniel.