开发者

Flashbuilder 4.5. Parse results of HTTP Service Call

开发者 https://www.devze.com 2023-04-08 03:47 出处:网络
I\'m making an HTTP Service Call using Flash Builder 4.5. My web service returns a string. I\'m having trouble understanding how to read in the returned string.

I'm making an HTTP Service Call using Flash Builder 4.5. My web service returns a string. I'm having trouble understanding how to read in the returned string.

LoginResult.token = login.Login(Username.text, Password.text);

Here is what I have so far. What do I need to do nex开发者_C百科t to get the returned string?


Figured it out. In case this will help anyone else, the following gets you the String returned by the HTTP Service Call.

LoginResult.token = login.Login(Username.text, Password.text);    
LoginResult.lastResult //String returned by web service
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号