Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 80568 invoked from network); 27 Sep 2006 14:30:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2006 14:30:27 -0000 Received: (qmail 7760 invoked by uid 500); 27 Sep 2006 14:30:27 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 7667 invoked by uid 500); 27 Sep 2006 14:30:26 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 7656 invoked by uid 500); 27 Sep 2006 14:30:26 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 7653 invoked by uid 99); 27 Sep 2006 14:30:26 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 07:30:26 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=nandika@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 140.211.166.113 cause and error) Received: from [140.211.166.113] ([140.211.166.113:61117] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 1B/80-27564-20B8A154 for ; Wed, 27 Sep 2006 07:30:26 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E9A3B1A981A; Wed, 27 Sep 2006 07:30:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r450458 - /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubSourceTemplate.xsl Date: Wed, 27 Sep 2006 14:30:23 -0000 To: axis2-cvs@ws.apache.org From: nandika@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060927143023.E9A3B1A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: nandika Date: Wed Sep 27 07:30:23 2006 New Revision: 450458 URL: http://svn.apache.org/viewvc?view=rev&rev=450458 Log: fix bug in in only mep Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubSourceTemplate.xsl Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubSourceTemplate.xsl URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubSourceTemplate.xsl?view=diff&rev=450458&r1=450457&r2=450458 ============================================================================== --- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubSourceTemplate.xsl (original) +++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubSourceTemplate.xsl Wed Sep 27 07:30:23 2006 @@ -319,7 +319,7 @@ axis2_svc_client_t *svc_client = NULL; axis2_options_t *options = NULL; - axis2_char_t *soap_action = NULL; + const axis2_char_t *soap_action = NULL; axis2_qname_t *op_qname = NULL; axiom_node_t *payload = NULL; @@ -328,10 +328,10 @@ - payload = ; + payload = AXIS2__PARSE_OM(, env, NULL); - payload = AXIS2__PARSE_OM(, env, NULL); + payload = ; --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org