Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6850311
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:06:31+00:00 2026-05-27T01:06:31+00:00

I have generated a service call to a service called ServiceName.getService() – I can

  • 0

I have generated a service call to a service called ServiceName.getService() – I can successfully pull data displayed inside mxml layout elements, but, instead of displaying it, I just want to assign it to a global.

I always get an error on the second line below – apparently the value has not been fetched yet. I have also tried adding a listener, and setting the global value on COMPLETE, but that is apparently never called. (I am guessing this generated service call stuff does not actually trigger a COMPLETE?)

Short question is: how do you simply assign a variable after you have loaded it via a service data call. (Not just HTTP)

getServiceResult.token=ServiceName.getService();
GlobalVars.variablename = getServiceResult.lastResult.variablename;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T01:06:32+00:00Added an answer on May 27, 2026 at 1:06 am

    I always get an error on the second line below – apparently the value
    has not been fetched yet.

    That is correct. In Flex / Flash the remote server calls asynchronous. That means your second line–to set the value–is potentially running before the service call has executed.

    You should set up a result handler on the service call. This is most likely the same thing you did when you got things to work for display.

    Like this:

    getServiceResult.token=ServiceName.getService();
    getServiceResult.addEventListener(ResultEvent.RESULT,myServiceResult);
    

    And elsewhere in your code:

    protected function myServiceResult(event:ResultEvent):void{
     GlobalVars.variablename = event.results.variablename;
    }
    

    When you talk about adding a listener on complete, I’m not sure what you refer to. Do you mean creationComplete? or updatecomplete? Or applicationComplete? Or something else altogether.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a large set of data that is generated from a web service
I have to expose an ejb service layer via jax-ws . I have generated
I am trying to configure WCF service with security. I have generated 2 certificates
I have a web service protected by HTTPS with NTLM authentication and I generated
I have some types which are generated by a web service reference. I want
I have created a simple web service called TimeServerBean . It's working properly, the
I have a WCF service that I consume in my code and generated as
We have a simple ASP.Net WCF Ajax enabled web service which is called via
As you may have heard of, there is an online font recognition service call
I have a service proxy generated by svcutil which generated an interface(IStudentContract) and a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.