Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » problems with Axis deployment
problems with Axis deployment [message #188056] Thu, 15 February 2007 15:49
Dan Morrow is currently offline Dan MorrowFriend
Messages: 4
Registered: July 2009
Junior Member
I've built a SOAP WebService, using the WTP tools in Eclipse.

I created a WSDL, created operations, and generated the Java source code.
I can run the project just fine in Eclipse. When running and debugging
under Eclipse, everything works, and I can have other machines in my
network send SOAP calls to mine, and I can debug it, and it's all good.

Now, I just need to deploy this stuff onto a server running Tomcat/Axis.

My question is, what is the best way to do this? Ideally, what I'd
really like to do is just create a JAR and drop it into a directory in
Axis, and have it "just work." But, according to the docs, I need to run
the AdminService against my "deploy.wsdd" file. Is there a way I can
package up all of my java classes, into one container (a JAR) along with
the "deploy.wsdd" file, and have Axis do the right thing?

If that can't be done, fine. I guess I'm wondering what the best steps
are in taking a web-service generated by Eclipse Web Tools, and getting
them to Axis. I'm new to Eclipse and Axis, so I'm having some trouble
with the basics.

Any advice would be greatly appreciated,
-Dan.
Previous Topic:XML Editor - wrong formatting of mixed content types
Next Topic:Extending JSP Editor
Goto Forum:
  


Current Time: Thu Sep 26 10:25:01 GMT 2024

Powered by FUDForum. Page generated in 0.02920 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top