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
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