Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 108 invoked by uid 500); 21 Jan 2002 19:38:23 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 99996 invoked from network); 21 Jan 2002 19:38:23 -0000 Importance: Normal Sensitivity: Subject: Re: JWS and Java package names To: axis-dev@xml.apache.org X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 Message-ID: From: "Doug Davis" Date: Mon, 21 Jan 2002 14:38:00 -0500 X-MIMETrack: Serialize by Router on D04NM204/04/M/IBM(Release 5.0.9 |November 16, 2001) at 01/21/2002 02:38:25 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Copied the StockQuoteService.jws file into a "com" dir, added "package com;" and did: java samples.stock.GetQuote -l http://localhost:8080/axis/com/StockQuoteService.jws IBM and it seemed to work for me. Is there some other variation I need to try? -Dug "Mark Volkmann" on 01/21/2002 01:45:14 PM Please respond to axis-dev@xml.apache.org To: cc: Subject: JWS and Java package names At one point Java classes that had package statements could be deployed as web services using JWS. I know because I requested that feature and it was added a couple of days later. I verified that it worked. If the package was com.ociweb.test then the JWS file needed to be placed in webapps/com/ociweb/test of the server. This no longer seems to work. Is it really a requirement that all JWS classes cannot have a package statement?