Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 94122 invoked from network); 15 Jan 2004 18:35:58 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Jan 2004 18:35:58 -0000 Received: (qmail 79149 invoked by uid 500); 15 Jan 2004 18:35:47 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 79130 invoked by uid 500); 15 Jan 2004 18:35:46 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Delivered-To: moderator for axis-c-user@ws.apache.org Received: (qmail 68899 invoked from network); 15 Jan 2004 15:47:11 -0000 Message-ID: <4006B5D9.4050208@abacus.ch> Date: Thu, 15 Jan 2004 16:46:33 +0100 From: Roland Kosovsky User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache AXIS C User List Subject: Arrays References: <14C9501B97C2124FA40E1475829A568202BD4DAA@usilms22.ca.com> <4006AC07.8060600@abacus.ch> <05d801c3db7c$4ab09520$02c8a8c0@lankabook2> In-Reply-To: <05d801c3db7c$4ab09520$02c8a8c0@lankabook2> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on postman.abacus.ch X-Spam-Report: * -100 USER_IN_WHITELIST From: address is in the user's white-list * 0.7 AWL AWL: Auto-whitelist adjustment X-Spam-Status: No, hits=-99.3 required=5.0 tests=AWL,USER_IN_WHITELIST autolearn=ham version=2.61 X-Spam-Level: X-Virus-Scanned: by AMaViS snapshot-20020222 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Does anyone know why WSDL2Ws generates a string* instead of a vector? Is there any reason for that? My WSDL: WSDL2Ws will generate the following: typedef struct StrArrayTag { string* m_Array; int m_Size; } StrArray; I would prefere this form: struct StrArray { vector values; }; Sanjiva Weerawarana wrote: >Can you please submit a bug report with a patch for this? That'll >make sure it gets fixed for everyone .. > > Ok, I will do that. Roland