Looks like we are going to the same direction I took for giving Java support to enterprise applications italianaSoftware and eos-software are developing: metaservice-java.<br><br><a href="http://jolie.svn.sourceforge.net/viewvc/jolie/trunk/support/metaservice-java/">http://jolie.svn.sourceforge.net/viewvc/jolie/trunk/support/metaservice-java/</a><br>
See the MetaService class: <a href="http://jolie.svn.sourceforge.net/viewvc/jolie/trunk/support/metaservice-java/src/joliex/metaservice/MetaService.java?view=markup">http://jolie.svn.sourceforge.net/viewvc/jolie/trunk/support/metaservice-java/src/joliex/metaservice/MetaService.java?view=markup</a><br>
<br>We could make something similar. If we want to go further, we could make an abstraction for contacting a Jolie service (JolieService) supporting generic calls to operations (callOneWayOperation, callRequestResponseOperation etc...) and then build a MetaService class on top of it. This could be the best solution.<br>
<br>How does that look?<br>