The
User Guide doesn't give good examples of a command line for
deploying,
but the installation
guide does.
-----Original Message-----
From: Chester Chen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 03, 2002 1:46 PM
To: '[EMAIL PROTECTED]'
Subject: Basic Question: geting WSDL from deployed service, can someone he lp ?First, I like to share some comments with deployment descriptorsI finally got my service deployed through .wsdd file. The documentation is really unclear and Ihave to read the AdminClient.java's code to figure out what's required. It turns out that I need to put to usejava org.apache.axis.client.AdminClient -l <axis-servlet-url> <.wsdd file>similarly for listjava org.apache.axis.client.AdminClient -l <axis-servlet-url> listwhere <axis-servlet-url> ishost is default to localhostport is defaullt to 8080if it happens that your port is not 8080, you will get connection refused error.Now, my question:Once I deployed, I should be able to get my WSDL through followingWhen I tried it, I always got java.lang.NullPointerExceptioneven for the java files which works file through .jws approachCan someone give me some pointer ?ThanksChester
