easysoa / EasySOA

A light, collaborative platform to make Service Oriented Architecture simple.
http://www.easysoa.org
35 stars 8 forks source link

Scaling up FraSCAti proxies #59

Open mdutoo opened 12 years ago

mdutoo commented 12 years ago

Outbound calls from proxies using FraSCAti

For now, each proxy (scaffolder i.e. WSDL2HTML and REST2SOAP, monitoring) is instanciated once and calls proxied service using Apache HTTP Client. How to do this call in a more FraSCAti-like way ? Alternatives :

keep proxies as singletons, but

For instance when the user wants to call existing services that have to be sandboxed, or to monitor all services in his architecture, or to instantiate one dedicated WS proxy for each WS service discovered using the previous method

This requires :

(any WSDL see #23, but also with authentication or not...) as client or proxy / mockup server - alternatives :