My code:

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; layout="absolute"
creationComplete="go()">

    <mx:WebService id="myservice">
        <mx:operations>
            <mx:Operation name="getSomething"/>
        </mx:operations>
    </mx:WebService>

</mx:Application>


My error:

Could not resolve <mx:Operation> to a component implementation.

Not only that, builder keeps trying to resolve <Operatio-*ctrl-space* to
"<mx:operation>" with lowercase, and then gives me a parse error???

-- 
"Therefore, send not to know For whom the bell tolls. It tolls for thee."

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]

Reply via email to