problems with Axis deployment [message #188056] |
Thu, 15 February 2007 15:49 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.05192 seconds