Hi!
I'm following the installation instruction at http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/install.html#deploy Every step up till Step 5 is OK, but I don't understand Step 6: deploying the web services where it stands ----------- Locate the deployment descriptor for your service and execute the following command: java org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd Note: You may need to replace localhost with your host name, and 8080 with the port number used by your web server. ---------- Do I have to create a deployment descriptor to the TestClient in example1 (samples/userguide/example1/TestClient.java)? If so, please show me how I should do? Is deploy.wsdd my deployment descriptor? In apache soap it was a xml file... / Emma
