JavaScript invoke SOAP web service
利用SOAP(簡(jiǎn)單對(duì)象訪問協(xié)議)調(diào)用Web Service
腳本庫下載以及說明書:
http://www.guru4.net/articoli/javascript-soap-client/en/
12個(gè)實(shí)例:
http://www.guru4.net/articoli/javascript-soap-client/demo/en.aspx
The Client invokes the SOAPClient.invoke method using a JavaScript function and specifying the following:
* Web Service URL (pls note that many browsers do not allow cross-domain calls for security reasons)
* Web method name
* Web method parameter values
* Call mode (async = true, sync = false)
* CallBack method invoked upon response reception (optional for sync calls)
腳本庫下載以及說明書:
http://www.guru4.net/articoli/javascript-soap-client/en/
12個(gè)實(shí)例:
http://www.guru4.net/articoli/javascript-soap-client/demo/en.aspx
The Client invokes the SOAPClient.invoke method using a JavaScript function and specifying the following:
* Web Service URL (pls note that many browsers do not allow cross-domain calls for security reasons)
* Web method name
* Web method parameter values
* Call mode (async = true, sync = false)
* CallBack method invoked upon response reception (optional for sync calls)
posted on 2006-07-14 07:56 風(fēng)人園 閱讀(858) 評(píng)論(0) 編輯 收藏 所屬分類: JavaScript 、AJAX