jzhone / wsdl2objc

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

output *bodyObject #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. trying to generate objC code
2. generated code has undeclared variables
                                    _output *bodyObject = [_output deserializeNode:bodyNode];
                                    //NSAssert1(bodyObject != nil, @"Errors while parsing body %s", bodyNode->name);
                                    if (bodyObject != nil) [responseBodyParts addObject:bodyObject];

3. and blank imports

#import ".h" 

What is the expected output?

What do you see instead?

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

Please provide any additional information below.

Original issue reported on code.google.com by oleg_sta...@yahoo.com on 24 Feb 2011 at 9:42

GoogleCodeExporter commented 9 years ago
Could be that your WSDL has variable and method names with special characters.
Please try and compile the latest SVN version if you know how to do that, and 
let me know if it still fails.

Original comment by hasse...@gmail.com on 1 Mar 2011 at 1:24