使用 List使用 wcf Web 服务; ksoap2 的参数
有wcf web服务,EnforceType是一个枚举类型:
[OperationContract]
string TestList(List<EnforceType> enforceType);
如何通过ksoap2使用这个wcf web服务?
感谢您的任何帮助。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个链接帮助我使用了ksoap2。它们真的很明显这个 是关于正确配置肥皂对象,这个 是关于将复杂对象映射到您的已经定义的对象。希望有帮助。
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.