ios - NSURLConnection Lost Connection -


i have app 100k+ users connects using soap web service. works fine users except using nsurlconnection keep getting error:

error domain=nsurlerrordomain code=-1005 "the network connection lost." userinfo=0xac16c70 {nserrorfailingurlstringkey=https://mail.scripps.org:443/ews/exchange.asmx, nserrorfailingurlkey=https://mail.scripps.org:443/ews/exchange.asmx, nslocalizeddescription=the network connection lost., nsunderlyingerror=0x133b0eb0 "the network connection lost."} 

this happens servers. servers have ntlm authentication works 95% of time reason i'm getting error , have no idea why.

any appreciated.

this question identified problem having. instead of soap, i'm using jsonrpc.

the solution simple. needed:

[mymutableurlrequestobject sethttpmethod:@"post"]; 

Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -