RE: [flexcoders] Re: Flex and .net webservices

2007-01-10 Thread Robin Burrer
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex and .net webservices Might want to try making employeeID a Number instead of an int. If that doesn't work use this: http://www.darronschall.com/weblog/archives/000247.cfm http://www.darronschall.com/weblog/archives/000247.cfm HTH

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Sam Shrefler
[mailto:[EMAIL PROTECTED] *On Behalf Of *Robin Burrer *Sent:* Tuesday, 12 December 2006 3:32 PM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] Re: Flex and .net webservices Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Patrick Mineault
* From: * [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] *On Behalf Of *ben.clinkinbeard *Sent:* Tuesday, 12 December 2006 2:02 PM *To:* [EMAIL PROTECTED] ups.com *Subject:* [flexcoders] Re: Flex and .net webservices Hi Robin, I have good news :), both of these issues

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Diego Guebel
: [flexcoders] Re: Flex and .net webservices Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors. … Here's the code. I reckon this is as basic as it gets … public function onMyResult(event:ResultEvent):void

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Sam Shrefler
flexcoders%40yahoogroups.com *Subject:* RE: [flexcoders] Re: Flex and .net webservices Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors. … Here's the code. I reckon this is as basic as it gets … public function onMyResult

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Diego Guebel
%40yahoogroups.com *Subject:* RE: [flexcoders] Re: Flex and .net webservices Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors. … Here's the code. I reckon this is as basic as it gets … public function onMyResult

RE: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Robin Burrer
Subject: RE: [flexcoders] Re: Flex and .net webservices Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors. ... Here's the code. I reckon this is as basic as it gets ... public function onMyResult(event:ResultEvent):void

RE: [flexcoders] Re: Flex and .net webservices

2006-12-11 Thread Robin Burrer
] On Behalf Of ben.clinkinbeard Sent: Tuesday, 12 December 2006 2:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex and .net webservices Hi Robin, I have good news :), both of these issues should go away by setting a single attribute on your WebService object. Try setting

RE: [flexcoders] Re: Flex and .net webservices

2006-12-11 Thread Robin Burrer
December 2006 3:32 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Flex and .net webservices Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors. ... Here's the code. I reckon this is as basic as it gets ... public