I'm trying to pull data from a .Net webservice when selecting a parcel feature on the map. In Flash Builder 4 I can use the Data Services wizards to generate forms for input and displaying response from webservices that return a single table. Some of my webservices return an array of tables. When running the "Test Operation" in FB4 on that webservice the test results come back fine (see attachment: TestResults.jpg). When I try to use the wizard to generate the input and response forms FB4 is unable to configure the result type, etc, correctly. I get a couple errors in the source code:
1067: Implicit coercion of a value of type mx.rpc:CallResponder to an unrelated type Class
1118: Implicit coercion of a value with static type Object to a possibly unrelated type valueObjects:RXPN_DocumentsForParcelResult.
Since the "test Operation" works, I know it's possible to get the correct data returned, but programmatically I can't figure it out.