jzhone / wsdl2objc

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

Recursive Calls while processing the import of Large DTOs' XSDs #188

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create large Request or Response DTOs and add them to your webservice 
2. Generate WSDL and try to create the ObjC client using this Utility.

What is the expected output?
It should ideally generate the Client.

What do you see instead?
The code is gives recursive calls to 
- (void)processImportElement:(NSXMLElement *)el wsdl:(USWSDL *)wsdl
Which is in USParser.m
and the location 

NSLog(@"Processing schema import at location: %@", location);

What version of the product are you using? On what operating system?
Xcode4.3

Please provide any additional information below.
Problem in Thread 15: AXC_BAD_ACCESS (code=2, address=0x...)

Original issue reported on code.google.com by saurabhtiwaririshi on 9 Oct 2012 at 11:43

Attachments:

GoogleCodeExporter commented 9 years ago
Problem got resolved by using the patch that was listed in a previous post.

Original comment by saurabhtiwaririshi on 13 Oct 2012 at 10:30