Hi All,
I have sent a GET request to a third party and it has responded with XML.
I would like to know how to extract the information from that response and convert it into a standard php variable.
<GetGuidResult>
<ErrorNumber>0</ErrorNumber>
<ErrorMessage/>
<Guid>40d505ba438049a68eafc9a95e7fefcf</Guid>
</GetGuidResult>