REST and SOAP
October 14, 2004 4:22 PM
Subscribe
Web services - is there a server that supports both
REST and
SOAP protocols? I'd like to write the service code (in Java) once and then support both, as simply as possible. Simplicity is more important that features and throughput. Or should I just focus on one (which)? Thanks.
Arrgh. I forgot to add that I also want to have a HTML interface (ie a page that takes the service parameters and then POST/GETs the values to the service and displays the results). Seems like this is what anyone wanting to implement a simple web service would want...
posted by andrew cooke to computers & internet