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 9141031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:35:36+00:00 2026-06-17T09:35:36+00:00

I generate request to a certain API which is mentioned here for sending an

  • 0

I generate request to a certain API which is mentioned here for sending an sms http://help.voxeo.com/go/help/evolution.sms.postapi

The request generates an XML response as follow

 <rsp stat="ok">

 <success msg="accepted" transactionid="2e47fe224d25559a696a7bdddec1828b" messageid="cf0d21f067e5b386a2e042134687eb5c"/>

  </rsp>

I want to read if rsp stat in response is ok or fail how can i do it .

These are the first two lines how can i get particular xml tag out of response stream

 HttpWebResponse response = (HttpWebResponse)myReq.GetResponse();

 Stream content = response.GetResponseStream();
  • 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-06-17T09:35:37+00:00Added an answer on June 17, 2026 at 9:35 am

    Why not use XmlDocument to parse the XML. For example,

    using(var reader = new StreamReader(content))
    {
       var doc = new XmlDocument();
       doc.LoadXml(reader.ReadToEnd()); 
       // you may want to compare case in-sensitive
       if (doc.DocumentElement.Attributes["stat"].Value == "ok") 
       {
           // success
       }
    }
    

    (There is also Load method that would load from stream directly but I am not sure if it expects xml declaration at the beginning or not)

    Yet another alternative is using XmlReader in case response could be lengthy and you wants to parse the initial bits as soon as its available.

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

Sidebar

Related Questions

I'm using the PayPal API to Request Permissions from a merchant to access certain
I have an Zend Application that generate URL like that http://miapp.com/module/controller/action/params/values I want to
I need to send http request to certain URL via jsp (by clicking on
I'm using Rampart to generate a request. I have a policy.xml that is used
I've been tasked to do generate some reports on our Request Tracker usage. Request
We have a web server which has exposed an api where the client can
I'm attempting to generate a signature for an Amazon Glacier upload request, using the
Ive got a image cache system that im using to generate certain image sizes
I am Using Spring WebServiceTemplate to make webservice call which uses JAXB to generate
I want to wrap and modify the response to an HTTP request to my

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.