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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T21:29:05+00:00 2026-05-16T21:29:05+00:00

i am making an app in which user’s data is send to a server…the

  • 0

i am making an app in which user’s data is send to a server…the data should be in xml format.

presently i have made a string and put all into it…like following format
NSString *s=[[NSString alloc]initWithFormat:@”%@%@”,name.text,address.text];
(this is just an example i have made a string with full xml tags including xml version tag)
and then send this through http post method….
i did it but dont know how to get response of server…please help …any code will be helpful…..
waiting for answer

  • 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-16T21:29:06+00:00Added an answer on May 16, 2026 at 9:29 pm

    Take a look at NSURLConnection. You essentially create a connection, register a delegate, kick off the request and build the response as the data is passed to your delegate.

    I’m working from memory here, but essentially:

    • Create an NSURLRequest for your request to your server
    • Create an NSURLConnection using the initWithRequest:(NSURLRequest *)request delegate:(id)delegate init method, passing a suitable delegate.

    The request will be made, and the response will be passed back to your delegate in:

    - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data
    

    I’ve not tested this, but something like:

    NSMutableURLRequest * request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"SERVER"] 
    
    [request setHTTPMethod:@"POST"]; 
    [request setHTTPBody:@"Your XML"];
    
    NSURLConnection * conn = [[NSURLConnection alloc] initWithRequest:request delegate:self]; 
    

    Then in your delegate you can build the response using the data provided in the didReceiveData:(NSData *)data and didReceiveResponse:(NSURLResponse *)response methods.

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

Sidebar

Related Questions

I'm making an app with which the user can record sound and send it
I am making an app which basically presents data (from plist) to user in
I am making an app in which I have to encrypt the xml from
I am making an app in which i have to encrypt the data and
I'm making a small web app in which a user enters a server URL
Hi i'm making an app which need to get user's gmail account contact list
I'm making an app in which I open a BrowserField and the user can
I'm making a Django web-app which allows a user to build up a set
I am practicing making a web app which tries to read the user's twitter
Iam making an app which has one index.php file. I also have these other

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.