Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 7663 invoked from network); 9 Dec 2007 16:46:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2007 16:46:44 -0000 Received: (qmail 71569 invoked by uid 500); 9 Dec 2007 16:46:24 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 71547 invoked by uid 500); 9 Dec 2007 16:46:24 -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 71536 invoked by uid 99); 9 Dec 2007 16:46:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2007 08:46:24 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bywoda@gmail.com designates 209.85.162.183 as permitted sender) Received: from [209.85.162.183] (HELO el-out-1112.google.com) (209.85.162.183) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2007 16:46:01 +0000 Received: by el-out-1112.google.com with SMTP id y26so154027ele for ; Sun, 09 Dec 2007 08:46:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=lT8ok5IKsn++TFG9wgWwaCTGuT4Ousmgh07ffAaCTV0=; b=fsLl5YFRmgBPW8P/3dOxPlqfj5urcPNR9nFlHpdp6hyVKCxqjBihdOtx3BvdRJXcoVVDpILltUM0ak5xlu6bY0nJBzVd0ToIPeIVa5B/MX7zEG2ZzQu5POAX2Ybg++bXuH+nVqFueF2vH5vgj899u8i8xq2lyQHz4PV/5dWIvQ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=kDV2uBSJJd59vWk1On39mJqq/7M9AenzgSvPfznipUPuSAMA+xKXNk1ICFqt2gy2aqWojUzzIkg7P23FLD87H1S5RexoK/cfxqqv/SP2EZZdDeMOtyS/MfYpNX+5I6rZIZMJK/si26XSEGTtEtUTyUcVunf9mIIRTfBfMDFOR2U= Received: by 10.150.153.19 with SMTP id a19mr2020981ybe.1197218763386; Sun, 09 Dec 2007 08:46:03 -0800 (PST) Received: by 10.150.51.12 with HTTP; Sun, 9 Dec 2007 08:46:03 -0800 (PST) Message-ID: <60b7b51d0712090846s7c2a63fbpb68bff3fe3f1ebe6@mail.gmail.com> Date: Sun, 9 Dec 2007 17:46:03 +0100 From: "Luis Salazar" To: "axis-user@ws.apache.org" Subject: Problem develop Java2WSDL MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4478_13824106.1197218763372" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_4478_13824106.1197218763372 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi everyone: I have a problem when I try to develop an example in this web page: http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 I copy the interface in this directory: C:\Archivos de programa\Apache Software Foundation\Tomcat 5.5\webapps\axis\fibonacci Then in the directory: C:\Archivos de programa\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\classes\fibonacci I've copied the .class compiled file of the Interface. After that I've tried to develop the tool "Java2WSDL" to generate my "wsdl" file to continuous with the example. Once I writed this: java org.apache.axis.wsdl.Java2WSDL -o fib.wsdl -l" http://localhost:8080/axis/services/fibonacci" -n urn:fibonacci -p"fibonacci" urn:fibonacci fibonacci.Fibonacci ==> By command line it shows: java.lang.ClassNotFoundException:fibonacci.Fibonacci at.... at.... Please help. Thanks in advance ------=_Part_4478_13824106.1197218763372 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi everyone:

I have a problem when I try to develop an example in this web page:
http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2

I copy the interface in this directory:
C:\Archivos de programa\Apache Software Foundation\Tomcat 5.5\webapps\axis\fibonacci

Then in the directory:
C:\Archivos de programa\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\classes\fibonacci

I've copied the .class compiled file of the Interface.

After that I've tried to develop the tool "Java2WSDL" to generate my "wsdl" file to continuous with the example.

Once I writed this:

java org.apache.axis.wsdl.Java2WSDL -o fib.wsdl -l"http://localhost:8080/axis/services/fibonacci"
 -n urn:fibonacci -p"fibonacci" urn:fibonacci fibonacci.Fibonacci

==> By command line it shows:

java.lang.ClassNotFoundException:fibonacci.Fibonacci
    
      at....
     
at....

Please help.

Thanks in advance
------=_Part_4478_13824106.1197218763372--