Hi
        The problem is, we use the API "axis2_svc_client_send_receive" to
send request and receive response between client and server, we hope all the
messages be transfered in only one http connection, but we found when the
client received the response message, it released the connection, and
establish a new http connection for the next request.

        Can we send and recv all the messages in one connection? And how to
configure axis2c?

        Thanks!


2008/11/4 Supun Kamburugamuva <[EMAIL PROTECTED]>

> Hi,
>
> Did you mean HTTP Keep alive by a persistent connection?
>
> Supun.
>
>
> On Tue, Nov 4, 2008 at 3:58 PM, Yuanfeng Zhang <[EMAIL PROTECTED]>wrote:
>
>> Hi All
>>
>>      We are required to implement a system in C/S structure. The Client
>> have to send a request to the Server every min. And we use axis2c to send
>> and recv messages between client and server, and a persistent http
>> connection is required. my question is how can i establish a persistent
>> connetion from client to server with axis2c.
>>
>>
>> Best Regard
>> Yuanfeng Zhang
>>
>
>
>
> --
> Software Engineer, WSO2 Inc
> http://wso2.org
> Web Services with Axis2/C http://wsaxc.blospot.com
>
>

Reply via email to