I really need your help.i cant manipulate this xlm with php .i am sending regular xml to remote server and geting this xml but i dont know how to open or manipulate.\[code\]<?xml version="1.0" encoding="utf-8"?><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> <HasarMuallakRakamAlResponse xmlns="http://tempuri.org/"> <HasarMuallakRakamAlResult> <NesneAlanlari> <OdemeKodu>69</OdemeKodu> <OdemeMiktari>53,01</OdemeMiktari> </NesneAlanlari> <NesneAlanlari> <OdemeKodu>74</OdemeKodu> <OdemeMiktari>500</OdemeMiktari> </NesneAlanlari> <NesneAlanlari><OdemeKodu>85</OdemeKodu> <OdemeMiktari>82,06</OdemeMiktari> </NesneAlanlari> <NesneAlanlari> <OdemeKodu>76</OdemeKodu> <OdemeMiktari>200</OdemeMiktari> </NesneAlanlari> </HasarMuallakRakamAlResult> </HasarMuallakRakamAlResponse></soap:Body>\[/code\]for example how can i get value of odemeKodu ?