Tuesday, October 17, 2006

Webservice Result for Flex 2

Getting result of Webservice.

Result is available in the operation object property lastResult.

Sample
Alert.show(loginWS.login.lastResult + "");

No comments: