On Fri, Nov 03, 2006 at 03:06:49PM -0500, Merrill, Jason wrote:
> So this is something that would do more than the Webservice component
> already in Flash right - better error handling and such - just making
> sure I understand. 

Given a WSDL that says 'StockQuoteService' defines the operation
'getLastTradePrice', it would generate an AS class like,

  package com.example {
    class StockQuoteServiceStub {
      public function getLastTradePrice():Call {
        // ... SOAP implementation stuff ...
      }
    }
  }

I have tried to get it to return a standard 'Operation' instance, but
couldn't get it to work right-off, so I'm building it on top of
lower-level HTTP handling at the moment.

I hope to combine this with the XML/Object mapping stuff I posted a
while back, but that will need much cleaning up first ;)


ta,
dave

-- 
http://david.holroyd.me.uk/

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to