Re: [twsocket] Transfer-Encoding: chunked ??

2008-10-01 Thread Francois PIETTE
What is the problem actually ? You can get the cookie from OnCookie event. -- [EMAIL PROTECTED] The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Ko Brink" <[EMAIL PROTECTE

[twsocket] Transfer-Encoding: chunked ??

2008-10-01 Thread Ko Brink
This is driving me crazy, i have no idea what i have to do, to get the whole header or atleased the real cookie this is what i get back from my program in bcb6 and ICSv6 HTTP/1.1 302 Found Date: Wed, 01 Oct 2008 23:43:51 GMT Server: Apache Set-Cookie: %5fTGl0dGxlTXV0dC5jb20%3d=VmlpM0pNdXFxdFh

Re: [twsocket] Simulate a Soap request with ICS HttpCli

2008-10-01 Thread Bruno Mannina
Solved ! Just this line missing : HttpCli1.ContentTypePost := 'text/xml; charset="utf-8"'; Bruno Bruno Mannina a écrit : > Dear ICS Users, > > I tried, there are two or three months, to use HttpCli to connect to a > SoapService. ok no problem. > But the SoapService has changed a

[twsocket] Simulate a Soap request with ICS HttpCli

2008-10-01 Thread Bruno Mannina
Dear ICS Users, I tried, there are two or three months, to use HttpCli to connect to a SoapService. ok no problem. But the SoapService has changed and now I have Internal server Error. I changed all necessary parameters, but without success. Could you help me please to understand what happends