Help needed to write input for .net web services
- by MaheshBabu
Hi folks,
i am new to iphone web services.
I need to get data from .net web server for that my soap message is
NSString *xml = [NSString stringWithFormat:@"<MortgageGetLoanOfficerInfo><PhoneNumber>919703661366</PhoneNumber></MortgageGetLoanOfficerInfo>"];
NSString *soapMessage = [NSString stringWithFormat:
…