Return-Path: Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 26289 invoked from network); 25 Oct 2001 20:56:29 -0000 Received: from ousrvr.oulu.fi (HELO oulu.fi) (130.231.240.1) by daedalus.apache.org with SMTP; 25 Oct 2001 20:56:29 -0000 Received: from cc.oulu.fi (root@sun3.oulu.fi [130.231.240.13]) by oulu.fi (8.8.5/8.8.5) with ESMTP id XAA06335 for ; Thu, 25 Oct 2001 23:56:30 +0300 (EET DST) Received: from cc.oulu.fi (juffer@ajuffer-dsl.oulu.fi [130.231.167.86]) by cc.oulu.fi (8.8.5/8.8.5) with ESMTP id XAA00607 for ; Thu, 25 Oct 2001 23:56:29 +0300 (EET DST) Message-ID: <3BD87D70.9050709@cc.oulu.fi> Date: Fri, 26 Oct 2001 00:00:32 +0300 From: Andre Juffer Reply-To: Andre.Juffer@oulu.fi Organization: The University of Oulu User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: axis-user@xml.apache.org Subject: WSDL Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I am trying to get one of the the WSDL examples going, but I experience some problems. The userguide explains how to generate a stub with Wsdl2java. The idea is to use the following (with the appropriate classpath of course) java org.apache.axis.wsdl.Wsdl2java http://localhost:8080/axis/services/MyService?wsdl after deploying a webservice MyService (which I did, tested, and worked ok). The error I get is just "java: No match". It is not a classpath error, I think. In fact, if I point my browser to http://localhost:8080/axis/services/MyService?wsdl the results is . HTTP Status 404 - /services/MyService The requested resource (/services/MyService) is not available. This is a Tomcat (I am using Catalina) error. It simply means that Tomcat has no idea what do with this type of requests. I think that this make sense: the web.xml in WEB-INF does not really mention requests like this one (tomcat knows what to do with http://localhost:8080/axis/services, because it is included in web.xml). So, my question is how to solve this? I remember that one of you had a similar problem (at least, I think it was a similar problem), but there is no archive available, so I cannot find out. Should there be another entry in web.xml (in contrast to what the userguide states). Thanks for your help, -- Andre H. Juffer | Phone: +358-8-553 1683 The Biocenter and | Fax: +358-8-553-1141 the Dep. of Biochemistry | Email: Andre.Juffer@oulu.fi University of Oulu, Finland | WWW: http://www.biochem.oulu.fi/Biocomputing/