Hi Mike, "Mike McKee" <[EMAIL PROTECTED]> writes: > 2. I noticed that CONNECTION- KEEPALIVE is giving us trouble when we use > AXIS2C > Server with HTTP 1.1 (Microsoft Developer Studio Web Services Client). In > looking at the AXIS2C source code, it appears that socket connections are > always being closed, and that KEEPALIVE is not supported. Can you > confirm.
In order to support KEEPALIVE you need to have your services on Apache2 (mod_axis2) and on client side need to build Axis2/C with libcurl enabled. ./configure --enable-libcurl=yes [other options] thanks, Dinesh -- http://nethu.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
