Shrutimarkad123 / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

Crash when call performSynchronousOperation #182

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create binding and bindingResponse to call webservice
2. call performSynchronousOperation
3. crash at line: while (!synchronousOperationComplete && [theRL 
runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantFuture]]);

What is the expected output?
the webservice response
What do you see instead?
crash here: while (!synchronousOperationComplete && [theRL 
runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantFuture]]);

Please use labels and text to provide additional information.
In my app there are many binding interface for each webservice. Almost it runs 
normally, but I met this problem with a webservice. I really don't understand 
what different between it and others.

What version of the product are you using? On what operating system?
wsdl2objc 0.7, iOS 5.o - Xcode 4.2

Original issue reported on code.google.com by vinh.ste...@gmail.com on 7 Apr 2012 at 2:43

GoogleCodeExporter commented 8 years ago
I found this problem. I have some code wrong in - 
(void)connectionDidFinishLoading:(NSURLConnection *)connection:
 {here I parse xml from response and create NSDictionary to store my data}

Original comment by vinh.ste...@gmail.com on 7 Apr 2012 at 4:04

GoogleCodeExporter commented 8 years ago
Hi I am facing the same problem. I am receiving HTTP Response status code as 
302. After getting 302 I will go for retry only, I don't want to redirect to 
actual URL. This is the requirement. Do you find solution for this problem 
please share with me. I also checked in 
void)connectionDidFinishLoading:(NSURLConnection *)connection but it seems to 
be an OK code on my side.
Anybody facing the same problem and found solution please share.
Thanks in Advance

Original comment by shantanu...@gmail.com on 25 Apr 2014 at 6:16