O
Ostap Radkovskiy
Hi!
I have .NET WS running under IIS6 and there is a strange situation - after
the sequence of method calls (the same WS method, the session support is
turned on) the response packet comes to client with xml comment on top -
saying <!-- Here is a dummy timestamp from the server: 11:59:15 AM -->. So
the client crashes (xml parser doesn't allow to have comments on top of
<?xml version="1.0" encoding="utf-8"?> declaration - you can check it with
XmlDocument DOM.
There is at least 1 thread running as web service's client - so it is
obviously the problem might be caused by concurrency (the single requests to
WS work OK, just several at once will fail)
Could you suggest anything in the situation like this?
Thanks in advance for any wise thoughts!
Ostap Radkovsky
I have .NET WS running under IIS6 and there is a strange situation - after
the sequence of method calls (the same WS method, the session support is
turned on) the response packet comes to client with xml comment on top -
saying <!-- Here is a dummy timestamp from the server: 11:59:15 AM -->. So
the client crashes (xml parser doesn't allow to have comments on top of
<?xml version="1.0" encoding="utf-8"?> declaration - you can check it with
XmlDocument DOM.
There is at least 1 thread running as web service's client - so it is
obviously the problem might be caused by concurrency (the single requests to
WS work OK, just several at once will fail)
Could you suggest anything in the situation like this?
Thanks in advance for any wise thoughts!
Ostap Radkovsky