Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 59807 invoked from network); 6 Dec 2006 09:38:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 09:38:43 -0000 Received: (qmail 33032 invoked by uid 500); 6 Dec 2006 09:38:51 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 32880 invoked by uid 500); 6 Dec 2006 09:38:51 -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 32868 invoked by uid 99); 6 Dec 2006 09:38:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 01:38:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 06 Dec 2006 01:38:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3CFE7142E1 for ; Wed, 6 Dec 2006 01:38:21 -0800 (PST) Message-ID: <21176369.1165397901668.JavaMail.jira@brutus> Date: Wed, 6 Dec 2006 01:38:21 -0800 (PST) From: "Dushshantha Chandradasa (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-222) WSDL2Code.sh created for Axis2/C on unix/linux world In-Reply-To: <32318981.1154586553976.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 [ http://issues.apache.org/jira/browse/AXIS2C-222?page=comments#action_12455941 ] Dushshantha Chandradasa commented on AXIS2C-222: ------------------------------------------------ Hi Michael, I changed your WSDL2Code.sh file as required to suit WSDL2C tool and added it with the name WSDL2C.sh and a readme file into $AXIS2C_HOME\tools\bin folder. Thanks for your suggestion. > WSDL2Code.sh created for Axis2/C on unix/linux world > ---------------------------------------------------- > > Key: AXIS2C-222 > URL: http://issues.apache.org/jira/browse/AXIS2C-222 > Project: Axis2-C > Issue Type: Improvement > Components: code generation > Affects Versions: Current (Nightly) > Environment: Linux FC3 > Axis2 nightly build > Reporter: Michael Xiong > Assigned To: Dushshantha Chandradasa > Priority: Minor > Fix For: 0.96 > > Attachments: WSDL2Code.sh > > > There has a WSDL2Code.bat for windows in Axis2 to help us to generate C code from WSDL on windows platform. The generated C code can be built as playing together with Axis2/C. > But it's pityful that no shell script existing, which make unix/linux guys difficult to use. > So I'd like to create a WSDL2Code.sh as attached, wish can make unix/linux guys happy. > It's very simple, but it can surely make our life easy ! > The below is some sample usage of this shell script: > To generarte a server skeleton in C: > WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Server -l c -t -d adb -u -ss -sd > To generate a client sbub in C: > WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Client -l c -t -d adb -u > Thank you! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org