Hello,
I tried to deploy the AddressBook webservice that comes with Axis.
Here are the steps that I followed...
1. from axis-bin-1_2_1.zip I copied the axis folder under webapps into my Tomcat/webapps folder
After keeping the required jar files.. I rebooted Tomcat and made sure that AXIS is running fine.
I tested example1 and 3 and they seems to work fine.
2. from axis-bin-1_2_1.zip I extracted the samples/addr and then I ran the following command
java org.apache.axis.wsdl.WSDL2Java --server-side --skeletonDeploy true AddressBook.wsdl
this created AddressFetcher2 folder and this folder had
1. Address.java
2.AddressBook.java
3.AddressBookService.java
4.AddressBookServiceLocator.java
5.AddressBookSOAPBindingImpl.java
6.AddressBookSOAPBindingSkeleton.java
7.AddressBookSOAPBindingStub.java
8.Phone.java
9.StateType.java
10.deploy.wsdd
11. undeploy.wsdd
then I complied all the above java classes .. copied the AddressFetcher2 folder into
C:\Tomcat\webapps\axis\WEB-INF\classes\samples\addr\
then from AddressFetcher2 folder I ran the following command
java org.apache.axis.client.AdminClient deploy.wsdd
it ended saying
<Admin>Done processing</Admin>
I restarted Tomcat and tried to see if the AddressBook service is deployed correctly...
http://localhost:8080/axis/services
shows me only the service that were deployed earlier .I don't see the new service in the list .. I really don't know where to look for deployment error/log file.
Please let me know what went wrong here.
Your help is highly appreciated!
Raj
