RE: [flexcoders] Problem with binding from webservice

2005-11-29 Thread Matt Chotin
Can you use the debugger to take a look at the meetingRoomService.logonXML1.result object? The properties may deserialize into a different structure than you expect. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of brownd_92 Sent: Thursday,

RE: [flexcoders] Problem with binding from webservice

2005-11-25 Thread Stacey Mulcahy
I havent used the new xml bit in as3 but , maybe you need to so something like result[0].Login.User_Name Also you can trace out what you are getting returned that might help you a bit with something like trace(ObjectUtil.toString(this.service.logonXML1.result)) Wish I could be

RE: [flexcoders] Problem with binding from webservice

2005-11-25 Thread Tracy Spratt
: [flexcoders] Problem with binding from webservice I havent used the new xml bit in as3 but , maybe you need to so something like result[0].Login.User_Name Also you can trace out what you are getting returned that might help you a bit with something like trace(ObjectUtil.toString