i am stuck in my app in which i need to call two webservice in same viewcontroller ,and parse the xml.
But i have no idea how can i parse the data of both the webservice.
i am stuck in my app in which i need to call two webservice
Share
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.
two web service method calls.Then in connection delegate methods by
comparing the connection objects do the appropriate task.Also to
parse the xml response call the methods in
connectionDidFinishLoading method by comparing the connection
object.
connectionDidFinishLoading method convert the received response to
NSString & find any string which differentiate the two responses to
call the respective parsing method