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
  • 1.  Webmethod MTOM Queries

    Posted Mon August 22, 2016 01:38 PM

    I followed official docments to prepare a MTOM demo. This demo works fine, but not what I expected. What I want is that make a MTOM attachment case. Attach files into MTOM attachment instead of SOAP message body like:

    <?xml version='1.0' encoding='utf-8'?>

    <soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/”>
    <soapenv:Header />
    soapenv:Body
    <ns1:receiveAttachmentAndSFTPout xmlns:ns1=“http://AARON-THINK/MtomDemo.ws:receiveAttachmentAndSFTPoutWS”>
    XXXXXXXXX…
    </ns1:receiveAttachmentAndSFTPout>
    </soapenv:Body>
    </soapenv:Envelope>.

    How could I attach files into MTOM attachment instead of message body?
    MTOM Demo.docx (690 KB)


    #Integration-Server-and-ESB
    #webMethods