Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 30205 invoked from network); 30 Jun 2004 11:10:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Jun 2004 11:10:30 -0000 Received: (qmail 24575 invoked by uid 500); 30 Jun 2004 11:10:03 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 24429 invoked by uid 500); 30 Jun 2004 11:09:59 -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 24373 invoked by uid 99); 30 Jun 2004 11:09:58 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_HELO_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [195.54.226.6] (HELO atlas.net.uk) (195.54.226.6) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 30 Jun 2004 04:09:56 -0700 Received: from [195.54.230.138] (HELO zaphod) by atlas.net.uk (CommuniGate Pro SMTP 4.0.6) with SMTP id 49300521 for axis-user@ws.apache.org; Wed, 30 Jun 2004 12:09:53 +0100 From: "Daniel Perry" To: Subject: axis standalone http server (using non jws services) Date: Wed, 30 Jun 2004 12:06:39 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I'm trying to use the internal axis http server (java) and deploy a web service to it. If i put my service on as a jws file, it all works fine: http://localhost:3893/SoapService.jws?wsdl it gives me the expected wsdl. However if i try and use the service: http://localhost:3893/services/xfr?wsdl I get an error: - - ns1:Server.NoService The AXIS engine could not find a target service to invoke! targetService is null - AxisFault faultCode: {http://xml.apache.org/axis/}Server.NoService faultSubcode: faultString: The AXIS engine could not find a target service to invoke! targetService is null faultActor: faultNode: faultDetail: The AXIS engine could not find a target service to invoke! targetService is null at org.apache.axis.server.AxisServer.generateWSDL(AxisServer.java:492) at org.apache.axis.transport.http.SimpleAxisWorker.run(SimpleAxisWorker.java:33 7) at java.lang.Thread.run(Unknown Source) My server-config.wsdd is as follows: This config works with axis running under tomcat as a servlet. Any ideas? Thanks, Daniel.