Antwort: Web service trouble (urgent)

2004-02-16 Thread Michael Bierenfeld
Hi, some information about the used java type on the client side and the used type on the server side would be helpful. ususally we are haibg trouble with double on the server side (java) most clients php, python etc. use float as default. michael

Calling Services located behind Reverse Proxy

2004-02-10 Thread Michael Bierenfeld
Hello there, we are running some services at our internet site behind a reverse proxy. The konfiguration is as follows jetty on port 9090 | apache on port 80 with ProxyPass/services http://:9090/services This is used by an php webclient from our intranet behind another proxy. T