Hello, Any ideas how I may return a png image or jpeg from the java-based web service to the client, with all the info to recreate the image? My thought may be to get the data from the web service, create the image and do any modifications in php and then return it to the client, but that limits the client programs to something that known http.
