Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Web Service Life Cycle
Web Service Life Cycle [message #182245] Sun, 05 November 2006 22:19 Go to next message
Eclipse UserFriend
Originally posted by: subsub.subtopic.cc

These web service wizards are going to be great - eventually.

Currently though there are alot of problems - too many to mention
adequately.

After about 4 or 5 saturdays of effort I finally got a web service and
client to work (using tomcat - jboss seems hopeless).

My question is: now that I have the service working (the simple one that
results from using the wsdl file that the WSDL wizard creates) how do I
get changes from the WSDL editor to propagate throughout the project? For
example, you can right click on the input diagram to add a part, save the
new wsdl file and then what? I have looked everywhere (right clicked
this, looked at that menu, ...) and can find no way to get the service to
rebuild and use the changes that I have made in the WSDL editor. I could
probably do "New -> webservice" but then all of my coding changes would
get eaten up.

What I am planning on doing for now is to 1) use the WSDL editor to make
my first design of any webservice, 2) create a new service by selecting
the "web service" wizard, 3) make any changes and future enhancements by
hand.

Thanks for any help or confirmation.
Re: Web Service Life Cycle [message #182282 is a reply to message #182245] Mon, 06 November 2006 16:00 Go to previous message
Andrew Mak is currently offline Andrew MakFriend
Messages: 41
Registered: July 2009
Member
Hi Kevin,

You are correct, currently the web service tools do not allow you to
easily re-factor a web service after it is generated (this is an area that
we definitely want to improve on and contributions are welcome).

For now, you can try turning on the following option in preference, under
Web Services > Resource Management. The option is called "Merge generated
skeleton file". With this enabled, the New Web Service wizard will try to
preserve and merge your existing changes into the new skeleton that it
generates.

Hope this helps.

Andrew.
Previous Topic:(WTP) TCP/IP Monitor not work
Next Topic:WTP & Sysdeo Tomcat Plugin
Goto Forum:
  


Current Time: Fri Apr 26 11:24:27 GMT 2024

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

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

Back to the top