> Simple Web Service calls would take in excess of 2000 ms. I am
> conversing with a web service on my own machine. (Remote machines times
> are similar but about 150 ms longer.)
>
> In order to determine if my client was the issue I wrote a similar
> client in J#. The exact same calls returned in 16-100 ms.
Based on this information, my guesses might include DNS lookup or other
network access in building the request. Network access might be due to
some kind of logging, or to finding an XML Schema or DTD to validate
against while building the XML document.
To prod further in this direction, you might try running the code from a
system with no internet connection or DNS access, and see what happens.
Perhaps you'll get an error message. Also, try running Ethereal while
the request is made.

Signature
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
Marc E - 30 Oct 2005 01:33 GMT
i've been having the same problem. But for me, 2000 ms is nothing...i'll see
10+ seconds before the client request hits the wire.
If you get anywhere with this, please post back.
>> Simple Web Service calls would take in excess of 2000 ms. I am
>> conversing with a web service on my own machine. (Remote machines times
[quoted text clipped - 12 lines]
> Perhaps you'll get an error message. Also, try running Ethereal while
> the request is made.
gord.harding@hummingbird.com - 31 Oct 2005 14:54 GMT
Although I thought I got around this by trying the IP address,
localhost and 127.0.0.1.
In addition I will try putting the host name in the hosts file.
I will give this a try.