jzhone / wsdl2objc

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

Problem parsing anyType in xCode #209

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using WSDL2ObjC to consume a SOAP service in my iOS project. So I've 
followed all the stated instructions to generate files and copied all the files 
in my project, but the project failed to parse this line:

- (void)addAnyType:(anyType)toAdd;

The error I got is Expected a type pointing to anyType, so apparently something 
is missing here but I have no clue. Any suggestions? Thanks.

Original issue reported on code.google.com by ichigoch...@gmail.com on 13 Feb 2014 at 11:01