how to return the xml from a web service and store it into a data grid?
-
hello gentlemen, im new at web services all i've acomplished to do is to make the web reference... the web reference i made of a web service that returns an xml im sure of that because in the details page when i press invoke it returns a very large xml my question is how to take that xml from the web service and somehow save it into the computer and transform it to be used by a dataset to feed a datagrid using windows forms in visual basic 2003 language visual basic i've read a lot about web services but im alittle bit confused about all the xml things the xml writters readers readxml etc (its simply confusing) help is apreciated thanks for your time an expample of the xml that returns is here: 100PRE MI ROBERT HC2733 EQA 22.61 2 1170 10-04-2007 08:00:00 09-05-2007 10:00:00 -0.8500000000 -80.7000000000 0 0 NAV 2 MUJERES J.M. EQA 1.83 1 1065 02-04-2007 09:00:00 17-04-2007 06:00:00 -2.2297222222 -79.8738888889 0 0 NAV : : ' "everything is possi
-
hello gentlemen, im new at web services all i've acomplished to do is to make the web reference... the web reference i made of a web service that returns an xml im sure of that because in the details page when i press invoke it returns a very large xml my question is how to take that xml from the web service and somehow save it into the computer and transform it to be used by a dataset to feed a datagrid using windows forms in visual basic 2003 language visual basic i've read a lot about web services but im alittle bit confused about all the xml things the xml writters readers readxml etc (its simply confusing) help is apreciated thanks for your time an expample of the xml that returns is here: 100PRE MI ROBERT HC2733 EQA 22.61 2 1170 10-04-2007 08:00:00 09-05-2007 10:00:00 -0.8500000000 -80.7000000000 0 0 NAV 2 MUJERES J.M. EQA 1.83 1 1065 02-04-2007 09:00:00 17-04-2007 06:00:00 -2.2297222222 -79.8738888889 0 0 NAV : : ' "everything is possi
i also get the same error about System.Xml.dll somehow the idea to try
dataset1.readxml(file.xml) datagrid1.datasource = dataset1
only gives me trouble if i cant load an xml from a file, how is it possible to get it from a web service and im starting to worry about that