I have just made a "hello world" web service from a single HelloWorld
class containing one method which returns "hello world". This is done in
eclipse as proposed in the "Creating Bottom Up Web Service" manual.
Everything works as supposed :-)
Question:
Is it possible to get some information about the request _inside_ my
HelloWorld object ? For example something like
getJAXRPCRuntimeEnvironment.getHTTPHeaders() ????