Ignore that last message, it seems there's some compilervoodoo going on for defining services in MXML that I'm apparently not 100% on :S
On Wed, Aug 6, 2008 at 12:31 PM, Josh McDonald <[EMAIL PROTECTED]> wrote: > 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] > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

