RE: [flexcoders] Re: Look for a tool to test remoteobject(AMF) format functions?

2009-02-07 Thread Errol Thompson
But I have about 100 functions and some of them need pass different objects. WebOrb have test tool but only for weborb. I need a common tool. I am not aware of any existing tool but it is easy enough to write code that would drive any remoteobject and report or verify the results. The

[flexcoders] Re: Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread markflex2007
Hi, My case are: 1. all AMF functions developed with Java. 2. A lot of functions and I want to make sure they works fine before flex coding. I know webOrb have a test tool but I do not use weborb for this. Thanks Mark

[flexcoders] Re: Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread valdhor
I have not seen a tool that you could use to test this. If I were doing this, I would write a tool in Flex and use Charles to make sure the response is correct. There would be no need to have any result code as Charles would show the object(s) being returned including the data. The following

[flexcoders] Re: Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread valdhor
I have not seen a tool that you could use to test this. If I were doing this, I would write a tool in Flex and use Charles to make sure the response is correct. There would be no need to have any result code as Charles would show the object(s) being returned including the data. The following

[flexcoders] Re: Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread markflex2007
But I have about 100 functions and some of them need pass different objects. WebOrb have test tool but only for weborb. I need a common tool. Thanks Mark

Re: [flexcoders] Re: Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread dnk
On 6-Feb-09, at 1:08 PM, markflex2007 wrote: But I have about 100 functions and some of them need pass different objects. WebOrb have test tool but only for weborb. I need a common tool. Thanks Mark Pretty sure there is no such tool (as I am sure it would have been mentioned on this