I use the Spyne lib as soap web service and implement a interface to provide registration function for clients.
But I don't know how to get the client IP in function body.
@srpc(String,String,String,_returns=String)
def register():
#I need record client IP address
return "hello"