class ViewController: UIViewController,XMLParserDelegate,URLSessionDelegate{ @IBOutlet var mobileNumberTF: UITextField! var mutableData ...
Read More
Showing posts with label soap message. Show all posts
Showing posts with label soap message. Show all posts
soap nssession
-(void)ClientDashboard { //first create the soap envelope soapMessage = [NSString stringWithFormat:@"",companyName,userName...
Read More
nsurlsession in soap
NSURLSession *session = [NSURLSession sessionWithConfiguration: [NSURLSessionConfiguration defaultSessionConfiguration] delegate:self deleg...
Read More
soap response in JSON
id data = [NSJSONSerialization JSONObjectWithData:[string dataUsingEncoding:NSASCIIStringEncoding] options:0 error:nil]; NSArray *ary=[dat...
Read More
SOAP Message request and XMLParsing in iOS app
– (void)viewDidLoad { [super viewDidLoad]; NSString *soapMessage = [NSString stringWithFormat:@”<?xml version=\”1.0\” encoding=\”u...
Read More
Subscribe to:
Posts (Atom)