Generic Web Service Support
From: andrew cooke (andrew_at_acooke.org)
Date: 10/15/04
- Next message: Paul Lutus: "Re: best approach to generate random number in java"
- Previous message: Mark Riordan: "POST fields vs. query string parameters"
- Next in thread: Bryce: "Re: Generic Web Service Support"
- Reply: Bryce: "Re: Generic Web Service Support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 15 Oct 2004 10:03:41 -0700
I would like to write a simple web service (for simplicity, assume
stateless, returns a string given a couple of strings as arguments,
say) as a Java class and then "plug it in" to a server that provides a
SOAP, REST and HTML (a simple auto-generated page that takes the
appropriate arguments as a form, posts them as URL parameters to the
page URL, and displays the result) interfaces.
Does something like that exist? If not, what's the closest solution
that is available? Simplicity and ease of use are more important than
additional features / high throughput.
Thanks,
Andrew
- Next message: Paul Lutus: "Re: best approach to generate random number in java"
- Previous message: Mark Riordan: "POST fields vs. query string parameters"
- Next in thread: Bryce: "Re: Generic Web Service Support"
- Reply: Bryce: "Re: Generic Web Service Support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|