
|
Fault object dump
Has anyone got a dump of a Fault response to an AMF request, or can someone put something together that does?
The flash files I have appear to not be deserialising the encoded object to Fault objects and I want to see what I'm doing wrong.
Ta!
|

|
Re: Fault object dump
I guess I could call a non-existing service with the Red5 echo
example and use Charles to capture the Fault response from the
server? I'll check it out.
Thijs
On Nov 27, 2007, at 5:48 PM, Nick Joyce wrote:
> Has anyone got a dump of a Fault response to an AMF request, or can
> someone put something together that does?
>
> The flash files I have appear to not be deserialising the encoded
> object to Fault objects and I want to see what I'm doing wrong.
>
> Ta!
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev
|

|
Re: Fault object dump
Via both HTTP and RTMP would be good :)
On Tue, 2007-11-27 at 17:53 +0100, Thijs Triemstra | Collab wrote:
I guess I could call a non-existing service with the Red5 echo
example and use Charles to capture the Fault response from the
server? I'll check it out.
Thijs
On Nov 27, 2007, at 5:48 PM, Nick Joyce wrote:
> Has anyone got a dump of a Fault response to an AMF request, or can
> someone put something together that does?
>
> The flash files I have appear to not be deserialising the encoded
> object to Fault objects and I want to see what I'm doing wrong.
>
> Ta!
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
|

|
Re: Fault object dump
I added dumps in http://pyamf.org/ticket/96
I think there's no difference between the RTMP and HTTP fault, they're both being send over NetConnection/AMF..
The RemoteObject fault's probably different so I'll add a dump for that as well.
Thijs
On Nov 27, 2007, at 5:57 PM, Nick Joyce wrote: Via both HTTP and RTMP would be good :) On Tue, 2007-11-27 at 17:53 +0100, Thijs Triemstra | Collab wrote: I guess I could call a non-existing service with the Red5 echo
example and use Charles to capture the Fault response from the
server? I'll check it out.
Thijs
On Nov 27, 2007, at 5:48 PM, Nick Joyce wrote:
> Has anyone got a dump of a Fault response to an AMF request, or can
> someone put something together that does?
>
> The flash files I have appear to not be deserialising the encoded
> object to Fault objects and I want to see what I'm doing wrong.
>
> Ta!
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________ http://lists.pyamf.org/mailman/listinfo/dev
|

|
Re: Fault object dump
Hey Nick,
were these dumps helpful? Because I was thinking it might be better to test it against an oldskool as2 remoting example and Coldfusion, instead of the AS3 NetConnection with Red5.
Thijs
On Nov 27, 2007, at 6:17 PM, Thijs Triemstra | Collab wrote: I added dumps in http://pyamf.org/ticket/96
I think there's no difference between the RTMP and HTTP fault, they're both being send over NetConnection/AMF..
The RemoteObject fault's probably different so I'll add a dump for that as well.
Thijs
On Nov 27, 2007, at 5:57 PM, Nick Joyce wrote: Via both HTTP and RTMP would be good :) On Tue, 2007-11-27 at 17:53 +0100, Thijs Triemstra | Collab wrote: I guess I could call a non-existing service with the Red5 echo
example and use Charles to capture the Fault response from the
server? I'll check it out.
Thijs
On Nov 27, 2007, at 5:48 PM, Nick Joyce wrote:
> Has anyone got a dump of a Fault response to an AMF request, or can
> someone put something together that does?
>
> The flash files I have appear to not be deserialising the encoded
> object to Fault objects and I want to see what I'm doing wrong.
>
> Ta!
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________ _______________________________________________
|

|
Re: Fault object dump
The dumps were very helpful.
Testing against AS2 would be a good plan also as we are supporting that as well. Let me know what you find.
Cheers,
Nick
On Tue, 2007-11-27 at 18:39 +0100, Thijs Triemstra | Collab wrote:
Hey Nick,
were these dumps helpful? Because I was thinking it might be better to test it against an oldskool as2 remoting example and Coldfusion, instead of the AS3 NetConnection with Red5.
Thijs
On Nov 27, 2007, at 6:17 PM, Thijs Triemstra | Collab wrote:
I added dumps in http://pyamf.org/ticket/96
I think there's no difference between the RTMP and HTTP fault, they're both being send over NetConnection/AMF..
The RemoteObject fault's probably different so I'll add a dump for that as well.
Thijs
On Nov 27, 2007, at 5:57 PM, Nick Joyce wrote:
Via both HTTP and RTMP would be good :)
On Tue, 2007-11-27 at 17:53 +0100, Thijs Triemstra | Collab wrote:
I guess I could call a non-existing service with the Red5 echo
example and use Charles to capture the Fault response from the
server? I'll check it out.
Thijs
On Nov 27, 2007, at 5:48 PM, Nick Joyce wrote:
> Has anyone got a dump of a Fault response to an AMF request, or can
> someone put something together that does?
>
> The flash files I have appear to not be deserialising the encoded
> object to Fault objects and I want to see what I'm doing wrong.
>
> Ta!
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
|

|
Re: Fault object dump
Hi Nick,
the coldfusion dumps are attached to ticket #96.
Thijs On Nov 27, 2007, at 7:30 PM, Nick Joyce wrote: The dumps were very helpful. Testing against AS2 would be a good plan also as we are supporting that as well. Let me know what you find. Cheers, Nick On Tue, 2007-11-27 at 18:39 +0100, Thijs Triemstra | Collab wrote: Hey Nick, were these dumps helpful? Because I was thinking it might be better to test it against an oldskool as2 remoting example and Coldfusion, instead of the AS3 NetConnection with Red5. Thijs On Nov 27, 2007, at 6:17 PM, Thijs Triemstra | Collab wrote: I added dumps in http://pyamf.org/ticket/96 I think there's no difference between the RTMP and HTTP fault, they're both being send over NetConnection/AMF.. The RemoteObject fault's probably different so I'll add a dump for that as well. Thijs On Nov 27, 2007, at 5:57 PM, Nick Joyce wrote: Via both HTTP and RTMP would be good :) On Tue, 2007-11-27 at 17:53 +0100, Thijs Triemstra | Collab wrote: I guess I could call a non-existing service with the Red5 echo
example and use Charles to capture the Fault response from the
server? I'll check it out.
Thijs
On Nov 27, 2007, at 5:48 PM, Nick Joyce wrote:
> Has anyone got a dump of a Fault response to an AMF request, or can
> someone put something together that does?
>
> The flash files I have appear to not be deserialising the encoded
> object to Fault objects and I want to see what I'm doing wrong.
>
> Ta!
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________ PyAMF dev mailing list - dev@... http://lists.pyamf.org/mailman/listinfo/dev _______________________________________________ PyAMF dev mailing list - dev@... http://lists.pyamf.org/mailman/listinfo/dev _______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
|

|
Re: Fault object dump
Excellent. Thanks.
On Tue, 2007-11-27 at 20:21 +0100, Thijs Triemstra | Collab wrote:
Hi Nick,
the coldfusion dumps are attached to ticket #96.
Thijs
On Nov 27, 2007, at 7:30 PM, Nick Joyce wrote:
The dumps were very helpful.
Testing against AS2 would be a good plan also as we are supporting that as well. Let me know what you find.
Cheers,
Nick
On Tue, 2007-11-27 at 18:39 +0100, Thijs Triemstra | Collab wrote:
Hey Nick,
were these dumps helpful? Because I was thinking it might be better to test it against an oldskool as2 remoting example and Coldfusion, instead of the AS3 NetConnection with Red5.
Thijs
On Nov 27, 2007, at 6:17 PM, Thijs Triemstra | Collab wrote:
I added dumps in http://pyamf.org/ticket/96
I think there's no difference between the RTMP and HTTP fault, they're both being send over NetConnection/AMF..
The RemoteObject fault's probably different so I'll add a dump for that as well.
Thijs
On Nov 27, 2007, at 5:57 PM, Nick Joyce wrote:
Via both HTTP and RTMP would be good :)
On Tue, 2007-11-27 at 17:53 +0100, Thijs Triemstra | Collab wrote:
I guess I could call a non-existing service with the Red5 echo
example and use Charles to capture the Fault response from the
server? I'll check it out.
Thijs
On Nov 27, 2007, at 5:48 PM, Nick Joyce wrote:
> Has anyone got a dump of a Fault response to an AMF request, or can
> someone put something together that does?
>
> The flash files I have appear to not be deserialising the encoded
> object to Fault objects and I want to see what I'm doing wrong.
>
> Ta!
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
|