Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 73890 invoked from network); 15 Nov 2004 05:40:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Nov 2004 05:40:33 -0000 Received: (qmail 81770 invoked by uid 500); 15 Nov 2004 05:40:20 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 81751 invoked by uid 500); 15 Nov 2004 05:40:20 -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 81740 invoked by uid 99); 15 Nov 2004 05:40:20 -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 [66.36.233.99] (HELO dc2-web14.assortedinternet.com) (66.36.233.99) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 14 Nov 2004 21:40:17 -0800 Received: from c-67-165-68-241.client.comcast.net ([67.165.68.241]) by dc2-web14.assortedinternet.com with esmtpa (Exim 4.43) id 1CTZaz-0006rE-0N for axis-user@ws.apache.org; Mon, 15 Nov 2004 00:40:09 -0500 Message-ID: <4198413F.40101@drexel.edu> Date: Mon, 15 Nov 2004 00:40:15 -0500 From: V D User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Does axis 1.2 comply with JDK 5.0 (1.5) 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-web14.assortedinternet.com X-AntiAbuse: Original Domain - ws.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [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 When generating java code using wsdl2java, I have these lines: oper.setStyle(org.apache.axis.enum.Style.RPC); oper.setUse(org.apache.axis.enum.Use.ENCODED); These enums causes problem when I compiling with jdk 5.0. So, does Axis 1.2 supporting Jdk1.5? Is there any option for the command to set this? Thanks, vh.