Hi Punit
do you have sample code. i dont understand..
regards
ganesh
On Wed, Dec 3, 2008 at 9:49 AM, punit <[EMAIL PROTECTED]> wrote:
>
> hi,
> the code works fine....thanks
>
> On Dec 2, 1:53 pm, "Flexian_NGL ,@Bangalore" <[EMAIL PROTECTED]>
> wrote:
> > hi,
> >
> > Check this code..
> >
> > public var prjRegService:WebService;
> >
> > public function initService()
> > {
> > prjRegService = new mx.rpc.soap.WebService();
> > prjRegService.wsdl = 'http:XXXXXXXXXX';
> >
> > }
> >
> > var arrcol:ArrayCollection = new ArrayCollection();
> >
> > public function ComboLoad():void
> > {
> > initService();
> > prjRegService.loadWSDL();
> > prjRegService.loadcentres();
> > prjRegService.loadcentres.addEventListener("result",
> > loadCombo);
> > }
> > var prjcombosource:XML=new XML();
> > public function loadCombo(event:ResultEvent):void
> > {
> > prjcombosource=XML(event.result);
> >
> >
> mx.core.Application.application.Prj_Reg_GeneralCentreCombo_Write.dataProvider=prjcentrecombosource..ENT_SHORT_NAME;
> >
> > }
> >
> > this works for me fine check it..
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---