I am trying to create a http body that I am going to pass in using NSURLRequest post. I have my connection class all set up. The thing is i have several methods that return NSStrings and UInt32's and one construction method that I want to use to put all of these methods into one http body which will be of data type format. However I'm not sure how to call these methods that return the correct data from my construction method to gather the data into one data object. here is some code that I have (shortened so its a little clearer) these methods are used to return the data needed - (UInt32) addDataVer { UInt32 dataVer = 0; return dataVer; } - (NSString *) addReg { NSString *reg = [[NSString alloc] initWithString:@"abcd1"]; return reg; } - (NSString *) addActiv { NSString *activ = [[NSString alloc] initWithString:@"abcd2"]; return activ; } from here I'm not sure what to do, or how to get the data. I have created a constru...
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update