Oh I see, so it actually writes the asctionscript out - that is cool.
I'll follow that project for sure.  I've been writing out the
Actionscript myself for SOAP WSDLs connections, and having to coordinate
with the developer on the method names and uses (or trying to get that
from reading the SOAP XML).  Thanks for the explanation, I'll be
interested to see where that goes.

Jason Merrill
Bank of America 
Learning & Organizational Effectiveness
 
 
 
 
 

>>-----Original Message-----
>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
>>Behalf Of David Holroyd
>>Sent: Friday, November 03, 2006 3:26 PM
>>To: Open Source Flash Mailing List
>>Subject: Re: [osflash] WSDL to ActionScript
>>
>>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

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

Reply via email to