Notice that you do not call close on the proxy - this means
that the service will be maintaining a session on behalf of the client
(assuming you are using broadly the default settings of the WSHttpBinding)
add a call to requestClient.Close() after calling the Execute operation
add a call to requestClient.Close() after calling the Execute operation
No comments:
Post a Comment