hai l'XML che torna il webService ?
nel qual caso,
codice:string XML = xml; XmlDocument doc = new XmlDocument(); doc.Load(Server.MapPath(xml)); XmlNode errore = doc.SelectSingleNode("//errore"); if (errore != null) { //... }
hai l'XML che torna il webService ?
nel qual caso,
codice:string XML = xml; XmlDocument doc = new XmlDocument(); doc.Load(Server.MapPath(xml)); XmlNode errore = doc.SelectSingleNode("//errore"); if (errore != null) { //... }
Ultima modifica di djciko; 08-05-2014 a 14:29
press play on tape
-----
MP3 Listing
https://sourceforge.net/projects/mp3-listing
File Listing
https://sourceforge.net/projects/file-listing-2-0/