I am trying to call a WCF service from IOS Xcode. I am generating the code from WSDL using SuDz-C. The code is successfully generated as far as the Exposed classes and methods are concerned. But, the Enums that are exposed from my WCF service are not generated in the code.
When i access this service from a .Net client all the classes,methods and enums are generated successfully. But the IOS client has Enums miss开发者_如何转开发ing.
Can anyone help me out on how to get the Exposed Enum values from the WCF service.
Thanks
精彩评论