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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  upload file from webMethods to https site

    Posted 10/12/09 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 11/16/09 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 11/17/09 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