Java Web Services Returning SVG Image
Hi
I am creating a J2ME application which needs to generate dynamic charts for the user.
The data for generating the charts is stored on a web server. In order to have minimal computations on the mobile device, I want to generate the charts on the web server itself.
I have written a code which generates svg (svg tiny) charts dynamically on a web server based on sql queries on a database . Now I want a J2ME client app to be able to retrieve this data through a web service.
Can someone guide me as to how to return svg files from a java web service.
Any help would be greatly appreciated.
Regards
Sparsh
__________________
[url=http://sparshpolly.blogspot.com]My blog [\url]
|