Invoking SOAP Web Services from HTML/JavaScript pages
31 views
Skip to first unread message
Philippe Merle
unread,
Aug 2, 2012, 11:01:54 AM8/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to easysoa-dev
Hi,
Perhaps this could interest you.
Now FraSCAti supports <implementation.widget>, i.e. an SCA component
implemented by HTML pages.
JavaScript code embedded in these pages could asynchronously invoke the
references of the component via SOAP bindings.
A first example is available at
http://websvn.ow2.org/listing.php?repname=frascati&path=%2Ftrunk%2Fexamples%2Fhelloworld-widget%2F This new feature is a bit similar to <implementation.widget> supported
by Apache Tuscany.
A+
Philippe
Marc Dutoo
unread,
Sep 14, 2012, 12:08:19 PM9/14/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Philippe Merle, easys...@googlegroups.com
Great !
We will use this to replace in our Service Scaffolder, our custom
HTML/js client + json rpc-like server, by calling it from our HTML
generated from WSDL.
Philippe, could you by the way have a look at
https://github.com/easysoa/EasySOA/issues/107 ? So we could know whether our WSDL2HTML part of the Scaffolder could
also be migrated (by us) to an architecture closer to FraSCAti...