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.
Hi experts,
Can anyone suggest me how to upload a file from webMethods to an https site.
Thanks, -rk.
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
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.