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 "Damitha Kumarage (JIRA)" <ji...@apache.org> on 2007/04/24 19:18:15 UTC

[jira] Created: (AXIS2C-596) axis2_transport_sender_invoke does not return correct status

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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-596) axis2_transport_sender_invoke does not return correct status

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

Senaka Fernando updated AXIS2C-596:
-----------------------------------

    Attachment: diff.txt

Refer diff.txt for proposed patch

> 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
>         Attachments: diff.txt
>
>
> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-596) axis2_transport_sender_invoke does not return correct status

Posted by "Damitha Kumarage (JIRA)" <ji...@apache.org>.
    [ 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-596) axis2_transport_sender_invoke does not return correct status

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

Sanjaya Ratnaweera resolved AXIS2C-596.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0
         Assignee: Sanjaya Ratnaweera

> 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
>            Assignee: Sanjaya Ratnaweera
>             Fix For: 1.2.0
>
>         Attachments: diff.txt
>
>
> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org