All
I mean with webservice is "a dynamic webpage or appliocation that is written to be used from another program via HTTP". So in this case, basically, a jsp page that returns the data you want in some easy to parse format based (probably) on some query parameters (
data.jsp?gimme=this&gimme=that).