Hi all,,
I'm trying to make a program, that calls a webservice, and then does
somthing about the data, that i recive..
But i don't know what to do with this data??.. i tried to load into an
xmldocument, but i recives an error??
If i load it ito an object by:
Dim myProxy As New Proxy_WebServic e.function1()
Dim obj As Object
obj = myProxy.functio nGetData("1", "2004-11-27")
Then the obj contains an system.array wich have 2 System.Xml.XmlA ttribute
and 1 System.Xml.XmlE lement
How does i get that "readable"? ? do i have to make an XmlFormatter or??
Another question: is it nesscery to any thing else to the wsdl-deffiniton??
I have only add'ed the .vb-file to my project. And then started using it.. og
do i have to convert it into an .dll-file??
I'm trying to make a program, that calls a webservice, and then does
somthing about the data, that i recive..
But i don't know what to do with this data??.. i tried to load into an
xmldocument, but i recives an error??
If i load it ito an object by:
Dim myProxy As New Proxy_WebServic e.function1()
Dim obj As Object
obj = myProxy.functio nGetData("1", "2004-11-27")
Then the obj contains an system.array wich have 2 System.Xml.XmlA ttribute
and 1 System.Xml.XmlE lement
How does i get that "readable"? ? do i have to make an XmlFormatter or??
Another question: is it nesscery to any thing else to the wsdl-deffiniton??
I have only add'ed the .vb-file to my project. And then started using it.. og
do i have to convert it into an .dll-file??
Comment