I've used a REST architecture with good results. I haven't tried SOAP,
though. REST worked well because Laszlo plays nicely with XML, and I
could define the returned XML to be straightforward (which made things
much easier in Laszlo). SOAP might work well since it is simply XML as
well.
-Rich
P.S. Note that I couldn't use true REST since Laszlo won't do fancy HTTP
requests like DELETE
Camilo Aguilar wrote:
Hi,
I'm thinking to use openlaszlo as frontend for call several web
services and I'm worried about performance...
Does anybody have expertise with soap on openlaszlo ?
Best Regards,
Camilo Aguilar