A couple of questions:
1. We are using AXIS2C to use as a server that can add services/operations dynamically. I notice that there doesn't appear to be a good way to do this, as AXIS2C load's everything at startup. Can it be done? Is there a way that I can get AXIS2C to do the equivalent of a Warm Restart, which might give me what I am looking for? 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.