how do you encode and decode images in java?
I have this following scenario, I want to encode an image for example(abc.gif) in any format (bytes, base64). Then Send it over a SOAP message and decode the image and save the image in a folder on another computer.
I am exposing this as a web service. I am using TIBCO designer to invoke this web service of encoding of images.
Any way to do the java encoding of images?