Generic Web Service Support

From: andrew cooke (andrew_at_acooke.org)
Date: 10/15/04


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



Relevant Pages

  • assistance with moving through loops
    ... the complexity(or simplicity) of the loop. ... I appear to be putting bandaids ... string fmtstart=tbStart.Text.ToString; ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: bug reading /proc/sys/kernel/*: only first byte read.
    ... Eric W. Biederman wrote: ... deliberately for simplicity. ... Getting the string side of this fixed even by itself is ... worthwhile, although it might be worth teach people ...
    (Linux-Kernel)
  • Re: Identifying an exact binary representation
    ... Bernhard Enders wrote: ... simplicity, it is not necessary to represent it as a string, maybe it ...
    (comp.lang.fortran)
  • Re: Generic Web Service Support
    ... >stateless, returns a string given a couple of strings as arguments, ... >SOAP, REST and HTML (a simple auto-generated page that takes the ... posts them as URL parameters to the ...
    (comp.lang.java.programmer)
  • RE: Bind variable question
    ... variables that are in all caps (I only showed 1 for simplicity). ... $tmpccompStreet contains). ... $UPDATE_COMPANY_VALUE_STRING is being expanded to the actual string it ...
    (perl.dbi.users)