Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 43671 invoked from network); 3 Sep 2009 16:15:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Sep 2009 16:15:18 -0000 Received: (qmail 99031 invoked by uid 500); 3 Sep 2009 16:15:17 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 98977 invoked by uid 500); 3 Sep 2009 16:15:17 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 98968 invoked by uid 99); 3 Sep 2009 16:15:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 16:15:17 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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; Thu, 03 Sep 2009 16:15:07 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MjExS-0005tB-Mh for user@geronimo.apache.org; Thu, 03 Sep 2009 09:14:46 -0700 Message-ID: <25279326.post@talk.nabble.com> Date: Thu, 3 Sep 2009 09:14:46 -0700 (PDT) From: scholz To: user@geronimo.apache.org Subject: Geronimo beginner: Make JavaEETutorial work with Eclipse/Gernoimo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: d7@thispla.net X-Virus-Checked: Checked by ClamAV on apache.org Hi everybody, I'm a bare beginner with JavaEE and Geronimo. =20 I'm reading the JavaEETutorial (http://java.sun.com/javaee/5/docs/tutorial/doc/), which is made for NetBeans and GlassFish. I try to make the examples work in Eclipse. I've installed Ecllipse 3.5 EE and first things work. =20 Now I try to make a Web Service run. It's the example HelloServiceBean on pages 668/669. The web service is started and synchronized. But when I open the web page http://localhost:8080/HelloWorld/HelloWorld I only get "Hi, this is 'HelloWorldService' web service." (OK, I use HelloWorld instead of HelloServiceBean). How do I access the service sayHello? The tutorial states for NetBeans: 1. The [NetBeans] Application Server Admin Console allows you to test the methods of a web service endpoint. To test the sayHello method of [HelloWorld], do the following:Open the Admin Console [...] 2. Enter the admin username and password to log in to the Admin Console. 3. Click Web Services in the left pane of the Admin Console. 4. Click helloservice. 5. Click Test. 6. UnderMethods, enter a name as the parameter to the sayHello method. 7. Click the sayHello button. This will take you to the sayHelloMethod invocation page. 8. UnderMethod returned, you=E2=80=99ll see the response from the endpoint. Is there a corresponding functionality of the Geronimo Console? I did not find it. Ulrich --=20 View this message in context: http://www.nabble.com/Geronimo-beginner%3A-Ma= ke-JavaEETutorial-work-with-Eclipse-Gernoimo-tp25279326s134p25279326.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.