senojsitruc / wsdl2objc

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

program crashes #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I downloaded version 0.5 (on 12 March 2009). I tryed to use it pointing to 
these wsdl (two of the 
web services of www.xmethods.net):
http://www.aswinanand.com/sendsms.php?wsdl
http://www50.brinkster.com/vbfacileinpt/np.asmx?wsdl
but when launched, the program crashes.
Therefore, I downloaded the project code and executed it in debug mode and I 
saw the code 
enters into an infinite recursive loop in the method:
- (void)appendType:(USType *)type toHString:(NSMutableString *)hString 
mString:(NSMutableString 
*)mString

(that is, this method calls recursively itself an infinite number of times, and 
therefore crashes)

Original issue reported on code.google.com by fabio...@gmail.com on 12 Mar 2009 at 10:27

GoogleCodeExporter commented 8 years ago
Working on a fix right now as part of a much larger issue: recursive parsing.

Original comment by hasse...@gmail.com on 5 Sep 2009 at 5:07

GoogleCodeExporter commented 8 years ago
Same issue as #15. Will fix.

Original comment by hasse...@gmail.com on 5 Sep 2009 at 5:09