Calling WCF Service in iOS Select DataBase
Calling WCF Service in iOS Select DataBase - connect button (IBAction)buttonClick and coding in ViewController.m -( IBAction )buttonClick:( id )sender { webData = [[ NSMutableData alloc ] init ]; NSString *soapMessage = [ NSString stringWithFormat : @"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" "<SOAP-ENV:Envelope \n" "xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" \n" "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" \n" "xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\" \n" "SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\" \n" "xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"> \n" "<SOAP-ENV:Body> \n" "<GetData xmlns=\"http://tempuri.org/\">""<name>NOOKOWL</name>...