jzhone / wsdl2objc

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

Possible conflicts WSDL symbols vs Objective C keywords #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Prepare WSDL file with a method or parameter name which is in conflict with 
Objective C keyword (for example: id, self)
2. Generate code
3. Try to compile it

Actual result:
problems with compilation

Expected result:
if some symbol in wsdl uses some Objective C keyword avoid conflicts by use of 
prefix or suffix (preferred solution).

Tested on version 0.6.

Original issue reported on code.google.com by MarekRus...@gmail.com on 30 May 2011 at 2:26