You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Nandika Jayawardana (JIRA)" <ji...@apache.org> on 2010/11/13 19:35:13 UTC

[jira] Created: (AXIS2C-1501) https client fails the second send_receive call on the same service client

https client fails the second send_receive call on the same service client
--------------------------------------------------------------------------

                 Key: AXIS2C-1501
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1501
             Project: Axis2-C
          Issue Type: Bug
         Environment: Any
            Reporter: Nandika Jayawardana
            Assignee: Nandika Jayawardana


When service client is configured to use https transport, it only handles the first send_receive request correctly. The second send_receive call on the same service client fails.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[jira] Resolved: (AXIS2C-1501) https client fails the second send_receive call on the same service client

Posted by "Nandika Jayawardana (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandika Jayawardana resolved AXIS2C-1501.
-----------------------------------------

    Resolution: Fixed

The transport sender preserves the http client object for its lifetime. However, it tries to initialize SSL with the same socket and hence the second call fails. Instead checking whether ssl stream already exists for http client at http_client.c line 280, corrects the issue.

> https client fails the second send_receive call on the same service client
> --------------------------------------------------------------------------
>
>                 Key: AXIS2C-1501
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1501
>             Project: Axis2-C
>          Issue Type: Bug
>         Environment: Any
>            Reporter: Nandika Jayawardana
>            Assignee: Nandika Jayawardana
>
> When service client is configured to use https transport, it only handles the first send_receive request correctly. The second send_receive call on the same service client fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org