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
Bernard  is currently offline Bernard Friend
Messages: 1
Registered: September 2011
Junior Member
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]

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
Phil R is currently offline Phil RFriend
Messages: 99
Registered: September 2011
Member
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
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
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: Wed Apr 24 22:45:43 GMT 2024

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

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

Back to the top