0
votes
1answer
46 views
ASIHTTPRequest code design
I'm using ASIHTTPRequest to communicate with the server asynchronously. It works great, but I'm doing requests in different controllers and now duplicated methods are in all those …
0
votes
2answers
63 views
iPhone: Get Response From Finished Request [ASIHttpRequest]
Hello all.
I am attempting to use ASIHttpRequest with the iPhone to get some information from a query-string based API on my site.
Currently, I am in the planning stages of my d …
0
votes
2answers
49 views
ASIHttpRequest NetworkQueue problem
Hey Guys,
I want to use the ASIHttprequest library to download some files, I am testing with their code and it is not working while the same code works on their sample
this is my …
0
votes
0answers
40 views
Using JSON with Objective-C to access web services.
Hi,
I am refering this link to access my JAX-WS web services.
JSON-RPC Bridge to XML Web Services and usage in Objective-C in iPhone.
I have successfully integrated my Web servic …
0
votes
1answer
90 views
iPhone and ASIHTTPRequest - Unable to start HTTP connection
Hi
I am using the ASIHTTPRequest class in order to communicate with a web service and get a response. This is how I send a request to the server
NSString *str = [NSString stringW …
1
vote
1answer
49 views
iPhone ASIHTTPRequest supports https?
Hi all
Does the iPhone librarby ASIHTTPRequest supports https protocol?
Thank you
0
votes
1answer
32 views
ASIS3request Amazon S3 XML format error
Dear Hepler,
I am using ASIS3request to upload a photo from iphone to Amazon S3
service.
Basically I followed the instruction on documentation.
However I gets the following erro …
1
vote
2answers
265 views
How do I detect a HTTP response, parse the xml and save to a NSString?
I've been trying to figure this out for weeks and i still get nothing. I am using the ASIHTTPRequest and ive successfully sent the data to a server and now I need to get the respon …
0
votes
1answer
123 views
ASIHTTPRequest: Encoding in post data
I'm using ASIHTTPRequest to send a form this way:
ASIFormDataRequest *request = [[[ASIFormDataRequest alloc] initWithURL:url] autorelease];
[request setPostValue:foo forKey:@"post …
0
votes
1answer
46 views
UI Freezing on ASINetworkQueue request
I am using ASIHTTpREQUEST
I am adding about 10 requests to ASINetworkQueue and calling go
( exactly like in the sample code ) .
But as soon as my queue starts my iphone ui total …
0
votes
1answer
249 views
ASIHTTPRequest: Receive delegates from several requests within a network queue
Hi,
I use ASINetworkQueue to send two requests, which are in a queue.
My problem is, that I'm not able to receive notifications when
a request fails/is done.
Code:
[networkQ …
