You do this with REST API using a HTTP PUT to the URL <a href="http://localhost:8080/guvnor-5.5.0.CR1/rest/packages%7BpackageName%7D/assets/%7BassetName%7D/binary" target="_blank">http://localhost:8080/guvnor-5.5.0.CR1/rest/packages{packageName}/assets/{assetName}/binary</a>     with MIME type application/octet-stream.<br>

    <br>
    There is a test called &quot;testCreateAndUpdateAndGetBinaryAsset&quot; (<a href="https://github.com/droolsjbpm/guvnor/blob/master/guvnor-webapp-drools/src/test/java/org/drools/guvnor/server/jaxrs/BasicPackageResourceIntegrationTest.java" target="_blank">https://github.com/droolsjbpm/guvnor/blob/master/guvnor-webapp-drools/src/test/java/org/drools/guvnor/server/jaxrs/BasicPackageResourceIntegrationTest.java</a>)
that can be used as an example.<br><br><div class="gmail_quote">On 22 October 2012 15:48, worldofprasanna <span dir="ltr">&lt;<a href="mailto:worldofprasanna@yahoo.com" target="_blank">worldofprasanna@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mike,<br>
<br>
Thanks for your confirmation. As an alternate for it, we thought of having<br>
the rules in Excel sheet and upload it to the guvnor using Rest Api /<br>
WebDAV.<br>
<br>
Is there an easy way to achieve this ? or I have to manually parse the excel<br>
sheet and construct the xml string and update the Decision table ? coz I<br>
found in a blog,<br>
<br>
<a href="http://blog.athico.com/2008/05/accessing-guvnor-as-filesystem-webdav.html" target="_blank">http://blog.athico.com/2008/05/accessing-guvnor-as-filesystem-webdav.html</a><br>
<br>
that we can use WebDAV for saving Excel directly to the repository. But I<br>
didn t find any info regarding how to do this.<br>
<br>
Can you give some guidance for saving Excel to repository directly.<br>
<br>
Thanks,<br>
Prasanna Venkataraman.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Clustered-Guvnor-performance-issue-tp4020370p4020420.html" target="_blank">http://drools.46999.n3.nabble.com/Clustered-Guvnor-performance-issue-tp4020370p4020420.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br>