How to conrol the stages of the web service in the eclipse web service wizard? [message #270576] |
Tue, 28 April 2009 07:17 |
Eclipse User |
|
|
|
Hi,
I am working on creating a New Web Service Wizard in eclipse. I followed
the tutorial:
http://www.eclipse.org/webtools/jst/components/ws/documents/ ContributingWebServiceRTWithUI.html
and created the web service wizard.
Now, after selecting a java bean and New> Web Services > Web Service, the
next page "Web Services" with some description (Select a service
implementation or definition and move the sliders to set the level of
service and client generation.) comes. Here, we can set the level of the
service using the slider.
Here, I want to restrict the level of the service to DEPLOYED stage, or
force it to be disabled or disable few stages.
I tried setting the WebServiceState, using
WebServiceInfo.setState(webServiceState); where I get the state from
WebServiceState.get(int) method.
Please suggest me any solution for disabling a few stages of the
webservice in the Web Service Wizard.
Thanks in anticipation,
Tilak
|
|
|
Powered by
FUDForum. Page generated in 0.30157 seconds