o***@gmx.de
2005-05-10 09:17:03 UTC
Hi,
we are using an external web service from a partner company for the
first time. We use the ServerXMLHTTP object from the MS XML Parser V4.0
on WinXP SP-1 to send and receive XML via HTTPS.
The problem with the WS is, that the first request times out every day,
most other requests get a response within 3-10 seconds.
Initially we set the timeout values for resolve/connect/send/receive to
2000/2000/5000/30000. To know how long the first request really takes
we changed this to 2000/2000/0/0 as the documentation states that a
timeout value of 0 means "forever". But insteaf of receiving a correct
reponse after we then get an ActiveX error "12152: The server returned
an invalid or unrecognized response" after about 73sec. So there are
some other settings that prevent us from timing the response time for
the first request.
So the question is:
which other settings do we have to change so that we can time the
response?
TIA,
Stefan
we are using an external web service from a partner company for the
first time. We use the ServerXMLHTTP object from the MS XML Parser V4.0
on WinXP SP-1 to send and receive XML via HTTPS.
The problem with the WS is, that the first request times out every day,
most other requests get a response within 3-10 seconds.
Initially we set the timeout values for resolve/connect/send/receive to
2000/2000/5000/30000. To know how long the first request really takes
we changed this to 2000/2000/0/0 as the documentation states that a
timeout value of 0 means "forever". But insteaf of receiving a correct
reponse after we then get an ActiveX error "12152: The server returned
an invalid or unrecognized response" after about 73sec. So there are
some other settings that prevent us from timing the response time for
the first request.
So the question is:
which other settings do we have to change so that we can time the
response?
TIA,
Stefan