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.
精彩评论