Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 63521 invoked from network); 6 Dec 2007 12:10:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2007 12:10:15 -0000 Received: (qmail 91555 invoked by uid 500); 6 Dec 2007 12:10:03 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 91394 invoked by uid 500); 6 Dec 2007 12:10:03 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 91382 invoked by uid 99); 6 Dec 2007 12:10:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 04:10:03 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 12:10:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 63D05714244 for ; Thu, 6 Dec 2007 04:09:43 -0800 (PST) Message-ID: <21935752.1196942983406.JavaMail.jira@brutus> Date: Thu, 6 Dec 2007 04:09:43 -0800 (PST) From: "Dimuthu Gamage (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2C-692) Problem making the generated code operational with Java Client and C Server In-Reply-To: <30899199.1189680272165.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimuthu Gamage reassigned AXIS2C-692: ------------------------------------- Assignee: Dimuthu Gamage > Problem making the generated code operational with Java Client and C Server > --------------------------------------------------------------------------- > > Key: AXIS2C-692 > URL: https://issues.apache.org/jira/browse/AXIS2C-692 > Project: Axis2-C > Issue Type: Wish > Components: code generation > Affects Versions: 1.0.0 > Environment: Windows Server 2003 > Reporter: uday kumar adusumilli > Assignee: Dimuthu Gamage > Priority: Minor > Attachments: MTOMCPPServer.rar, MTOMJCClient.rar, MTOMSample.wsdl, xmime.xsd > > > I am trying to setup a working prototype of a webservice with Java on > the client and C/C++ on the server, both using Axis2. I am using the > MTOMSample service provided in the samples of Axis2/java 1.3 > distribution. Following are the steps I have done so far: > - used WSDL2Java script provided to generate the java code required for client > - used WSDL2C functionality provided to generate the C code required for server > - necessary business logic was coded and the service DLL was generated > successfully > - started up the simple axis2 http server and saw that the service was > loaded successfully > so far so god, but when I try to invoke the service using the Java > Client, the server program crashes and exits displaying a memory > exception!!! > Upon looking for the source of the exception, I found out that it was > while parsing the request SOAP message!!! -- 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