Re: Eclipse WebService



Manish Pandit <pandit.manish@xxxxxxxxx> wrote in
news:1191265154.067027.169980@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:

What you are trying to achieve is called Bottom-up Java Bean Web
Service. If you have eclipse with WTP (Web-Tools Platform), you can
click New -> Other-> Web Services -> Web Service. This will open up a
dialog where you can select the Java Bean to be used as the interface.
Click OK, and Eclipse will create a new web services project with the
WSDL, stubs and the other housekeeping code. It will even prompt to
start a server to deploy the generated service :)

You might want to include other libraries and projects to this project
for the code to work right (like the dependencies, etc.).

Thanks for the advice. I found "WTP" on the net, after "Tomek" mentioned
"STP" (which I still haven't yet investigated).

It does seem WTP will achieve what I need (in fact much more I think) -
although it doesn't really seem "intuitive" to use yet. I have managed to
get a couple of do-nothing web-services compiled and installed under
Tomcat, but sometimes when I try to create a web-service I get a "class not
found" error.... probabaly some setup step or something I forget to perform
on occasion.


Thanks,

Peter
.



Relevant Pages

  • Re: working ide for web service development
    ... I have Eclipse 3.1.1 installed, but when I try to create a Web Service ... Unexpected exception occured. ... I read I should use WTP 0.7.1 instead of WTP 1.0, ...
    (comp.lang.java.programmer)
  • Re: Help With Eclipse - it wont save my resources :-(
    ... Soren Kuula wrote: ... i have a problem with eclipse ever since i installed the new webtoolkit ... i'm working with version 3.2 with wtp. ...
    (comp.lang.java.programmer)
  • Re: Eclipse-Europa JSP Editor
    ... Wahrscheinlich arbeitest Du noch unter Eclipse 3.2 mit dem WTP 1.5 ... Ich habe einen Screenshot gesehen, wo der JSP-Editor unten 2 Tabs ...
    (de.comp.lang.java)
  • Eclipse+JSF
    ... Kann ich mit Eclipse JSF verwenden, ... WTP verwende? ... In der iX vom Februar gibt es nun einen Vergleich verschiedener IDEs. ...
    (de.comp.lang.java)
  • Re: Eclipse WebService
    ... is there a "webservice plugin" for Eclipse? ... What you are trying to achieve is called Bottom-up Java Bean Web ... If you have eclipse with WTP, ... stubs and the other housekeeping code. ...
    (comp.lang.java.programmer)