I have to send a file attachment to webMethods via a restful service.
Which is the best suited method? Post or Put?
How can I load the image into webMethods rest service? Content Stream or multi-part?
If I have to invoke a 3rd-party service which has its rest service exposed to webMethods, can I use a simple http post to hit that service, with the image as mimeStream or bytes or stream?