Ludovic Dubost wrote: >> >>> - you also need to write your code so that it can call the web service >>> version of jodconverter >>> >> You mean invoke a conversion service in a remote machine? I will create a >> remote service converter class which implement the abstract converter to do >> this. Use which converter can be configured in xwiki.cfg >> > > Yes and we would need this to pass firewalls which means being in HTTP > and with proxy settings..
If you use standard JDK HTTP methods, then the proxy settings would be detected by the JVM, or configured at the JVM level, so there's no need for your code to handle the proxy settings. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

