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/07/05 09:30:04 UTC

[jira] Created: (AXIS2C-634) Cannot do send_robust and send_receive using same svc_client

Cannot do send_robust and send_receive using same svc_client
------------------------------------------------------------

                 Key: AXIS2C-634
                 URL: https://issues.apache.org/jira/browse/AXIS2C-634
             Project: Axis2-C
          Issue Type: Bug
          Components: core/clientapi
            Reporter: Damitha Kumarage


When using same service client if I first do send robust with a payload and then do a send_receive by changing payload and endpoint address I can see that it send the same payload as the first one(send_robust)  through tcpmon.

-- 
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] Closed: (AXIS2C-634) Cannot do send_robust and send_receive using same svc_client

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

Damitha Kumarage closed AXIS2C-634.
-----------------------------------

    Resolution: Fixed

I have commited the code for some time and no problem reported with it so far.

> Cannot do send_robust and send_receive using same svc_client
> ------------------------------------------------------------
>
>                 Key: AXIS2C-634
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-634
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/clientapi
>            Reporter: Damitha Kumarage
>
> When using same service client if I first do send robust with a payload and then do a send_receive by changing payload and endpoint address I can see that it send the same payload as the first one(send_robust)  through tcpmon.

-- 
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-634) Cannot do send_robust and send_receive using same svc_client

Posted by "Damitha Kumarage (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514560 ] 

Damitha Kumarage commented on AXIS2C-634:
-----------------------------------------

This is because problem in op_client_add_msg_ctx function logic. I corrected this using a reuse flag. Code is tested and commited

> Cannot do send_robust and send_receive using same svc_client
> ------------------------------------------------------------
>
>                 Key: AXIS2C-634
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-634
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/clientapi
>            Reporter: Damitha Kumarage
>
> When using same service client if I first do send robust with a payload and then do a send_receive by changing payload and endpoint address I can see that it send the same payload as the first one(send_robust)  through tcpmon.

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