Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 10261 invoked from network); 11 Dec 2004 06:12:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Dec 2004 06:12:43 -0000 Received: (qmail 81099 invoked by uid 500); 11 Dec 2004 06:12:33 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 81087 invoked by uid 500); 11 Dec 2004 06:12:33 -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: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 81078 invoked by uid 99); 11 Dec 2004 06:12:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from Unknown (HELO dc2-web23) (66.36.233.11) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Dec 2004 22:12:32 -0800 Received: from c-67-165-68-241.client.comcast.net ([67.165.68.241]) by dc2-web23 with esmtpa (Exim 4.43) id 1Cd0UG-0006xo-S9 for axis-user@ws.apache.org; Sat, 11 Dec 2004 01:12:20 -0500 Message-ID: <41BA8FA8.5080901@drexel.edu> Date: Sat, 11 Dec 2004 01:11:52 -0500 From: V D User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041122 X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Axis, gSoap Project Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - dc2-web23 X-AntiAbuse: Original Domain - ws.apache.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - drexel.edu X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I just created a Netbeans 4.0 project which has the following: 1) Custom ant script for generating wsdl from java interfaces 2) Custom ant script generating Java stub and skeleton from wsdl. 3) Ant script for generating gSoap code for C and C++ 4) A swing example client that can call the server 5) A VC++ 6.0 gSoap client using C code 6) A VC++ 6.0 gSoap client using CPP code 7) The webservice include both sending and receiving array of user object. One thing I would like to note about this is that it is one complete package with all of these. So, with a small document, I could easily turn this into a tutorial for beginner, or people who would like to learn Ant, Axis and gSoap in 10-20 minutes, and most of the problem that new users usually have will not be an issue. I would like to put this out for whoever want it to get it. What do you think? Would you think this would be useful? If enough positive reponse, I'll post it up. Vy Ho