how to change message size limit in Biztalk?

Home Page Forums BizTalk 2004 – BizTalk 2010 how to change message size limit in Biztalk?

Viewing 1 reply thread
  • Author
    Posts
    • #15486

      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

    • #15538

      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.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.