I used JAX-RPC to write a webserice that collects data(strings) from client. The client is written in a dynamic interface invocation (DII) fashion.
However, I would like to know if there is any way I can retrieve the client url and print it out on the web service server side. Is there anything to deal with xml soap namesapce ?
Please advise. thanks
