开发者

consume wcf web service with List<T> parameter by ksoap2

there is wcf web service, EnforceType is an enum type:

[OperationContract开发者_如何转开发]
string TestList(List<EnforceType> enforceType);

how to consume this wcf web service by ksoap2?

Thanks for any help.


this links helped me use ksoap2.They are really ecplicit this one is about configuring the soap objects correctly and this one is about mapping complex objects into your already defined objects.Hope is helps.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜