How can I post XML data format to server?
(I only know post paramters to server)
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
It will depend on the server. You could get the
NSData-bytesrepresentation of the XML data and, if you’re working with a RESTful web application, usePUTorPOSTwhen sending the data.