Working with webMethods 9.7 - Linux
Hello, really looking for some help here.
Can someone tell me how to convert a big 15 MB gzip file to a base64 encoded file?
I think what needs to happen is:
- place the file somewhere in the unix filesystem and get the file (pub.file:getFile)
- convert bytes to stream
- convert stream to base64
- save base64 to file
Am I on the right track? Shorter/better way to do it? Definitely hoping this won’t involve having to create special java code, but please let me know.
I really appreciate the help! Thanks
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods