简体   繁体   中英

wsdl in iphone and '-id' in value name

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) )?

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:/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM