RE: [flexcoders] Difference between WebService and Remote Object

2006-02-12 Thread Shlomi Cohen
@yahoogroups.comSubject: Re: [flexcoders] Difference between WebService and Remote Object The format of these classes should work for ya... at least they have for me in the past.class com.mercury.onyx.client.services.vo.UserVO extends com.mercury.onyx.client.services.vo.BasicUserVO { public static var regClass

RE: [flexcoders] Difference between WebService and Remote Object

2006-02-09 Thread Shlomi Cohen
[mailto:[EMAIL PROTECTED] On Behalf Of Clint ModienSent: Wednesday, February 08, 2006 20:50To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Difference between WebService and Remote Object I'm not sure that I understand the problem. Is there anyway you can post the value object definitions

RE: [flexcoders] Difference between WebService and Remote Object

2006-02-09 Thread Shlomi Cohen
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shlomi CohenSent: Thursday, February 09, 2006 11:26To: 'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Difference between WebService and Remote Object I've already tried this and even Object Copy. I think you don't understand

Re: [flexcoders] Difference between WebService and Remote Object

2006-02-09 Thread Clint Modien
CohenSent: Thursday, February 09, 2006 11:26To: 'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Difference between WebService and Remote Object I've already tried this and even Object Copy. I think you don't understand the problem ,the returned object is good , BUT when sending

Re: [flexcoders] Difference between WebService and Remote Object

2006-02-08 Thread Clint Modien
More than likely the definitions for your java UserVO and your ActionScript UserVO are different.On 2/8/06, Shlomi Cohen [EMAIL PROTECTED] wrote: Hi while testing the performance of our application , i changed the way we work with the server from WS to RemoteObjects i found

RE: [flexcoders] Difference between WebService and Remote Object

2006-02-08 Thread Shlomi Cohen
@yahoogroups.comSubject: Re: [flexcoders] Difference between WebService and Remote Object More than likely the definitions for your java UserVO and your ActionScript UserVO are different. On 2/8/06, Shlomi Cohen [EMAIL PROTECTED] wrote: Hi while testing the performance of our application , i

RE: [flexcoders] Difference between WebService and Remote Object

2006-02-08 Thread Shlomi Cohen
:19To: 'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Difference between WebService and Remote Object How , i create the VO using Ant task (code generation) except for 1 public static final member - could that be the diff ? Shlomi From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Difference between WebService and Remote Object

2006-02-08 Thread Clint Modien
[mailto:flexcoders@yahoogroups.com] On Behalf Of Clint ModienSent: Wednesday, February 08, 2006 20:07To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Difference between WebService and Remote Object More than likely the definitions for your java UserVO and your ActionScript UserVO are different

RE: [flexcoders] Difference between WebService and Remote Object

2006-02-08 Thread Matt Chotin
Title: Mercury Email Signature Sounds like the registerClass didnt work, better double-check that the classnames match up From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Shlomi Cohen Sent: Wednesday, February 08, 2006 4:04 AM To: