thanks a lot i solve the problem but this time i have another problem in my program.
i wanna connect a xml document and i wanna parse it and then write the returning result in a picker view. i use nsxmlparser and i connect the xml file but i cant parse and write it. i send the xml two parameters which are one of them is username and password and the other is process that needs to be return. and this parameters are in xml format like <Kalkis><Ulke></Ulke></Kalkis>
and the returning answer is an xml too.
when i wrote the returning xml in console i get this xml contains error message
Quote:
|
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><XmlIsletResponse xmlns="http://tempuri.org/"><XmlIsletResult><IslemSonuc xmlns=""><Sonuc>false</Sonuc><Hata>Gönderdiğiniz XML Biçimi Uygun Formatda Değil</Hata></IslemSonuc></XmlIsletResult></XmlIsletResponse></soap:Body></soap:Envelope>
|
why the result contains error? i work hard to solve it but i cant. thank you in advance.