IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Maximum SOAP Message Size / Maximum Attachment Size

  • 1.  Maximum SOAP Message Size / Maximum Attachment Size

    Posted Mon April 16, 2012 09:43 PM

    We are trying to built a gateway for a webMethods ESB backend (8.0).

    What we are trying to find out is what the maximum SOAP message size that can be sent to webMethods IS? (Is there a limit)?

    What about attachments on SOAP with Attachments? Any size limitations?

    Regards,
    Herman S. Basra


    #webMethods
    #webMethods-Architecture
    #webMethods-General
    #Integration-Server-and-ESB


  • 2.  RE: Maximum SOAP Message Size / Maximum Attachment Size

    Posted Tue April 17, 2012 05:15 AM

    I don’t know the max soap message size without using attachments, but you would not want to get close to that since the entire payload of the message would have to be resident in memory in order to process it.

    MTOM is the most commonly used method of sending attachments. This approach streams the attachment rather than requiring it to be sent as part of the message body. This supports more efficient processing of the attachment. I don’t know of a size limit on a soap attachment.

    HTH,

    Mark


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Architecture