I want to ask if anybody has ever tried printing out the values of a NSMutableURLRequest *request;
Here\'s my scenario, I have formed my XML and tried sending it using F
NSLog(@"Request body %@", [[NSString alloc] initWithData:[request HTTPBody] encoding:NSUTF8StringEncoding]);