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
Original issue reported on code.google.com by
ichigoch...@gmail.com
on 13 Feb 2014 at 11:01