我使用Spyne lib作爲soap web服務並實現一個接口來爲客戶端提供註冊功能。 但我不知道如何獲得客戶端IP在函數體中。 @srpc(String,String,String,_returns=String)
def register():
#I need record client IP address
return "hello"
我試着運行一個spyne example。同樣的例子在Linux上運行,但在Windows上出現以下錯誤 - File "helloWorld.py", line 14, in <module>
class HelloWorldService(ServiceBase):
File "helloWorld.py", line 15, in HelloWorldService