Finally I found out what's the problem.
When BlazeDS handle the incoming AMF message, the version of the message is always "1" regardless of the ObjectEncoding is being set to "3" in the SSAS....
Type: Posts; User: fourplay56; Keyword(s):
Finally I found out what's the problem.
When BlazeDS handle the incoming AMF message, the version of the message is always "1" regardless of the ObjectEncoding is being set to "3" in the SSAS....
I have follow the reference on springsource to integrate spring and blazeDS into my project.
My project is this Java server that handle the request coming from FMS server, so here are lines of...