From: Mark-in-TN on
I'm receiving an "HTTP/1.1 100 Continue" response from a .Net web
service.
How should I handle this response from within the WS::Client::DoCall
method?
From: Gerald W. Lester on
Mark-in-TN wrote:
> I'm receiving an "HTTP/1.1 100 Continue" response from a .Net web
> service.
> How should I handle this response from within the WS::Client::DoCall
> method?

The WS package utilizes the Core Tcl Http package. What version of Tcl are
you using (i.e. what does [info patchlevel] return?



--
+------------------------------------------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
From: Mark-in-TN on
On Jan 26, 3:36 pm, "Gerald W. Lester" <Gerald.Les...(a)cox.net> wrote:
> Mark-in-TN wrote:
> > I'm receiving an "HTTP/1.1 100 Continue" response from a .Net web
> > service.
> > How should I handle this response from within the WS::Client::DoCall
> > method?
>
> The WS package utilizes the Core Tcl Http package.  What version of Tcl are
> you using (i.e. what does [info patchlevel] return?
>
> --
> +------------------------------------------------------------------------+
> | Gerald W. Lester                                                       |
> |"The man who fights for his ideals is the man who is alive." - Cervantes|
> +------------------------------------------------------------------------+

8.5.8
From: Gerald W. Lester on
Mark-in-TN wrote:
> On Jan 26, 3:36 pm, "Gerald W. Lester" <Gerald.Les...(a)cox.net> wrote:
>> Mark-in-TN wrote:
>>> I'm receiving an "HTTP/1.1 100 Continue" response from a .Net web
>>> service.
>>> How should I handle this response from within the WS::Client::DoCall
>>> method?
>> The WS package utilizes the Core Tcl Http package. What version of Tcl are
>> you using (i.e. what does [info patchlevel] return?
>>
>> --
>> +------------------------------------------------------------------------+
>> | Gerald W. Lester |
>> |"The man who fights for his ideals is the man who is alive." - Cervantes|
>> +------------------------------------------------------------------------+
>
> 8.5.8

I have no idea what to do -- I would have assumed that the HTTP package
handled it.

Never seen this myself. I'll attempt to look into at some point.

--
+------------------------------------------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
From: tom.rmadilo on
On Jan 26, 11:37 am, Mark-in-TN <mark050...(a)yahoo.com> wrote:
> I'm receiving an "HTTP/1.1 100 Continue" response from a .Net web
> service.
> How should I handle this response from within the WS::Client::DoCall
> method?

Copied from some .NET forum:

923507 The HTTP protocol stack in Windows Server 2003 sends a "100
Continue" packet to the client even though the HTTP request does not
contain an "Expect: 100-Continue" header

http://support.microsoft.com/default.aspx?scid=kb;EN-US;923507

Anyone surprised?