S
spapelier
Hi,
I'm writting a Webservice consumer in asp.net 2.0 and facing the
following problem :
1. each time a request to a webservice method is made, a Expect:
100-continue header is sent (I'm ok with that)
2. My weblogic server (which host the webservices) handles that
correctly and send back a 100-continue response.
3. Then my asp.net client send the data and every thing goes well.
(I have the log of the traffic if you need)
But, in some cases (heavy load,...) my WLS does NOT send back a
100-continue after it received the Expect: 100-continue header
(sequence 2).
The point is that despite not receiving the 100-continue response, my
asp.net client send the data (sequence 3) and get stuck until the
timeout because the WLS will not handle the posted data...
My question is how to handle the fact that when I do not receive a
100-continue after posting the header i must abort the request or retry
it ?? HttpSoapClientProtocol shouldn't do that for me ?
Thanks for your reply
Stephane
I'm writting a Webservice consumer in asp.net 2.0 and facing the
following problem :
1. each time a request to a webservice method is made, a Expect:
100-continue header is sent (I'm ok with that)
2. My weblogic server (which host the webservices) handles that
correctly and send back a 100-continue response.
3. Then my asp.net client send the data and every thing goes well.
(I have the log of the traffic if you need)
But, in some cases (heavy load,...) my WLS does NOT send back a
100-continue after it received the Expect: 100-continue header
(sequence 2).
The point is that despite not receiving the 100-continue response, my
asp.net client send the data (sequence 3) and get stuck until the
timeout because the WLS will not handle the posted data...
My question is how to handle the fact that when I do not receive a
100-continue after posting the header i must abort the request or retry
it ?? HttpSoapClientProtocol shouldn't do that for me ?
Thanks for your reply
Stephane