Shun87 / wsdl2objc

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

Generated Code Does Not Compile When Object Names Include Dashes #187

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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