开发者

Calling VB function from VBscript

开发者 https://www.devze.com 2023-02-09 18:21 出处:网络
wsdl tool coverts a wsdl file which is a xml file into specified language file. wsdl describes a web service. i want to consume a web service. so using its wsdl file i ve generated a vb file( i specif

wsdl tool coverts a wsdl file which is a xml file into specified language file. wsdl describes a web service. i want to consume a web service. so using its wsdl file i ve generated a vb file( i specified vb as option while generating this using wsd开发者_如何学Gol tool). How can I call methods of this file from vbscript.


Is it possible to execute a .NET assembly(dll) from vbscript?

How do I call .NET code (C#/vb.net) from vbScript?

Access a custom .NET DLL in VBScript

calling .NET COM object from VBScript

Why is this C# COM class usable from VBScript but not JScript?

0

精彩评论

暂无评论...
验证码 换一张
取 消