<br><div class="gmail_quote">On Wed, Sep 30, 2009 at 3:45 PM, Rob Scheepmaker <span dir="ltr">&lt;<a href="mailto:r.scheepmaker@student.utwente.nl">r.scheepmaker@student.utwente.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">
</div>Cool, I&#39;ll append some more information to the remote widgets design doc when<br>
I&#39;ve got the time.<br></blockquote><div>Great, thanks.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
</div><div class="im">
&gt; Also, publishing<br>
&gt;<br>
&gt; &gt; a Plasma::Service using a different technology (like as a SOAP service)<br>
&gt; &gt; would<br>
&gt; &gt; be tricky since the access/control and message singing would make this<br>
&gt; &gt; SOAP service quite complicated to use<br>
&gt;<br>
&gt; Well, a lot of SOAP services in the industry there have very complicated<br>
&gt; specifications on how to access them. I don&#39;t think anybody would kick us<br>
&gt; for some security parameters that need to be added to messages. :-)<br>
<br>
</div>Ok, it&#39;ll require me to change the implementation to no longer stream<br>
Credentials to a bytearray, but append the different fields as child nodes in<br>
the message to be somewhat usable, but that&#39;s a relatively minor change. And I<br>
suppose we could always write some libs for php/ruby/whatnot to make accessing<br>
these plasma soap services easier.<br></blockquote><div>Definitely. Moreover, they already have some very nice APIs for accessing Web Services so if we make a little document with the specs it would already be pretty easy I think.<br>
 </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
&gt;<br>
&gt; For the future tools, we would just need a WSDL2Jolie converter, since we<br>
&gt; already have Jolie2Plasma (which converts a Jolie interface to a kconfigxml<br>
&gt; service descriptor).<br>
<br>
</div><br>That would be lovely... such a converter could make a lot of common cases<br>
extremely easy to use. Think of something like:<br>
<br>
Plasma::Service *service =<br>
  AccessManager::self()-<br>
&gt;accessService(&quot;<a href="http://soap.amazon.com/schemas2/AmazonWebServices.wsdl" target="_blank">http://soap.amazon.com/schemas2/AmazonWebServices.wsdl</a>&quot;);<br>
<br>
and then just being able to use service just like any Plasma::Service.<br></blockquote><div>Yes we should aim to something like that. A first step would be at least to have a semi-automatic tool that takes the WSDL as input and outputs a Jolie script that can then be used with loadEmbeddedJolieService and let it handle the dirty work. <br>
<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
&gt; What I&#39;d like to get working first is to, at least, be able to implement<br>
&gt; local (yes, local) services in Jolie. By doing so I would already gain a<br>
&gt;  lot of power, for example a plasmoid could load this Jolie service using<br>
&gt;  loadEmbeddedJolieService in MetaService and I could use this Jolie service<br>
&gt;  to orchestrate whatever distributed application in a network, hiding the<br>
&gt;  complexity from Plasma.<br>
&gt; Orchestrating a distributed application could be something complicated<br>
&gt; (multiparty p2p session) or simply accessing your GoogleMail. ;)<br>
<br>
</div>Cool stuff :p<br>
<br>
Thanks for your feedback. You&#39;ve given me some useful stuff to make the<br>
implementation more flexible. I&#39;ll be improving the implementation, and will<br>
keep you informed of the progress.<br></blockquote><div><br></div></div>Ok, thanks a lot. :-)<br><br>Cheers,<br>Fabrizio.<br>