Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 2835 invoked from network); 31 Jan 2008 15:48:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2008 15:48:28 -0000 Received: (qmail 11709 invoked by uid 500); 31 Jan 2008 15:48:11 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 11692 invoked by uid 500); 31 Jan 2008 15:48:11 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 11681 invoked by uid 99); 31 Jan 2008 15:48:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 07:48:11 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mgainty@hotmail.com designates 65.54.246.172 as permitted sender) Received: from [65.54.246.172] (HELO bay0-omc2-s36.bay0.hotmail.com) (65.54.246.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 15:47:54 +0000 Received: from hotmail.com ([65.54.162.84]) by bay0-omc2-s36.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 31 Jan 2008 07:47:46 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 31 Jan 2008 07:47:46 -0800 Message-ID: Received: from 76.119.179.89 by BAY108-DAV12.phx.gbl with DAV; Thu, 31 Jan 2008 15:47:40 +0000 X-Originating-IP: [76.119.179.89] X-Originating-Email: [mgainty@hotmail.com] X-Sender: mgainty@hotmail.com From: "Martin Gainty" To: References: <002d01c86405$12648210$aa01a8c0@malettaedvvnba> <88f5d710801310522i59e8988bvc6a3de14520e1c6@mail.gmail.com> Subject: Re: Java2WSDL Date: Thu, 31 Jan 2008 10:47:10 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-OriginalArrivalTime: 31 Jan 2008 15:47:46.0543 (UTC) FILETIME=[9FF517F0:01C86420] X-Virus-Checked: Checked by ClamAV on apache.org Hello Simone- One Quick note: I didnt see your namespace declaration for axis2 specifically xmlns:axis2="http://quickstart.samples/" Please touch base with us when you have the chance to recompile with debugging with javac -g M- ----- Original Message ----- From: "Paul Fremantle" To: Sent: Thursday, January 31, 2008 8:22 AM Subject: Re: Java2WSDL > Simone > > I'm afraid I don't understand the first problem. Maybe you could > explain once more > > As for getting nice names in the WSDL you can > 1) Make sure you compile with javac -g which adds the names into the class file > 2) Make sure you use classes not interfaces as interfaces don't retain > the parameter names. > > Paul > > On Jan 31, 2008 12:30 PM, Simone Maletta wrote: > > > > > > > > Hi guys, > > I'm an Italian student involved in my master thesis and I'm using > > Java2WSDL tool in my thesis. > > I automatically generate an enterprise java bean from a graphic description, > > then using the tool I create the wsdl file for the bean and develope it on > > JBoss. > > Now I want that a BPEL process developed in ODE can access with a > > synchronous invoke to my beans; this the most important think in my project. > > While compiling my BPEL process it find a bug into the code: > > > > > > > wsaw:Action="urn:cccheck" message="axis2:cccheckMessage"> > > > > > wsaw:Action="urn:cccheck"> > > > > > > > > in fact it ca be able to parse this because in the tag it can > > found a reference to wsaw uri. > > The only way to solve this problem I found is to put manually the URI just > > like an attribute in the tag. > > Now, I ask: may fix this using input parameters or I have to work into your > > code? Please send me a response. > > Another question: may I choose the mapping parameter into the translation? > > There is, if my cean method take a parameter named "CCNum", why into the > > translate it is called "param0"? May I cahnge this and getting a direct > > mapping using class input parameters? > > Thank you for time you spend reanding this mail, regards > > Simone > > > > -- > Paul Fremantle > Co-Founder and VP of Technical Sales, WSO2 > OASIS WS-RX TC Co-chair > > blog: http://pzf.fremantle.org > paul@wso2.com > > "Oxygenating the Web Service Platform", www.wso2.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org