Click here to Skip to main content
15,900,644 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionCode generation using XSD Pin
Gokulan Venattil14-May-07 1:56
Gokulan Venattil14-May-07 1:56 
QuestionEquivalent of of html in xsl Pin
vikas198214-May-07 1:31
vikas198214-May-07 1:31 
AnswerRe: Equivalent of of html in xsl Pin
DavidNohejl16-May-07 0:45
DavidNohejl16-May-07 0:45 
AnswerRe: Equivalent of of html in xsl Pin
PIEBALDconsult17-May-07 17:16
mvePIEBALDconsult17-May-07 17:16 
QuestionXSTL Transformation Include in .net 1.1 (Please Help) Pin
Cape Town Developer13-May-07 21:34
Cape Town Developer13-May-07 21:34 
QuestionXML Validation in .NET 2.0 C# Pin
SABhatti11-May-07 5:27
SABhatti11-May-07 5:27 
AnswerRe: XML Validation in .NET 2.0 C# Pin
DavidNohejl16-May-07 0:40
DavidNohejl16-May-07 0:40 
Questionhow to return the xml from a web service and store it into a data grid? Pin
pabloraul10-May-07 9:16
pabloraul10-May-07 9:16 
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:

<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://services.naves.digmer.com/types/">
<env:Body>
<ns0:getNavesNavegandoResponseElement>
<ns0:result>
<naves>
<nave>
<nodo name="nombre">100PRE MI ROBERT</nodo>
<nodo name="senal_llamada">HC2733</nodo>
<nodo name="id_pais">EQA</nodo>
<nodo name="tb">22.61</nodo>
<nodo name="id_puerto_zarpe">2</nodo>
<nodo name="id_puerto_arribo">1170</nodo>
<nodo name="id_puerto_proximo"></nodo>
<nodo name="fecha_zarpe">10-04-2007 08:00:00</nodo>
<nodo name="fecha_estimada_arribo">09-05-2007 10:00:00</nodo>
<qth>
<nodo name="latitud">-0.8500000000</nodo>
<nodo name="longitud">-80.7000000000</nodo>
<nodo name="rumbo">0</nodo>
<nodo name="velocidad">0</nodo>
</qth>
<nodo name="estado">NAV</nodo>
</nave>
<nave>
<nodo name="nombre">2 MUJERES J.M.</nodo>
<nodo name="senal_llamada"></nodo>
<nodo name="id_pais">EQA</nodo>
<nodo name="tb">1.83</nodo>
<nodo name="id_puerto_zarpe">1</nodo>
<nodo name="id_puerto_arribo">1065</nodo>
<nodo name="id_puerto_proximo"></nodo>
<nodo name="fecha_zarpe">02-04-2007 09:00:00</nodo>
<nodo name="fecha_estimada_arribo">17-04-2007 06:00:00</nodo>
<qth>
<nodo name="latitud">-2.2297222222</nodo>
<nodo name="longitud">-79.8738888889</nodo>
<nodo name="rumbo">0</nodo>
<nodo name="velocidad">0</nodo>
</qth>
<nodo name="estado">NAV</nodo>
</nave>
:
:
'

</naves>
</ns0:result>
</ns0:getNavesNavegandoResponseElement>
</env:Body>
</env:Envelope>


"everything is possible"
AnswerRe: how to return the xml from a web service and store it into a data grid? Pin
pabloraul11-May-07 6:07
pabloraul11-May-07 6:07 
QuestionHow to search in XML Pin
Stormint9-May-07 3:25
Stormint9-May-07 3:25 
AnswerRe: How to search in XML Pin
Stefan Troschuetz9-May-07 10:02
Stefan Troschuetz9-May-07 10:02 
QuestionDynamic XSD Pin
kashasd6-May-07 20:37
kashasd6-May-07 20:37 
AnswerRe: Dynamic XSD Pin
Stefan Troschuetz6-May-07 21:27
Stefan Troschuetz6-May-07 21:27 
Questionabout XML Pin
Hamsika rani5-May-07 14:45
Hamsika rani5-May-07 14:45 
QuestionC# combobox populated from xml file Pin
Planker5-May-07 4:49
Planker5-May-07 4:49 
QuestionXML MessageBoard Pin
AndreaTheDove4-May-07 7:43
AndreaTheDove4-May-07 7:43 
AnswerRe: XML MessageBoard Pin
Geo Pa4-May-07 8:07
Geo Pa4-May-07 8:07 
GeneralRe: XML MessageBoard Pin
AndreaTheDove4-May-07 9:14
AndreaTheDove4-May-07 9:14 
GeneralRe: XML MessageBoard Pin
Geo Pa4-May-07 9:33
Geo Pa4-May-07 9:33 
GeneralRe: XML MessageBoard Pin
AndreaTheDove4-May-07 9:45
AndreaTheDove4-May-07 9:45 
GeneralRe: XML MessageBoard Pin
Geo Pa4-May-07 9:58
Geo Pa4-May-07 9:58 
GeneralRe: XML MessageBoard Pin
AndreaTheDove4-May-07 10:08
AndreaTheDove4-May-07 10:08 
GeneralRe: XML MessageBoard Pin
AndreaTheDove4-May-07 21:23
AndreaTheDove4-May-07 21:23 
GeneralRe: XML MessageBoard Pin
Geo Pa5-May-07 4:33
Geo Pa5-May-07 4:33 
GeneralRe: XML MessageBoard Pin
AndreaTheDove5-May-07 5:11
AndreaTheDove5-May-07 5:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.