Calling VB function from VBscript
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?
精彩评论