Yeah, that does sound like the best solution if you are talking to your own client.
Quote:
|
Can you please elaborate on returning a link to request the image ? What I am doing is directly returning the image as a stream of bytes from the web service.
|
I was actually thinking of this more as something that could also be accessed by a web browser - I take it from this description, it would only be communicating with your Java client. In that case you can pass more information in the data stream. With a web browser client, you would have to respond to each request seperately - one for the page, and another for the image.