Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert small vbApp to vbscript

Status
Not open for further replies.

anyideas

Programmer
May 2, 2002
127
GB
hi,

I'm have an vb app that interacts with a wsdl file on a LAN server(simber), (me being the client).

It basically uses CallView Client to initiate manipulate and end calls.

I'm trying to convert the code to vbscript to run either on the client(prefered if possible) or on another server called mickey.

Heres the code:

Dim x As New MSSOAPLib.SoapClient

x.mssoapinit " Dim p As Variant
p = x.CallMake("11044", "2340", 1)


cheers, mark
 
Job Done... A few CreateObject and Set Statement and it all works great
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top