当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 4.8使用vb6.0调用 需下载msSoapTo
 

 

    摘要: 需下载mssoaptoolkit20.exe 引用:mssoap.soapclient 例程: var wsdl_url = "http://192.168.0.4/yundan/service1.wsdl" wscript.echo("connecting: " + wsdl_url) var calc = wscript.createo......
    摘要: 4.1 使用powerbuilder调用 适用版本8.0 需下载bulletin web services toolkit 4.1 4.2使用java调用 需要下载apache soap。下载地址:http://xml.apache.org/soap/index.html 导入: import org.apache.soap.*; import org.apache.soap.r......


webservice系列教学(9)-如何调用webservice(vb6.0,vbscript)
4.8使用vb6.0调用 需下载mssoaptoolkit20.exe 添加引用:microsoft soap type library 位置:”c:\program files\common files\mssoap\binaries\ mssoap1.dll”     调用方法:     dim cc as new mssoaplib.soapclient     例程:     新建工程标准exe添加3个textbox控件,text1,text2,text3添加一个button控件command1     代码如下:     option explicit dim cc as new mssoaplib.soapclient private sub command1_click() cc.mssoapinit "http://192.168.0.4/yu
...   下一页
    摘要: view-textgraphic.asmx <%@ webservice language="vb" class="textgraphic" %> 2 3 imports system 4 imports system.web.services 5 imports system.io 6 imports system.d......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE