I have implemented following code and got the following error. I am unable to solve my problem :
[manager.requestSerializer setValue:@"application/soap+xml; charset=utf-8" forHTTPHeaderField:@"Content-Type"];
error:
{ status code: 500, headers {
"Cache-Control" = private;
"Content-Length" = 1666;
"Content-Type" = "application/soap+xml; charset=utf-8";
Date = "Fri, 12 Jun 2015 04:33:18 GMT";
Server = "Microsoft-IIS/8.0";
"X-AspNet-Version" = "4.0.30319";
"X-Powered-By" = "ASP.NET";
} }, NSUnderlyingError=0x7fa4404463e0 "Request failed: unacceptable content-type: application/soap+xml"}
You have to add application/soap+xml as an acceptable content type in your responseSerializer.
e.g.