动态调用 WebService
发布时间:2020-12-17 01:26:26 所属栏目:安全 来源:网络整理
导读:动态调用 WebService 1. 配置 IIS 绑定 IP地址 2. 在 SL 中引用 WebService 3. 在需要调用 WebService 的地方写下列代码: WCF : ? ? WCF ?1 BasicHttpBinding?basicBinding? = ? new ?BasicHttpBinding(); ?2 ?3 CustomBinding?binding? = ? new ?CustomBind
动态调用 WebService 1. 配置 IIS 绑定 IP地址 2. 在 SL 中引用 WebService 3. 在需要调用 WebService 的地方写下列代码:
? ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9 10 11 12 13 14 15 16 17 //172.168.1.100/DynamicInvokeWCF.Web/DynWCF.svc18 19 20 21 22 23 24 25 26 27 ? ? 传统 WebService: ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9 10 11 12 13 14 15 ? 这样就可以动态的调用 webservice 了.? 完全不需要 ServiceReferences.ClientConfig 文件了. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |