What steps will reproduce the problem?
1. Find a WSDL that includes dashes ('-') in object or property names
("My-Object")
2. Generate Objective-C code
What is the expected output?
Code with valid object, property and method names. ("MyObject" or "My_Object")
What do you see instead?
The objective-c code still includes the dashes ("@interface My-Object"), which
is not valid C syntax and does not compile.
What version of the product are you using? On what operating system?
Using v0.6 on Mac OS X 10.8.1.
Please provide any additional information below.
Original issue reported on code.google.com by blondepi...@gmail.com on 10 Sep 2012 at 4:58
Original issue reported on code.google.com by
blondepi...@gmail.com
on 10 Sep 2012 at 4:58