Hello Marcello,
Thank you for your answer, unfortunately, the calling URL is fixed, I
cant fiddle with it. It's a good'ol URL, that looks like that :
http://www.mydomain.com/myapp/getimage?scale=2.3
Marcelo Lotif a écrit :
Hi José,
Try to change your method signature to this:
public InputStr
Hi José,
Try to change your method signature to this:
public InputStream onActionFromStream(String myparam) throws IOException {
...
}
and then, on your url, you can call it like this:
http://localhost:8080/appname/getstring.stream/paramValue
I hope this helps you.
On Thu, Jul 24, 2008 at