Re: [flexcoders] Extending Flex Webservice class

2009-04-14 Thread Josh McDonald
There's currently compile-time voodoo that exists to support the MXML
declaration of web services, so you can't really do this sort of thing
declaratively.

Programmatically it's pretty easy to add headers to web service calls
though, what exactly are you trying to do?

-Josh

2009/4/15 variableop 

>
>
> All,
> I would like to extend the Flex Webservice class to add a header to the
> call if custom properties have been set in the webservice declaration (or
> programmatic instantiation through the constructor). 1) Does anyone have
> experience extending flex's webservice class? 2) If not, can someone sketch
> out a path to extending flex's built-in types in such a way? Any help is
> appreciated.
>
> Regards,
>
> Variable
>
>  
>



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

Josh 'G-Funk' McDonald
  -  j...@joshmcdonald.info
  -  http://twitter.com/sophistifunk
  -  http://flex.joshmcdonald.info/


[flexcoders] Extending Flex Webservice class

2009-04-14 Thread variableop
All,
I would like to extend the Flex Webservice class to add a header to the 
call if custom properties have been set in the webservice declaration (or 
programmatic instantiation through the constructor).  1)  Does anyone have 
experience extending flex's webservice class?  2) If not, can someone sketch 
out a path to extending flex's built-in types in such a way?  Any help is 
appreciated.

Regards,

Variable