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 "L (JIRA)" <ji...@apache.org> on 2011/01/13 01:07:46 UTC

[jira] Updated: (AXIS2C-1526) axis2_op_client_get_svc_ctx does not give response a message id

     [ https://issues.apache.org/jira/browse/AXIS2C-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

L updated AXIS2C-1526:
----------------------

    Attachment: op_client.c

this is the fixed file

> axis2_op_client_get_svc_ctx does not give response a message id
> ---------------------------------------------------------------
>
>                 Key: AXIS2C-1526
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1526
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: L
>            Priority: Minor
>         Attachments: op_client.c
>
>
> When using axis2_op_client_get_svc_ctx, the response is not assigned a message id, resulting in error codes being set.  The attached code fixes this issue.
> Adding after line 1201 of op_client.c fixes the issue:
>     axis2_msg_ctx_set_message_id(response, env, (axis2_char_t *)axutil_uuid_gen(env));

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