What is
Hessian?
The Hessian binary web service protocol makes web services usable without requiring a large framework, and without learning yet another alphabet soup of protocols. Because it is a binary protocol, it is well-suited to sending binary data without any need to extend the protocol with attachments.
And here's my AS3
(
Read more... )
Comments 10
not run e.g code
Reply
Reply
Reply
If not - how does it format it's request for the WSDL?
Does it use:
"url_of_service?wsdl"
if you do:
'new HessianProxy("url_of_service");' ?
Reply
Reply
Reply
Reply
I'm trying to use this to get data from a Hessian service into my Flex2 app and when I try to compile your example, I get a compile error
"Access of undefined property token."
I'm trying to include this in a mx:Script block.
Go ahead and mock me (I'm very new to Flex2), but please tell me where I'm going wrong.
p.s. I think the test service at caucho.com is also down.
Reply
Leave a comment