I am using spring framework 2.5.6.
Says I have this piece of code:
@WebMethod(operationName='hello')
@WebResult(name='result')
public List<Result> getResult(@WebParam(name='myname') Request request)
...
How can I work out the ip or host from which the request is sent to the server?
This is the solution:
wsContext is an private variable of
WebServiceContext