Re: Flow and Web Services

2003-09-24 Thread sinner
On Tue, 23 Sep 2003 18:21:35 +0200, Ugo Cei [EMAIL PROTECTED] wrote: Stages 3 – 5 are similar to those carried out in XSP. Having been an XSP user until recently (thank god we now have the Flow and JXTemplateGenerator, or VelocityGenerator if you prefer), I'd rather use dynamic proxies over

Flow and Web Services

2003-09-23 Thread sinner
to web services from flow script and exposing flow scripts as web services. Instead jumping in head first and hacking some code to send in as a patch I thought would make more sense to submit my ideas for review by the developers first. I will be grateful for any feedback positive or negative

Re: Flow and Web Services

2003-09-23 Thread Stefano Mazzocchi
in person in Gent and also in London. Recently I have been thinking about connecting to web services from flow script and exposing flow scripts as web services. Instead jumping in head first and hacking some code to send in as a patch I thought would make more sense to submit my ideas for review

Re: Flow and Web Services

2003-09-23 Thread sinner
might connect to the web service of a credit card company to find out if the card exists, if it has enough coverage and proceed the flow accordingly. Good one, thanks.. Food for thought… Exposing Flow Scripts as Web Services Wouldn’t it be cool if you could expose flow scripts as web services

Re: Flow and Web Services

2003-09-23 Thread Ugo Cei
[EMAIL PROTECTED] wrote: It really should not be that hard to implement this using Axis and existing cocoon components. Axis can use dynamic or generated proxies. Dynamic proxies have the advantage of not needing to be compiled however they do not handle complex types well. For this reason I think

Re: Flow and Web Services

2003-09-23 Thread Bertrand Delacretaz
Dear Sinner, (sorry can't resist - but I remember you well from last year's GT, Luke ;-) Le Mardi, 23 sep 2003, à 17:47 Europe/Zurich, [EMAIL PROTECTED] a écrit : ...Cool, it doesnt look like it will be that hard to code up so I'll get to work on it. I'm sure someone will find a use for it. As