Re: [flexcoders] What is the results of a web service

2009-01-21 Thread Wally Kolcz
s] What is the results of a web service Hi Wally, Any particular reason you are not setting a resultFormat on your mx:operation? For example: Adrian Wally Kolcz wrote: I am h

RE: [flexcoders] What is the results of a web service

2009-01-21 Thread Tracy Spratt
ary 21, 2009 12:51 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] What is the results of a web service Thanks. Totally forgot about the resultFormat. So used to using RemoteObjects, but we have Blue Disaster(opps, Dragon) here at the U. From:

RE: [flexcoders] What is the results of a web service

2009-01-21 Thread Tracy Spratt
12:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] What is the results of a web service I am having fits trying to figure out how to use the information coming back from a webservice. I created a web service call in my code: http://www2.med.umich.edu/prmc/media/newsroom/stories.cfc?w

Re: [flexcoders] What is the results of a web service

2009-01-21 Thread Wally Kolcz
] What is the results of a web service Hi Wally, Any particular reason you are not setting a resultFormat on your mx:operation? For example: Adrian Wally Kolcz wrote: I am having fits trying to figure out how to use the information coming back from a webservice. I created a web service

Re: [flexcoders] What is the results of a web service

2009-01-21 Thread Adrian Williams
Hi Wally, Any particular reason you are not setting a resultFormat on your mx:operation? For example: result="serviceResult(event)"/> Adrian Wally Kolcz wrote: I am having fits trying to figure out how to use the information coming back from a webservice. I created a web service call

[flexcoders] What is the results of a web service

2009-01-21 Thread Wally Kolcz
I am having fits trying to figure out how to use the information coming back from a webservice. I created a web service call in my code: http://www2.med.umich.edu/prmc/media/newsroom/stories.cfc?wsdl"; fault="Alert.show(event.fault.message,'Story Gateway Error')"> It returns t