
Код:
var xml:XML = <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<RequestResponse xmlns="http://tempuri.org/">
<RequestResult>
<PagesDetails>
<PageID>3</PageID>
<PageRate>-1</PageRate>
<PageLink>trybeer.com</PageLink>
<DomainID>-1</DomainID>
<PageText>Do You wont to try?</PageText>
<PageDate>0001-01-01T00:00:00</PageDate>
</PagesDetails>
</RequestResult>
</RequestResponse>
</soap:Body>
</soap:Envelope>;
var ns:Namespace = xml..*::RequestResult[0].namespace();
trace(xml..ns::RequestResult.toXMLString());