To enable the biggest possible message size for webservices (e.g. to transfer large/multiple attachments), maintain the following HttpBinding settings in the Message Broker configuration file:
<basicHttpBinding>
<binding name <binding name="E4Cbinding" maxBufferPoolSize="2147483647"
maxBufferSize="2147483647" maxReceivedMessageSize maxReceivedMessageSize="2147483647">
<security mode <security mode="TransportCredentialOnly">
<transport clientCredentialType <transport clientCredentialType="Basic" realm realm="E4C Message Broker Component" />
</security>
<readerQuotas <readerQuotas maxDepth="2147483647" maxStringContentLength maxStringContentLength="2147483647"
maxArrayLength maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
< </binding>
< </basicHttpBinding>
Note |
---|
Please don’t change your settings in following sub-section: <security mode<security mode="TransportCredentialOnly"> <transport clientCredentialType <transport clientCredentialType="Basic" realm="E4C Message Broker Component" /> </security> |
Info |
---|
SAP doesn’t recommend sending messages bigger than 20 MB. |
...