Return to Jive Software

Skip navigation

This Question is Not Answered

1 "correct" answer available (4 pts) 1 "helpful" answer available (2 pts)
1,014 Views 2 Replies Last post: Aug 6, 2009 1:45 AM by chingmanle RSS
chingmanle Novice 5 posts since
Jul 28, 2009
Currently Being Moderated

Aug 4, 2009 9:29 AM

WSDL Widget

i want to build a customized widget which get data from a WSDL web services. is there anyone can point me a direction please?
rickpalmer Jive Employee 284 posts since
Nov 14, 2007
Currently Being Moderated
Aug 4, 2009 11:28 AM in response to: chingmanle
Re: WSDL Widget
Building custom widgets is covered in detail in the online developer course at http://www.jivetraining.com and you can also get an overview in the Developer's Guide here on Jivespace: Building Widgets

 

At a high level, your widget can do whatever it needs to do (including calling a web service) inside it's implementation class. The system calls a render() method on the widget each time the page is refreshed in run-time, or whenever the widget is moved around the screen in design mode.

 

Inside the render method, you could call a class/method that handles the web service call and returns the appropriate data.

 

The render method is responsible for returning an XHTML string representing it's output/display, but how you build that string is up to you (from the web service response data in your case).

More Like This

  • Retrieving data ...

Bookmarked By (0)