A web service can be written in any language.
This demo uses JSP for simplicity.
The JSP page consumes XML and produces an XML page.
It looks like any other JSP page except my XML elements are used instead of XHTML.
It would be much nicer to have it call a real "library of Java code".