Client WS-Proxy (SoapHttpClientProtocol.Invoke) thread safe?
开发者_JAVA百科For a WebService i have a WS-Proxy.
The client using this WS-Proxy has 2 thread's:
TH1 is calling WS-Proxy Function 1
TH2 is calling WS-Proxy Function 2Is this safe or should i use 2 WS-Proxy-Instances for each thread ?
精彩评论