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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T15:35:00+00:00 2026-05-19T15:35:00+00:00

I am looking for a way to remove the envelope around my SOAP Response.

  • 0

I am looking for a way to remove the envelope around my SOAP Response. The Data is in JSON but doesnt really have levels so if I can remove the envelope I know I can parse it because I put the data into a json file and got the parser working for it. My only problem when I get the response from the server is the envelope surrounding the data.

I have looked alot but cant seem to find a answer. Any help and sample code is appreciated!

This is my soap response

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <AuthenticateUserResponse xmlns="http://tempuri.org/">
         <AuthenticateUserResult>{"isValid":true,"isContractor":false,"isExpired":false,"isApproved":true,"userID":"e2be94cb-2e74-4eae-91a9-d874735b8647","userType":"DUMP ","trucks":1}</AuthenticateUserResult>
      </AuthenticateUserResponse>
   </s:Body>
</s:Envelope>

I am looking to pull this.

{"isValid":true,"isContractor":false,"isExpired":false,"isApproved":true,"userID":"e2be94cb-2e74-4eae-91a9-d874735b8647","userType":"DUMP ","trucks":1}

I could be taking a wrong approach but any help is greatly appreciated.

  • 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-19T15:35:01+00:00Added an answer on May 19, 2026 at 3:35 pm

    This may or may not be overkill for your needs, but here’s how I’m doing it.

    Get yourself an NSXMLParser. Set its delegate.

    In the delegate, look for these methods:

    - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName attributes:(NSDictionary *)attributeDict
    
    - (void)parser:(NSXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName
    
    - (void)parser:(NSXMLParser *)parser foundCharacters:(NSString *)characters
    

    In the didStartElement method, check if elementName is AuthenticateUserResult. If it is, set a boolean isInAuthenticateUserResult = YES;

    In the didEndElement method, set that boolean to no.

    In the foundCharacters method, if the boolean is YES then the characters are your JSON.

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

Sidebar

Related Questions

I have been looking for a way to remove an attachment from Jira using
I'm looking for a way to remove lines within multiple csv files, in bash
I am looking for a way to remove all <table*> <tr*> <td*> </td> </tr>
I am looking for a way to remove some characters from the end of
I'm looking for a simplest way to remove duplication in my WPF code. Code
I am looking for the fastest way to remove duplicate values in a string
I'm looking for a smart way to remove a subview (with removeFromSuperview ) when
For all jQuery experts, looking for a clean way to remove a span, and
I am looking for a way to remove 'stray' carriage returns occurring at the
I'm looking for a way to remove these characters from a string in javascript

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.