[ 
https://issues.apache.org/jira/browse/AXIS2C-596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549836
 ] 

Damitha Kumarage commented on AXIS2C-596:
-----------------------------------------

This may be because call to
            axis2_http_transport_sender_write_message(transport_sender, env,
                                                      msg_ctx, epr,
                                                      soap_data_out, 
om_output));
does not chec any status return from http_sender_invoke function.
Fixed this as


            if(!axis2_http_transport_sender_write_message(transport_sender, env,
                                                      msg_ctx, epr,
                                                      soap_data_out, om_output))
                retrun AXIS2_FAILURE;


> axis2_transport_sender_invoke does not return correct status
> ------------------------------------------------------------
>
>                 Key: AXIS2C-596
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-596
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>            Reporter: Damitha Kumarage
>
> When I invoked axis2_transport_sender_invoke function from 
> sandesha2c_sender_worker_worker_func, it fails at http_client_process_header 
> indicating a response timeout.  But axis2_transport_sender_invoke still 
> return status of AXIS2_SUCCESS.

-- 
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