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.  MTOM---Testing through SOAP UI

    Posted Sun May 27, 2012 05:56 PM

    Hi Folks,

    we are developing a webservice which can handle attachments. A filed was declared base64 content type. from SOUP UI…while testing we are cache the attachment and send the file over that field. At webMethods service we are able to receive the encoded content of that file. every thing is going well…

    in the below screen shot, cid:LrPhoto.log

    If we test… we are retrieving the content of LrPhoto in the encoded format into webMethods service.

    here… i need to retrieve the value “cid:LrPhoto.log” of that tag along with the encoded content to webMethods.

    Any Idea…!!!

    Thanks in Advance…!

    Thanks
    npbkwm


    #API-Management
    #webMethods
    #soa


  • 2.  RE: MTOM---Testing through SOAP UI

    Posted Fri June 01, 2012 10:35 PM

    Did you check the public services for converting base64 decode etc…and extract the content?


    #API-Management
    #soa
    #webMethods


  • 3.  RE: MTOM---Testing through SOAP UI

    Posted Wed June 06, 2012 05:20 PM

    If you are uing the latest version of IS, and the client SOAP UI is configured using MTOM, your receiving service should have a
    XOPObject in the pipeline once the request reach your service.
    you can use: pub.soap.utils:getXOPObjectContent to get base64String, bytes or stream.

    make sure you set the SOAP UI to have use_MTOM=true, the default is false, which it will put the whole file under your node, which is not taking advantage of MTOM.


    #webMethods
    #API-Management
    #soa


  • 4.  RE: MTOM---Testing through SOAP UI

    Posted Thu March 17, 2016 05:38 AM

    Hi,

    This there any possible way of capturing the raw request sent through SOAP UI?

    We are receiving attachments as MTOM in webMethods. Is there any possible way to see it? PFA for better understaing.

    SavePipeline doesn’t store this information.

    webMethods version: 9.5

    Regards,
    Jacob B
    raw_view.PNG


    #API-Management
    #soa
    #webMethods


  • 5.  RE: MTOM---Testing through SOAP UI

    Posted Thu March 17, 2016 07:15 AM

    Hi,

    Can you please have a look at below page. We are have similar implementation. But could not see the MTOM data in webMethods. Can you suggest on this.

    Regards,
    Jacob B


    #soa
    #API-Management
    #webMethods