|
-
Dec 18th, 2002, 05:01 PM
#1
Thread Starter
Lively Member
what is the dot net equvilant to msxml.dll
What is the .net equvilaint msxml.dll
"All those who wonder are not lost" -j.r.r tolkien
-
Dec 18th, 2002, 06:04 PM
#2
System.XML
It has an XMLDocument and XMLNode object plus a bunch more.
-
Dec 19th, 2002, 05:15 PM
#3
Thread Starter
Lively Member
Im looking for the equivlaint of this method in particulair
Dim XMLCONNECTION As New MSXML2.ServerXMLHTTP40()
And Icouldnt find the equvaliant does one exist it grab an xml stream by passing it the address and a username and password Im hoping there is because im plaining on passing it to a dataset.
"All those who wonder are not lost" -j.r.r tolkien
-
Dec 19th, 2002, 05:18 PM
#4
Sorry I guess I'm not familiar enough with msxml. What is it you are trying to do?
If you want to load an xml file into a dataset then you can use the dataset method ReadXML. I believe it takes a path to an xml file or just pure xml as a string.
-
Dec 20th, 2002, 10:55 AM
#5
Thread Starter
Lively Member
Im trying to recieve an xml stream basically from another web page that requires a user name and password to be sent to it and it returns a xml stream Im not familiar with this myself except for with that is what I just explained. I hope I can get some help on this
"All those who wonder are not lost" -j.r.r tolkien
-
Dec 20th, 2002, 11:07 AM
#6
you probably need to look into System.Net.HttpWebRequest
and System.Net.HttpWebResponse
-
Dec 20th, 2002, 11:16 AM
#7
Thread Starter
Lively Member
Ill look into that thanks
"All those who wonder are not lost" -j.r.r tolkien
-
Dec 20th, 2002, 12:12 PM
#8
do a google search for: vb.net httpwebresponse xml stream
I got alot of hits on that.
-
Dec 23rd, 2002, 02:09 PM
#9
Thread Starter
Lively Member
I didnt find to much i saw that you could get the stream from a url using those methods but I didnt see any where to pass a password and userid Im assumming credentials maybe but it wasnt to clear from any of the examples.
"All those who wonder are not lost" -j.r.r tolkien
-
Jan 2nd, 2003, 02:41 PM
#10
Thread Starter
Lively Member
I was able to figure out how to do what I need to do I just used the system.net class and got a stream which then I passed to a dataset via the readxml method.
"All those who wonder are not lost" -j.r.r tolkien
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|