Hi,
1. This can also be the network issue. Because the network can go bad in
different period. When certain client goes wrong, it might be the network
problem. When it restarts, the network is good again. So, I still can't
decide the cause of the problem.
2. The best practice for creating the proxy class is to use VS.NET IDE's
Add Web Reference, and let it generate the proxy class for you. As far as I
know, it generates a proxy class for each .asmx file.
Kevin Yu

Signature
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
Robbert van Geldrop - 07 Apr 2006 09:36 GMT
Hello Kevin,
1. Is there possibly anti-DoS or fair-use logic in firewall and security
software of Windows XP?
2. My question on best practise is how to treat this proxy class. Must I
create an object ref for every transaction to the server or can I pool it or
can I keep a persistent object ref?
Kind regards,
Robbert

Signature
rvangeldrop
> Hi,
>
[quoted text clipped - 11 lines]
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
Kevin Yu [MSFT] - 10 Apr 2006 10:05 GMT
Hi Robbert,
1. Yes, this might be the firewall issue. But I can't be sure.
2. The the proxy object is actually a connection to the web service.
Whether to pool it depends on your app. Generally, I suggest you use a new
object to release the resources, if it is not called again and again. HTH.
Kevin Yu

Signature
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
Robbert van Geldrop - 25 Apr 2006 14:31 GMT
Hello Kevin,
I now changed our code that it will tear down the webservice object
reference and create a new one as soon as succesive time-outs occur. The
frequency of persistent time-outs decreased but some clients still have them.
So far this is acceptable, but the issue is not solved. Please keep me
up-to-date if similar issues are posted...
Kind regards

Signature
rvangeldrop
> Hi Robbert,
>
[quoted text clipped - 7 lines]
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
Kevin Yu [MSFT] - 27 Apr 2006 08:59 GMT
Hi,
If there is similar issue, and I find a resolution, I will let you know.
Kevin Yu
Microsoft Online Community Support
============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================
(This posting is provided "AS IS", with no warranties, and confers no
rights.)