KanikaVarma / sudzc

Automatically exported from code.google.com/p/sudzc
0 stars 0 forks source link

SoapRequest doesn't pass SoapFault to the delegate's selector #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Perform a service call with a delegate and a selector
2. Set up the call so it will produce a SoapFault
3. Log the value received in the selector

What is the expected output? What do you see instead?
Expected output is an informative SoapFault object. Instead, value is nil.

Please provide any additional information below.
In the method

- (void)connectionDidFinishLoading:(NSURLConnection *)connection;

the SoapFault object should be passed to the selector rather than the output 
variable which is always nil at that point.

I wrote a bit more info + quick fix @ 
http://stackoverflow.com/questions/4958394/sudzc-iphone-soap-how-can-i-handle-a-
soap-fault-using-this-library-auto-generat/5633311#5633311

Original issue reported on code.google.com by bart.van...@gmail.com on 12 Apr 2011 at 9:58

GoogleCodeExporter commented 9 years ago
I had the same problem with the same fix. I would appreciate it if there would 
be a fix for that. I would do the fix myself if i get access to the project.

Best regards and thx for this great SOAP class generation solution.

Original comment by dominik....@gmail.com on 18 May 2011 at 7:41