Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 51186 invoked from network); 3 Jul 2006 05:34:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2006 05:34:42 -0000 Received: (qmail 89104 invoked by uid 500); 3 Jul 2006 05:34:36 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 89060 invoked by uid 500); 3 Jul 2006 05:34:35 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 89049 invoked by uid 99); 3 Jul 2006 05:34:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jul 2006 22:34:35 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ajith.ranabahu@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jul 2006 22:34:35 -0700 Received: by nf-out-0910.google.com with SMTP id n29so326428nfc for ; Sun, 02 Jul 2006 22:34:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fBrH+6XFVLDb9+Rx2XfapAfMhXxPbNjiM0IFe4fC5nl8IkthyAKW1+/zNODx4oklexF98dyQsrmtOni1QMKcg/+L0Zhq5qrlm6TGWF2677lpYp7nvl+aCQlgd5VH8Kju0S7nB9FVf8mLi8x03FPmTRe1/IZESJyZCo8DyqDIUxQ= Received: by 10.78.157.8 with SMTP id f8mr800985hue; Sun, 02 Jul 2006 22:34:13 -0700 (PDT) Received: by 10.78.120.15 with HTTP; Sun, 2 Jul 2006 22:34:13 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 11:04:13 +0530 From: "Ajith Ranabahu" To: axis-dev@ws.apache.org Subject: Re: [Axis2] SOC Project Axis2Java-C# In-Reply-To: <2b2c91370607021949g6554b418jccd269ea2cd7da78@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2b2c91370607021949g6554b418jccd269ea2cd7da78@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Hmm.... I think the first thing you have to concentrate on is the stub codegen part - you can generate stubs and skels that work with OMElements, not data bound beans for a start. I would say you should look at the AxisServiceBasedMultiLanguageEmitter and the C-sharp templates. You have to focus on the stub first and ten on to the beans. Just to answer your question, you can use the system property 'org.apache.adb.properties" to load the property file externally. Ajith On 7/3/06, Nandana Mihindukulasooriya wrote: > hi, > Going through the source code and documentation, I understood that > to provide type mapping for C#, I must populate the CSharpTypeMap and > create necessary templates and a CSharpBeanWriter. And then I must > provide schema.bean.writer.class, schema.bean.writer.template, > schema.bean.typemap in a properties files. Again I understood that > this property file and the property names are given in the > SchemaPropertyNames class. > My question is how should I change this property file depending on > the language for which the stubs are generated. Any thoughts ? I mean > you must have had something in mind as the code generation module was > written with multiple languages in mind.I am quite a newbie, so any > comment you make (not specifically on this issue but about overall > thing ) will be a great help for me to extend my understanding and to > do things better. Thanks ~ > > - Nandana > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-dev-help@ws.apache.org > > -- Ajith Ranabahu --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org