Shun87 / wsdl2objc

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

Generates a class with a number instead a name. #156

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When finish parsing the wsdl when generates the class
2.
3.

What is the expected output?
For example a n_1.h 

What do you see instead?
1.h

What version of the product are you using? On what operating system?
wsdl2obj-0.7. Mac OS X versión 10.6.8

Please provide any additional information below.

I'm using this wsdl, http://es.prisadev.com/services/ECSUserWebService?wsdl , 
and when finish the parser this generates a class 1.h and 1.m, and when i 
import this class to my xcode project and compile they give me a error, and i 
think this is about the name of the class can't bee 1.h . Is there any thing to 
do? Is there any option in the wsdl2objc to set the name of the class with a 
name and numbers?

Thanks and forgive my English

Original issue reported on code.google.com by sergiogi...@gmail.com on 28 Jul 2011 at 7:38