Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 18679 invoked from network); 23 Jun 2009 08:36:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Jun 2009 08:36:26 -0000 Received: (qmail 62078 invoked by uid 500); 23 Jun 2009 08:36:37 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 62025 invoked by uid 500); 23 Jun 2009 08:36:37 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 62015 invoked by uid 99); 23 Jun 2009 08:36:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2009 08:36:36 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,WEIRD_PORT 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; Tue, 23 Jun 2009 08:36:27 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MJ1U7-0000JH-5r for dev@cxf.apache.org; Tue, 23 Jun 2009 01:36:07 -0700 Message-ID: <24162063.post@talk.nabble.com> Date: Tue, 23 Jun 2009 01:36:07 -0700 (PDT) From: Sagsr To: dev@cxf.apache.org Subject: How to test writing-a-service-with-spring example at cwiki.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: sagar.srivastava@oracle.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am very new to Apache CXF and web services. I tried the example at - http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html I am using eclipse and Tomcat5.0, Service is created and I am getting a POR= T link as {http://spring.demo/}HelloServiceImplPort=20 at http://localhost:8090/CFXDemo/, while clicking on that I am able to see a WSDL. I have used =E2=80=9CCXFDemo=E2=80=9D as my project name and the class name= as HelloServiceImpl instead of HelloWorldImpl rest all is same as that in the example given. My question is how to test this web service? In this example at Service Implementation a System.out.println("sayHi called"); is used but it is not getting displayed. Please tell me how to invoke these methods. Waiting for your reply. --=20 View this message in context: http://www.nabble.com/How-to-test-writing-a-s= ervice-with-spring-example-at-cwiki.apache.org-tp24162063p24162063.html Sent from the cxf-dev mailing list archive at Nabble.com.