Return-Path: X-Original-To: apmail-axis-c-dev-archive@www.apache.org Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C062E091 for ; Fri, 28 Dec 2012 12:48:16 +0000 (UTC) Received: (qmail 33996 invoked by uid 500); 28 Dec 2012 12:48:16 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 32069 invoked by uid 500); 28 Dec 2012 12:48:13 -0000 Mailing-List: contact c-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list c-dev@axis.apache.org Received: (qmail 31921 invoked by uid 99); 28 Dec 2012 12:48:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2012 12:48:12 +0000 Date: Fri, 28 Dec 2012 12:48:12 +0000 (UTC) From: "Nandika Jayawardana (JIRA)" To: c-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AXIS2C-1526) axis2_op_client_get_svc_ctx does not give response a message id MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2C-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1526. ----------------------------------------- Resolution: Fixed Fix Version/s: 1.7.0 Patch applied, thanks for the patch. > 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 > Assignee: Nandika Jayawardana > Priority: Minor > Fix For: 1.7.0 > > 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. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org For additional commands, e-mail: c-dev-help@axis.apache.org