Which tag nested inside the WebService tag block should you use
-
<mx:result>
-
<mx:method>
-
<mx:operation>
-
<mx:remoteMethod>
C
Correct answer
Explanation
Within a WebService tag in Flex, the tag is used to define individual operations/methods that the web service provides. Option A's is for handling results, not defining operations. Option B's is not the correct tag name. Option D's doesn't exist in Flex.