Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse + Web Service + Event broadcast/consume Tutorial ?(Search help on WS-eventing or WS event notification )
Eclipse + Web Service + Event broadcast/consume Tutorial ? [message #722385] Mon, 05 September 2011 15:29 Go to next message
Eclipse UserFriend
Hi,

Is there an Eclipse plugin/wizard and documentation (tutorial) on how to :

- create/provide/broadcast an event in Web Service (SOAP) ?

- and of course, the client side : listen for such event & 'consume' it ?

Thanks

[Updated on: Mon, 05 September 2011 15:29] by Moderator

Report message to a moderator

Re: Eclipse + Web Service + Event broadcast/consume Tutorial ? [message #725963 is a reply to message #722385] Fri, 16 September 2011 09:36 Go to previous messageGo to next message
Eclipse UserFriend
Yes, there is.
www.eclipse.org/webtools/jst/components/ws/M3/tutorials/BottomUpWebService.html
www.roseindia.net/webservices/buildingsimplewebservice.shtml

Good luck!
Re: Eclipse + Web Service + Event broadcast/consume Tutorial ? [message #726161 is a reply to message #725963] Fri, 16 September 2011 17:09 Go to previous message
Eclipse UserFriend
Web Services can't broadcast. They can really only send a response to a request. You would have to implement some kind of polling web service where the server doesn't respond until it has data.

Please note that this is a forum for answering questions about the Java Development Tools provided by Eclipse. It isn't a forum for Web development questions.
Previous Topic:Run / Debug error
Next Topic:UI tests on MAC (JUnit, Fest)
Goto Forum:
  


Current Time: Tue Feb 11 03:13:45 GMT 2025

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

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

Back to the top