Apache Axis webservice deployment
843833May 22 2005 — edited Oct 10 2006I follow every step in the Axis's user guide to deploy webservices.. but it doesn't work, can anydoby help me with this? I dont know what am I doing wrong.. this is what i do..
1. Create and compile an interface with my webservice methods.
2. Create a wsdl from the interface with 'Java3Wsdl' utility
3. Create client/server classes and deploy.wsdd from wsdl with 'Wsdl2Java'
4. Deploy deploy.wsdd using AdminClient. After this I get the "<Admin>Done processing</Admin>" message, but the service it's not deployed, running the list only returns the already present services.. thanks for the help. Pablo