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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:23:51+00:00 2026-05-31T14:23:51+00:00

I am getting a response from a web service call in XML format. I

  • 0

I am getting a response from a web service call in XML format. I want to search for the status string in the XML response and proceed further depending on its value. How can I do this? The response is below:

<META NAME="ColdFusionMXEdition" CONTENT="ColdFusion DevNet Edition - Not for Production Use."><?xml version="1.0" encoding="UTF-8"?>
<ParticipantService>
    <Response>
        <student_id>10082</student_id>
    </Response>
    <RequestStatus>
        <Code>1</Code>
        <Status>SUCCESS</Status>
        <Message>Valid Credentials.</Message>
    </RequestStatus>
</ParticipantService>
  • 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-31T14:23:52+00:00Added an answer on May 31, 2026 at 2:23 pm

    You can use NSXmlParser. If you are checking only for status you can do some string manipulation as follows,

    NSString *mystring = @"<Response><status>SUCCESS</status> </Response>";
    NSString *neededString = nil;
    NSScanner *scanner =[NSScanner scannerWithString:mystring];
    [scanner scanUpToString:@"<status>" intoString:NULL];
    [scanner scanString:@"<status>" intoString:NULL];
    [scanner scanUpToString:@"</status>" intoString:&neededString];
    NSLog(@"%@",neededString);
    if ([neededString isEqualToString:@"SUCCESS"]){  //do what you like. }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting response from web service in xml format and data are inside
I want to read a response from a non-wsdl web service call using JAXB.
I am getting responses from two different web services in XML format. Both web
I am calling a web service from my android client application. After getting response
I'm getting an Ajax response from a web service, and I'm not sure what
I am getting the response from web service shown below <html><head> <style type=text/css> body{
I am getting JSON response from the server..Inside that JSON string i am having
I'm struggling getting the JSON string that was sent from a web page to
I had a problem getting a VB.NET web service client to receive the response
I'm calling a web service from an Apache Axis 1.4 Java client. The call

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.