Shun87 / wsdl2objc

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

Autogenerated schema prefixes generate illegal Objective-C classes #161

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Under some circumstances, the USParser will auto-generate a localPrefix for the 
current schema.

If the prefix is not overwritten later, it will end up generating classes of 
the form :

1_binding.h
@interface 1_binding
...

1_binding.m
@implementation 1_binding
...

I also noticed it missed a namespace by starting from 1.

Hope this helps.

Cheers, and thanks for your work.

Original issue reported on code.google.com by julien.f...@gmail.com on 15 Nov 2011 at 6:01

Attachments: