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 2006/01/31 10:10:33 UTC

[jira] Created: (AXIS2C-47) invoke_blocking/non_blocking with msg_ctx as parameter is not supported in call.c

invoke_blocking/non_blocking with msg_ctx as parameter is not supported in call.c
---------------------------------------------------------------------------------

         Key: AXIS2C-47
         URL: http://issues.apache.org/jira/browse/AXIS2C-47
     Project: Axis2-C
        Type: Bug
    Reporter: Damitha Kumarage
 Assigned to: Samisa Abeysinghe 
     Fix For: M0.3


client should be able to create a soap envelope and create a message context and set the envelope to the msg_ctx.
then he should be able to invoke axis2_call_invoke_blocking/axis2_call_invoke_non_blocking with message context
as parameter.
But inside invoke_blocking/non_blocking  the method axis2_call_create_op_fill_flow is not called so that
request does not work properly

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXIS2C-47) invoke_blocking/non_blocking with msg_ctx as parameter is not supported in call.c

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-47?page=all ]
     
Samisa Abeysinghe closed AXIS2C-47:
-----------------------------------

    Resolution: Fixed

This is a non issue. The addr_echo sample that I have added demos how to use invoke non blocking with an operation and a message context. That sample works fine, meaning we can consider this issue to be closed.

> invoke_blocking/non_blocking with msg_ctx as parameter is not supported in call.c
> ---------------------------------------------------------------------------------
>
>          Key: AXIS2C-47
>          URL: http://issues.apache.org/jira/browse/AXIS2C-47
>      Project: Axis2-C
>         Type: Bug
>     Versions: M0.3
>     Reporter: Damitha Kumarage
>     Assignee: Samisa Abeysinghe
>      Fix For: M0.4

>
> client should be able to create a soap envelope and create a message context and set the envelope to the msg_ctx.
> then he should be able to invoke axis2_call_invoke_blocking/axis2_call_invoke_non_blocking with message context
> as parameter.
> But inside invoke_blocking/non_blocking  the method axis2_call_create_op_fill_flow is not called so that
> request does not work properly

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS2C-47) invoke_blocking/non_blocking with msg_ctx as parameter is not supported in call.c

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-47?page=all ]

Samisa Abeysinghe updated AXIS2C-47:
------------------------------------

    Fix Version: M1.0

> invoke_blocking/non_blocking with msg_ctx as parameter is not supported in call.c
> ---------------------------------------------------------------------------------
>
>          Key: AXIS2C-47
>          URL: http://issues.apache.org/jira/browse/AXIS2C-47
>      Project: Axis2-C
>         Type: Bug
>     Versions: M0.3
>     Reporter: Damitha Kumarage
>     Assignee: Samisa Abeysinghe
>      Fix For: M1.0

>
> client should be able to create a soap envelope and create a message context and set the envelope to the msg_ctx.
> then he should be able to invoke axis2_call_invoke_blocking/axis2_call_invoke_non_blocking with message context
> as parameter.
> But inside invoke_blocking/non_blocking  the method axis2_call_create_op_fill_flow is not called so that
> request does not work properly

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS2C-47) invoke_blocking/non_blocking with msg_ctx as parameter is not supported in call.c

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-47?page=all ]

Samisa Abeysinghe updated AXIS2C-47:
------------------------------------

    Fix Version:     (was: M0.3)
        Version: M0.3

> invoke_blocking/non_blocking with msg_ctx as parameter is not supported in call.c
> ---------------------------------------------------------------------------------
>
>          Key: AXIS2C-47
>          URL: http://issues.apache.org/jira/browse/AXIS2C-47
>      Project: Axis2-C
>         Type: Bug
>     Versions: M0.3
>     Reporter: Damitha Kumarage
>     Assignee: Samisa Abeysinghe
>      Fix For: M1.0

>
> client should be able to create a soap envelope and create a message context and set the envelope to the msg_ctx.
> then he should be able to invoke axis2_call_invoke_blocking/axis2_call_invoke_non_blocking with message context
> as parameter.
> But inside invoke_blocking/non_blocking  the method axis2_call_create_op_fill_flow is not called so that
> request does not work properly

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2C-47) invoke_blocking/non_blocking with msg_ctx as parameter is not supported in call.c

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-47?page=comments#action_12365390 ] 

Samisa Abeysinghe commented on AXIS2C-47:
-----------------------------------------

I had a look into this and it looks to me as if the currently implemented logic as it is sufficient.

Those who are using the PAI should set up the message context appropriately along with the operation and call the current invoke with those msg ctx and op as parameters.

> invoke_blocking/non_blocking with msg_ctx as parameter is not supported in call.c
> ---------------------------------------------------------------------------------
>
>          Key: AXIS2C-47
>          URL: http://issues.apache.org/jira/browse/AXIS2C-47
>      Project: Axis2-C
>         Type: Bug
>     Versions: M0.3
>     Reporter: Damitha Kumarage
>     Assignee: Samisa Abeysinghe
>      Fix For: M1.0

>
> client should be able to create a soap envelope and create a message context and set the envelope to the msg_ctx.
> then he should be able to invoke axis2_call_invoke_blocking/axis2_call_invoke_non_blocking with message context
> as parameter.
> But inside invoke_blocking/non_blocking  the method axis2_call_create_op_fill_flow is not called so that
> request does not work properly

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira