Hi,

I'm using flex 2. I'm trying to interface with a webservice. I can get 
the app on the server to respond but I'm having trouble interpreting the 
response. Even thought the response has an error number, an error 
string, and a result node, all I seem to be able to display is the error 
number.

The response from the server looks like this:

<SOAP-ENV:Body><WS:RunScriptResult><errorNumber>4</errorNumber><errorString>Unterminated
 
string 
constant</errorString><scriptResult></scriptResult></WS:RunScriptResult></SOAP-ENV:Body>

{WS.RunScript.lastResult} gives me the <errorNumber> but I can't see how 
to get the errorString (or scriptResult, if it had content.)

Thanks!

Paul





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to