how to change message size limit in Biztalk? Home Page › Forums › BizTalk 2004 – BizTalk 2010 › how to change message size limit in Biztalk? This topic has 2 replies, 1 voice, and was last updated 8 years, 3 months ago by community-content. Viewing 1 reply thread Author Posts August 29, 2006 at 10:57 AM #15486 community-content When using biztalk 2006 to send a file to an external Web Service using SOAP adatpter, got this error: SoapException: There was an exception running the extensions specified in the config file. –> Maximum request length exceeded. The file is about 8M, how to change the Maximum request lengh that allow Soap to pass this file on? Thanks September 3, 2006 at 12:58 PM #15538 community-content I'd first look at the maxRequestLength (in KB) in the HttpRuntime tag of the web.config file. Example: <httpRuntime maxRequestLength="8192" /> Since the limit on http requests is 4mbs by default. 8mbs over SOAP might not be the best idea here. September 4, 2006 at 9:02 AM #15544 community-content Also look here http://brineykratz.com/blogs/biztalk/archive/2006/09/03/67.aspx Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register