Skip to content
mkalam-alami edited this page Oct 7, 2011 · 3 revisions

Goal

The goal is to call existing services from a simple, customizable web interface, and do so in a protected way so excessive or uncalled for uses don't impair them ('SOA sandbox').

In the demo

When navigating in the registry to a discovered service, and from there clicking on the "Call it" button, a simple web page allowing to call this sevice appears, showing required parameters, the button to start the call and a place where the result will be displayed.

Service protection is demonstrated by the "fuse" behaviour : when this button is called too much within a given timeframe (10s), all calls are blocked for a fixed duration.

Limitations : Only SOAP services having WSDLs with simple, primitive parameters are supported. It is not possible to edit the HTML from the web interface yet. The protecting proxy has no other mode than "fuse", can't be manually put back on, and can't be configured online.

Clone this wiki locally