I believe the Java implementation is incorrect because the spec
states that the major revision number comes before the minor is this
be 1.0 would be x01 x00. Fortunately there is only one version of the
spec so most if not all implementations currently ignore the revision
number.
-Byron
On Apr 4, 2006, at 10:38 AM, Thomas Wang wrote:
> In the Hessian spec it said the call object is:
>
> call ::= c x01 x00 header* method object* z
>
> However, in the Java implementation the call
> object is actually emitted as
> c x00 x01
>
> I think only one of them can be right.
>
> Regards,
> Thomas Wang
>
>
>
>
Received on Tue 04 Apr 2006 10:51:53 -0700
This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:16:41 PDT