|
| Hello everybody,
i am currently writing to applications in C# that communicate with each
other via .NET Webservices. One application is the sender the other the
receiver.
My problem:
The sender calls a method e.g. 100 times and leaves packages in the
Webservice=B4s Application Object.But the receiver only gets 97. The
lost messages are allways the first ones. Mostly it is only the first,
sometimes its the first 3 messages which get lost.
I read in the newsgroups that i should get an Exception (like 503:
Service unavailable) in the c# programm. If i would get this i could
catch it and i simply would resend the package as long as the exception
will appear.
At my computer at home i get the exception but not at work. In both
cases i did not change any settings except creating and deleting
virtual directories..
Does anyone have an idea how to fix this ?
Thanks
Thomas
|
|