Multiple choice technology web technology

Which tag nested inside the WebService tag block should you use

  1. <mx:result>

  2. <mx:method>

  3. <mx:operation>

  4. <mx:remoteMethod>

Reveal answer Fill a bubble to check yourself
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.