Hi there.

I would like to use JSON instead of Binary.
Therefore I set the ini file as described:

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

Unfortunately the java server does only respond with "error 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