I have little(big) problem:/ I work with WSDL which has input values define in this way: user-id, transfer-id, etc. and after convertion from wsdl to objective-C there are errors because every using of id, xcode recognize as pointer of course. Could I somehow tell xcode that if he meet '-id' to treat as a string(and recognize id as pointer only if there is space before: ' id' or (id) )?
Asked
Active
Viewed 102 times
0
-
Can you include an example of the code that is giving you an error? – jrturton Apr 26 '12 at 17:44
1 Answers
0
I've solved my problem: the simplest way was to change (almost) every "-" in project to "_". Now I have error from server Code=500 "internal server error" and have no idea why:/

Patryk Grabowski
- 111
- 1
- 2
- 5