To enable the biggest possible message size for webservices (e.g. to transfer large/multiple attachments), maintain the following HttpBinding Http Binding settings in the Message Broker configuration file:
...
</basicHttpBinding>
Note |
---|
Please don’t change your settings in following sub-sectionthe security settings: <security mode="TransportCredentialOnly"> <transport clientCredentialType="Basic" realm="E4C Message Broker Component" /> </security> |
Info |
---|
SAP doesn’t recommend sending messages bigger than 20 MB. |
...