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

upload file from webMethods to https site

  • 1.  upload file from webMethods to https site

    Posted Mon October 12, 2009 04:52 PM

    Hi experts,

    Can anyone suggest me how to upload a file from webMethods to an https site.

    Thanks,
    -rk.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: upload file from webMethods to https site

    Posted Mon November 16, 2009 01:22 PM

    Hi Rk,

    you can use wMPublic/pub.client.http service to send data to http or https location.

    specify your https url in “url” field.

    Hope this helps!

    ArulChristhuRaj


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: upload file from webMethods to https site

    Posted Tue November 17, 2009 06:05 AM

    Hi,

    As mentioned earlier you can use this service “pub.client.http”. this service accepts data in form of byte stream as well. so you can convert your file in bytes and then transfer data to http website.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services