I am sending SOAP request from my iPhone app.It is working well on all versions of iOS except iOS4.3. Web service is secure开发者_StackOverflowd and taking credentials, I am provide it through code. I
I am making an (asynchronous) url request. In the delegate function connectionDidFinishLoading I assign the response of the server to an instance variable.
Also I know that anything that I create using alloc I have to release it, but when I try to release \'request\' object using [request开发者_开发百科 release];it throws the following error:
Ok, I\'m having trouble finding an answer to this that isn\'t just use JSON or ASIHTTPRequest.But my question is a little more specific, I think.I only program as a hobby, so I\'m no expert.With that
i want to download file(s) from web server. Scenario: As user will select row (file name- user can select 1 or more files to download) and and press download, i am getting URL for each file(all have
Is there an Objective-C version of Artifice? If not, how would I design/develop/create it? Related Questions
I am getting the below c开发者_JAVA百科rash log in my iphone code and I am not able to understand what I am doing to wrong or how to fix it.
I developing an iPhone applica开发者_开发知识库tion..and i facing one problem that i need to download an mp3 file from some FTP server and i used NSURLConnection with NSURLRequest
Given the following symbolicated crash log, is it more likely that the crash occurred due to the ASIHTTPRequest on Thread 5 or the NSURLConnection on Thread 3? I ask because this question has similar
Have such a problem, hope you\'ll help me.. Can\'t find anywhere. Here is the code i\'m using: NSURL *serverURL = [NSURL URLWithString:@\"http://someServer.com/Lo开发者_运维知识库gin\"];