Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7427903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:39:32+00:00 2026-05-29T08:39:32+00:00

I am trying to extract a value of a node in xml. I am

  • 0

I am trying to extract a value of a node in xml. I am facing some problems due to its name space. In below xml, I want the value of ‘faultstring’ tag.

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
 <SOAP-ENV:Fault>
  <faultcode>Error</faultcode>
  <faultstring>Invalid combination of Username and Password.</faultstring>
  </SOAP-ENV:Fault>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

I am using following code to get the value. But it throws error.

Dim xmlDoc As New XmlDocument
    Dim namespaces As XmlNamespaceManager = New XmlNamespaceManager(xmlDoc.NameTable)

    namespaces.AddNamespace("ns", "SOAP-ENV")
    xmlDoc.Load("SOAP.xml")
    Dim oNode = xmlDoc.SelectSingleNode("ns:Envelope/ns:Body/ns:Fault/faultstring")
    MsgBox(oNode.InnerXml.ToString)

I am not getting any solution. If anyone can help with this ! Thank you !

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T08:39:33+00:00Added an answer on May 29, 2026 at 8:39 am

    As i did not get any help on my question, I tried myself. The solution code goes as follows.

        Dim xmlDoc As New XmlDocument
        Dim namespaces As XmlNamespaceManager = New XmlNamespaceManager(xmlDoc.NameTable)
    
        namespaces.AddNamespace("SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/")
        xmlDoc.Load("SOAP.xml")
    
        Dim xPathString = "/SOAP-ENV:Envelope/SOAP-ENV:Body/SOAP-ENV:Fault/faultstring"
        Dim oNode = xmlDoc.SelectSingleNode(xPathString, namespaces)
    

    It works fine now !! cheerss !!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to extract the StateLongName and StateShortName values from the xml below. I
I am trying to extract the value attribute of XML tag in Tridion rich
I'm trying to extract some data from XML using Linq to XML, and I
I have been trying to read an xml file. I have to extract value
I'm trying to extract the value of the node GoodEmail from a SOAP response.
I’m trying to parse some JSON from the twitter API and extract the value
I am trying to extract some data from XML but when I execute the
I am trying to extract the port from a given in_addr value in windows.
I am trying to extract the content of a single "value" attribute in a
I'm trying to extract the mileage value from different ebay pages but I'm stuck

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.