Hello. My problem is obtaining information about a webservice (using rpc) from within the implementation classes, ie:
when compiling the wsdl using rpc, the method definitions go into a "Remote" Interface whose methods are implemented in the BindingImpl class. How can I obtain information about the webservice, like name, port info or else, from within the implementation class? The decoupling seems to be too perfect, I cant see a way. Any ideas?
