Results 1 to 10 of 10

Thread: what is the dot net equvilant to msxml.dll

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    outerspace
    Posts
    126

    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

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    System.XML

    It has an XMLDocument and XMLNode object plus a bunch more.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    outerspace
    Posts
    126
    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

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    outerspace
    Posts
    126
    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

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    you probably need to look into System.Net.HttpWebRequest
    and System.Net.HttpWebResponse
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    outerspace
    Posts
    126
    Ill look into that thanks
    "All those who wonder are not lost" -j.r.r tolkien

  8. #8
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    do a google search for: vb.net httpwebresponse xml stream

    I got alot of hits on that.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    outerspace
    Posts
    126
    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

  10. #10

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    outerspace
    Posts
    126
    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
  •  



Click Here to Expand Forum to Full Width