This would allow Flow scripts to access web services transparently without having to write any code outside of flow, something like:
var parcelService = wsHelper.loadWebService('http://shipping.com/ws/parcelservice?WSDL');
parcelService.register(username,password);
At which point the rhino adapter is invoked and delegates to the java InvocationHandler which uses Axis to call the web service.
Sounds yummy... How much slower will it be comparing to good old Axis - generated classes?
Vadim
