View Single Post
  #1 (permalink)  
Old 06-07-2009, 04:22 AM
sparshpolly's Avatar
sparshpolly sparshpolly is offline
WebProWorld Pro
 
Join Date: Jan 2004
Location: Singapore
Posts: 156
sparshpolly RepRank 0
Lightbulb 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]
Reply With Quote