Hi there.

I would like to use JSON instead of Binary (Excel<->Java).
Therefore I set the ini file for the Excel addin as described at the webpage:

protocol=http
url=http://localhost:8000/FunctionServer

Unfortunately the java server does only respond with "80" in JSON mode. It works perfectly in Binary mode.
Do I have to change something in the java part (enable FunctionServlet or so?)?

Friedhelm