Github user lewismc commented on the issue: https://github.com/apache/any23/pull/56 Thanks @HansBrende :) Once you have built the Webservice and deployed to Tomcat, you should make sure that you check the **openie** checkbox in the GUI. You can set a breakpoint at the [openie conditional toggle on in Servlet.java](https://github.com/lewismc/any23/blob/ANY23-321/service/src/main/java/org/apache/any23/servlet/Servlet.java#L93) which will enable you to see that the parameter is being received on server side. From here, you need to look into how the Any23PluginManager does dynamic classloading. Let me know how you get on and I can provide a bit more context as to how the directory openie structure works for dynamic loading. Thanks in advance,
---