Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 12881 invoked from network); 21 Dec 2005 01:32:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Dec 2005 01:32:34 -0000 Received: (qmail 45146 invoked by uid 500); 21 Dec 2005 01:32:25 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 45135 invoked by uid 500); 21 Dec 2005 01:32:25 -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 45124 invoked by uid 99); 21 Dec 2005 01:32:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 17:32:25 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of livinglaser@hotmail.com designates 65.54.175.40 as permitted sender) Received: from [65.54.175.40] (HELO hotmail.com) (65.54.175.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 17:32:24 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 20 Dec 2005 17:32:03 -0800 Message-ID: Received: from 65.54.175.200 by by104fd.bay104.hotmail.msn.com with HTTP; Wed, 21 Dec 2005 01:32:03 GMT X-Originating-IP: [24.5.199.205] X-Originating-Email: [livinglaser@hotmail.com] X-Sender: livinglaser@hotmail.com From: "Benjamin Drasin" To: axis-user@ws.apache.org Subject: ?wsdl links not working on service list page Date: Wed, 21 Dec 2005 01:32:03 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 21 Dec 2005 01:32:03.0850 (UTC) FILETIME=[58D69EA0:01C605CE] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, Please excuse me if this is covered somewhere; I looked in the documentation, in the mail archive, and on the wiki and could not find anything promising. I have written some web services (which are working). Here is my web.xml: ... ... AxisServlet Apache-Axis Servlet org.apache.axis.transport.http.AxisServlet AxisServlet /services/* ... ... I then added the file server-config.wsdd with my web services: ... ... ... The URL http://localhost/app/services now lists my web services (and the web services work with the client I wrote), but the links lead to 404 error pages - is there another step I need to publish the wsdl files or something? Thanks in advance Bye-Ben