Fellow Axers,
While wondering about file and directory structure I made myself the
following diagram and actions list. Can you comment on whether my thoughts
are correct?
axis (directory)
|--com (directory)
|--foo (directory)
|--deploy.wsdd
|--FooServices.class
|--FooServices.wsdl
To be deployed, go to the axis directory and execute:
java org.apache.axis.client.AdminClient com\foo\deploy.wsdd
To generate stubs and skeletons
java org.apache.axis.wsdl.WSDL2Java -s -d Session -Nurn:Foo=com.foo
com\foo\FooServices.wsdl
To compile from the axis directory:
javac com\foo\*.java
With regards,
Michel Bergijk