warmwinter / hessianphp

Automatically exported from code.google.com/p/hessianphp
MIT License
0 stars 0 forks source link

Java Client can't connect to php server #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
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