Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apache Axis webservice deployment

843833May 22 2005 — edited Oct 10 2006
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 7 2006
Added on May 22 2005
5 comments
300 views