[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to