IOS calling WCF service

I am trying to call a WCF service from IOS Xcode. I am generating code from WSDL using SuDz-C. The code has been successfully generated for Exposed classes and methods. But, the listings that are displayed from my WCF service are not generated in the code.

When I access this service from a .Net client, all classes, methods and enumerations are generated successfully. But the iOS client lacks Enums.

Can someone help me find out how to get Exposed Enum values ​​from WCF service.

thank

+3
source share

All Articles