Hi Emma, Emma Johansson wrote: > 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 > > 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?
For example 1 you don't need a deployment descriptor. For the examples needing a deployment descriptor a <filename>.wsdd (usually deploy.wsdd) is located in the directory. Example1 is a simple echo service on the public Axis server at Apache (See user-guide). > Is deploy.wsdd my deployment descriptor? In apache soap it was a xml > file... > > / Emma Reinhard
