Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » How to export a web service client
How to export a web service client [message #98821] Wed, 04 May 2005 17:11 Go to next message
Eclipse UserFriend
Originally posted by: chandan.xxxx.xxx

Using eclipse 3.1M5 and WTP 1.0M3
Was able to successfully create and test my web service client within
Eclipse and now I'd like to package it so that I can run it outside of the
eclipse environment. Could someone please point me in the right direction
as to how to go about doing this?

I've tried to do an export of the web service client project as a jar
file, but when it comes time to specify the application entry point in the
manifest, no classes show up for me to select. I know that there is a
main() in one of the classes under this project.

Any help would be appreciated.
Thanks.
Re: How to export a web service client [message #99541 is a reply to message #98821] Thu, 05 May 2005 18:11 Go to previous message
Rupam Kuehner is currently offline Rupam KuehnerFriend
Messages: 13
Registered: July 2009
Junior Member
Not sure if this is what you're looking to do but I'll mention this anyway ...

I tried exporting a project containing a Web service client (Axis) to a simple
"Echo" Web service. I also ran into the problem of the export wizard not
seeing my TestEcho class which had a "main" method. I clicked Finish on the
wizard anyway and it exported the contents of the component (aka module) into
a JAR. I then was able to run TestEcho from a command line after explicitly
putting the axis jars on my classpath.

You'll find the axis jars in the WebContent/WEB-INF/lib directory of your
component.

chan wrote:

> Using eclipse 3.1M5 and WTP 1.0M3
> Was able to successfully create and test my web service client within
> Eclipse and now I'd like to package it so that I can run it outside of the
> eclipse environment. Could someone please point me in the right direction
> as to how to go about doing this?
>
> I've tried to do an export of the web service client project as a jar
> file, but when it comes time to specify the application entry point in the
> manifest, no classes show up for me to select. I know that there is a
> main() in one of the classes under this project.
>
> Any help would be appreciated.
> Thanks.
Previous Topic:Compiling a JSP
Next Topic:WebService not working -M4-Help please.
Goto Forum:
  


Current Time: Sat Oct 19 22:12:48 GMT 2024

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

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

Back to the top