Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 68236 invoked from network); 24 May 2008 22:01:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 May 2008 22:01:04 -0000 Received: (qmail 96297 invoked by uid 500); 24 May 2008 22:01:04 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 96246 invoked by uid 500); 24 May 2008 22:01:04 -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 96235 invoked by uid 99); 24 May 2008 22:01:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 May 2008 15:01:04 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 May 2008 22:00:16 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1K01my-0003Wb-8b for axis-dev@ws.apache.org; Sat, 24 May 2008 15:00:32 -0700 Message-ID: <17452330.post@talk.nabble.com> Date: Sat, 24 May 2008 15:00:32 -0700 (PDT) From: rodsnod804 To: axis-dev@ws.apache.org Subject: Error with class org.apache.axis.description.ParameterDesc MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: bhyf804@juno.com X-Virus-Checked: Checked by ClamAV on apache.org I have a project that attempts to get info from a web service, but I get this error. Everything compiles, but I can't get this one file to work. Error(31,15): method setNillable(boolean) not found in class org.apache.axis.description.ParameterDesc setNillable(boolean) is a method of this class, so I can't imagine why I would get this error. I have double checked all of my CLASSPATH references, and I have included the correct libraries. Does anyone have any ideas what might be causing this error? -- View this message in context: http://www.nabble.com/Error-with-class-org.apache.axis.description.ParameterDesc-tp17452330p17452330.html Sent from the Axis - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org