(NOVICE ALERT) I am using a Flex HTTPService post to send data to an API that returns XML
I can not seem to parse the return correctly.
The returned XML is :
<connector_ret>
<function name="contact_create">
<ret_val name="c_id" type="integer">30</ret_val
>
</function>
</connector_ret>
my HTTPService ID = "theRequest"
So I would think theRequest.lastResult.conn
ector_ret.
function.r
et_val would = 30
I am clearly missing something, which does not surprise me. Any help would be fantastic!!
Start Free Trial