Hi community,
I have to develop a POST endpoint in webMethods IS to receive zip files.
From what I see I can’t use the builtin REST Functionality for this purpose. So far I have build a custom service, use pub.flow:getTransportInfo to get the protocol type and the http verb. I notice that if I put a contentStream object as an input of the service then this gets automatically populated with the content of the http request. I am now struggling in extracting the zip file and save it to disk… Any idea or better suggestion to handle this ?
header of the http request:
and value of the contentStream converted to string
Thanks
Alex
#Integration-Server-and-ESB#webMethods#webMethods-General