Java Client can't connect to php server
Opened this issue · 1 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Basic Test
2. PHP Server
3. Java Client
What is the expected output? What do you see instead?
Exception in thread "main"
com.caucho.hessian.client.HessianConnectionException: 500: java.io.IOException:
Server returned HTTP response code: 500 for URL: http://server/php/test.php
at com.caucho.hessian.client.HessianURLConnection.sendRequest(HessianURLConnection.java:145)
at com.caucho.hessian.client.HessianProxy.sendRequest(HessianProxy.java:296)
at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:171)
at com.sun.proxy.$Proxy0.test(Unknown Source)
at Main.main(Main.java:20)
What version of the product are you using? On what operating system?
Debian 7.0.3 standard
Java 7
Please provide any additional information below.
Original issue reported on code.google.com by Santicl...@gmail.com
on 20 Jan 2014 at 5:02
Attachments:
GoogleCodeExporter commented
I've found that the problem is because the current implementation of hessian
php is compatible with hessian (java) 3., Is there some project or person
involved in migrating to hessianJava4?
Original comment by Santicl...@gmail.com
on 30 Mar 2014 at 8:24