开发者

IOS calling WCF service

开发者 https://www.devze.com 2023-02-17 02:15 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消