You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by James Black <jb...@ieee.org> on 2002/06/11 16:32:59 UTC

re: returning an image

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.