Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 84487 invoked by uid 500); 12 Aug 2003 06:47:10 -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 84476 invoked from network); 12 Aug 2003 06:47:09 -0000 Message-ID: <3F388D2B.7080903@student.usyd.edu.au> Date: Tue, 12 Aug 2003 16:46:03 +1000 From: Stephen Gordon User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Re: why appear "Done processing!!!" References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.4.3(snapshot 20030401) (lorica) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N In this example we are using the AdminClient to deploy the sample Service which will simply echo the string you send it (see the file /samples/userguide/example3/MyService.java). The "Done Processing" indicates that the AdminClient successfully processed the WSDD file. You can then test the service as indicated in the User Guide. Stephen Jhon Sanabria wrote: >Greetings > >i'm reading the user's guide and in the sample that comes with the section >Custom Deployment - Introduction WSDD with file (deploy.wsdd): > > > >... > > > >and run the command: > >$ java org.apache.axis.client.AdminClient deploy.wsdd >Done processing > >when i don't have any file and my directory "sample". > >I don't understand, so, the message "Done processing", what's the mean of >this. > >thanks a lot for your attention. > >best regards > > > >