导读:
If you are using Microsoft IE 5 or later, you can use the behavior/HTML-Component "WebService" to access a Web service. The "WebService" behavior communicates with Web services over HTTP using Simple Object Access Protocol (SOAP).
To use the "WebService" behavior, you must attach it to an element using the STYLE attribute, as follows:
STYLE="behavior:url(webservice.htc)"> STYLE="behavior:url(webservice.htc)">
A complete example taken from the Microsoft Web site is as follows:
Enter a Value
style="behavior:url(webservice.htc)"
onresult="onmyresult();"> style="behavior:url(webservice.htc)"
onresult="onmyresult();">
本文转自
http://study.qqcf.com/web/242/28052.htm
If you are using Microsoft IE 5 or later, you can use the behavior/HTML-Component "WebService" to access a Web service. The "WebService" behavior communicates with Web services over HTTP using Simple Object Access Protocol (SOAP).
To use the "WebService" behavior, you must attach it to an element using the STYLE attribute, as follows:
STYLE="behavior:url(webservice.htc)"> STYLE="behavior:url(webservice.htc)">
A complete example taken from the Microsoft Web site is as follows:
Enter a Value
style="behavior:url(webservice.htc)"
onresult="onmyresult();"> style="behavior:url(webservice.htc)"
onresult="onmyresult();">
本文转自
http://study.qqcf.com/web/242/28052.htm
本文介绍如何使用Microsoft IE5及以上版本的浏览器通过行为/HTML组件WebService访问Web服务。WebService组件通过SOAP协议与Web服务进行HTTP通信。文章提供了一个具体的示例,展示如何将WebService行为绑定到元素上并调用Web方法。
74

被折叠的 条评论
为什么被折叠?



