View Single Post
  #6 (permalink)  
Old 06-09-2009, 03:53 PM
wige's Avatar
wige wige is offline
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,661
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Java Web Services Returning SVG Image

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.
__________________
The best way to learn anything, is to question everything.
Reply With Quote