Hello Rafael,
in the last few days I have developed some code using your library, but I'm facing some problems with the environment in which my application is deployed.
In particular it's deployed under an old version of jboss 5.1. Under the same machine is installed microsoft word but trying to invoke a LocalConverter I've got some problem as reported here
on StackOverflow.Now I have changed the architecture of my application. I'd like to run a distinct standalone server and I'd like to call it using your RemoteServer class. In this case I've got some problems related with version of http-core and http-cliente used by jersey 2.6 that are newest compared to the version under jBoss, so I'm not able to use your RemoteConverter.
According to you should it be possible to write a custom REST client different from RemoteConverter that calls directly from URL the service of the standalone server? In this case what should I pass to the server to invoke this REST service and how to encrypt the input file?
Can you give me some information on this?
Thanks in advance!
Daniele