Shun87 / wsdl2objc

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

Header duplicating issue #123

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a web service which has a header section
2. Generate the code using wdsl2objc
3. check the main .h or .m files

What is the expected output?
Only one header class and variables should be defined.

What do you see instead?
Two header classes and variables are generated.
easily check the duplicating issue when compiling.

What version of the product are you using? On what operating system?
This issue exist in wdsl2objc 0.6 and 0.7

Please provide any additional information below.

Original issue reported on code.google.com by dines...@gmail.com on 16 Dec 2010 at 10:11