Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 71051 invoked from network); 21 Jul 2005 12:23:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jul 2005 12:23:12 -0000 Received: (qmail 35363 invoked by uid 500); 21 Jul 2005 12:22:59 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 35354 invoked by uid 500); 21 Jul 2005 12:22:59 -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 35340 invoked by uid 99); 21 Jul 2005 12:22:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2005 05:22:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [193.252.22.21] (HELO smtp10.wanadoo.fr) (193.252.22.21) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2005 05:22:54 -0700 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1001.wanadoo.fr (SMTP Server) with ESMTP id E830A18000C9 for ; Thu, 21 Jul 2005 14:22:54 +0200 (CEST) Received: from [192.168.0.15] (LNeuilly-152-22-10-227.w82-127.abo.wanadoo.fr [82.127.89.227]) by mwinf1001.wanadoo.fr (SMTP Server) with ESMTP id BB93818000C2 for ; Thu, 21 Jul 2005 14:22:54 +0200 (CEST) X-ME-UUID: 20050721122254768.BB93818000C2@mwinf1001.wanadoo.fr Message-ID: <42DF939D.208@cvdunet.com> Date: Thu, 21 Jul 2005 14:22:53 +0200 From: Thibaut Lassalle Organization: CVduNet User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: fr, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: want to reduce tag number for stub generation References: <1121943353.3436.39.camel@localhost> In-Reply-To: <1121943353.3436.39.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi i use a wsdl generated stub to communicate between a .net webservice and a axis client. a typical tag generated by axis is : but i want it to look like this (without the others tags) : What do i have to add for my stub for it to have only the one tag? thanks Thibaut