Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 20061 invoked from network); 8 Jan 2007 09:53:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jan 2007 09:53:52 -0000 Received: (qmail 26225 invoked by uid 500); 8 Jan 2007 09:53:50 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 26219 invoked by uid 500); 8 Jan 2007 09:53:50 -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 26208 invoked by uid 99); 8 Jan 2007 09:53:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jan 2007 01:53:49 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [139.18.1.26] (HELO v1.rz.uni-leipzig.de) (139.18.1.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jan 2007 01:53:39 -0800 Received: from localhost (localhost [127.0.0.1]) by v1.rz.uni-leipzig.de (Postfix) with ESMTP id CBF723019 for ; Mon, 8 Jan 2007 10:53:17 +0100 (CET) X-Virus-Scanned: by amavisd-new at v1-ul Received: from v1.rz.uni-leipzig.de ([127.0.0.1]) by localhost (v1.rz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SwPZeFn8jpmO for ; Mon, 8 Jan 2007 10:53:17 +0100 (CET) Received: from isun.informatik.uni-leipzig.de (isun.informatik.uni-leipzig.de [139.18.13.50]) by v1.rz.uni-leipzig.de (Postfix) with ESMTP id AF0522F8D for ; Mon, 8 Jan 2007 10:53:17 +0100 (CET) Received: from [139.18.2.214] (aspra25.informatik.uni-leipzig.de [139.18.2.214]) by isun.informatik.uni-leipzig.de (8.13.7+Sun/8.13.7) with ESMTP id l089qk1W010545 for ; Mon, 8 Jan 2007 10:52:47 +0100 (CET) Message-ID: <45A2146E.1040205@informatik.uni-leipzig.de> Date: Mon, 08 Jan 2007 10:52:46 +0100 From: =?ISO-8859-15?Q?Marco_B=FCchler?= User-Agent: Thunderbird 1.5.0.4 (X11/20060713) MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Re: [Serialisation of String[][] and HashMap] References: <459E5B87.4000106@informatik.uni-leipzig.de> <45A1C6B8.6030703@opensource.lk> <45A2028D.9080600@informatik.uni-leipzig.de> <45A20EFE.8060805@opensource.lk> In-Reply-To: <45A20EFE.8060805@opensource.lk> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org when can we expect this feature. one or two month we could wait. otherwise we have to find a new idea of solving our problems. thank you. caio marco Deepal Jayasinghe wrote: > Hi Marco ; > > support of hashmap , hashtable and two dimensional array are in the TODO > lits. > > Thanks > Deepal > >> and how is it with String[][]?? >> >> >> Deepal Jayasinghe schrieb: >> >>> Hi Marco ; >>> Axis2 does not handle HashMap and hashtable yet in POJOs. >>> >>> Thanks >>> Deepal >>> >>> >>>> hi, >>>> >>>> we are trying to implement some linguistic webservices. we are still >>>> using an axis1-based work around and wants to switch to axis2. >>>> >>>> we have many webservices. so we have to implement an standard >>>> interface. >>>> >>>> our problem methode has the following singature: >>>> String[][] execute(HashMap toCopy); >>>> >>>> our services needs 1 to 8 different properties to run. so it's our >>>> opinion that an easy key-value-mapping, as it is done by the >>>> java.util.HashMap-class, is best case for us. >>>> >>>> our results should be an String[][] because we send maybe a large >>>> amount of datas back. so we think that the user get an representation >>>> of our datas (after deserialisation) in a compact way. >>>> >>>> after running the wsdl2java-tool we have two problems: >>>> a) the client-based execute-methode doesn't have a HashMap and a >>>> String[][]. there are build some classes capsulating an OMElement, if >>>> i remember correct. so it is absolutely not intuitive for us how to >>>> set key-value-properties? >>>> b) we don't understand the wsdl file >>>> (http://pcai056.informatik.uni-leipzig.de:8100/axis2/services/DatentypTestService?wsdl): >>>> >>>> >>>> >>>> a request will be described as follow: >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> i understand this section as an normal sequence (array). but how >>>> should a key-value-mapping serialized with such a desription?? >>>> >>>> >>>> a response is described as follow: >>>> >>>> >>>> >>>> >>> type="xs:string"/> >>>> >>>> >>>> >>>> in my opinion it's the same problem: the descritpion is a String[] and >>>> not a String[][]. >>>> >>>> >>>> can anyone help with serialization and deserialization of String[][]- >>>> and HashMap()-objects using axis2. >>>> >>>> is there any experiences with .NET and String[][] or HashMap? >>>> >>>> >>>> thank you. >>>> >>>> >>>> ciao >>>> marco >>>> >>> >> > -- Marco B�chler University of Leipzig Institute for Computer Science Department of Natural Language Processing Johannisgasse 26 04109 Leipzig, Germany Room : 5-43 Phone : 0341 / ------- eMail : mbuechler@informatik.uni-leipzig.de Web : http://www.asv.informatik.uni-leipzig.de ap --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org