nishigandharajurkar / wsdl2objc

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

after adding the generated code to the project, get all kinds of compiler errors #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. take the WSDL attached and generate code
2. add all the code to an iphone project
3. follow the instructions on the wiki to make sure everything is setup
correctly
4. build said project

What is the expected output?

no compiler errors

What do you see instead?

~200 compiler errors

What version of the product are you using? On what operating system?

latest from svn on mac osx 10.5

Please provide any additional information below.
WSDL is attached below

Original issue reported on code.google.com by Zach...@gmail.com on 1 Oct 2009 at 2:04

Attachments:

GoogleCodeExporter commented 9 years ago
The problem is that you've got illegal characters in the binding names.
Replace in your WSDL in the binding and port names the string "user." with 
"user_" and regenerate the code.

Original comment by hasse...@gmail.com on 1 Oct 2009 at 2:21