KanikaVarma / sudzc

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

Web service methods or type properties either generate wrong code or override standard Objective-C object methods #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Parse a WSDL on sudzc.com site
2. Watch compile errors to appear. ;)

What is the expected output? What do you see instead?
If a type attribute is "description" or "new", don't create properties with 
those names - add an underscore. Getters of those properties override standard 
methods of the Objective-C types.
e.g. [task description]

Also, if the web service methods include dots or hyphens, they get transformed 
into illegal class names, like @class TasksWebService.doLogin

Original issue reported on code.google.com by maciej.rutkowski on 14 Apr 2011 at 8:57