I could use some help calling a web service from VBScript. I can't find any example that I've successfully been able to implement. I'm just trying to get a test web service to work, I just picked one from www.webservicemart.com. And I guess I really just have no idea what I'm doing. Are...
I am getting the "Expected End of Statement" error around line 9. I numbered the lines below so you can see
7 Dim FileObject = CreateObject("Scripting.FileSystemObject")
8 Dim UserFile = FileObject.GetFile("user.txt")
9 Dim UserStream = UserFile.OpenAsTextStream(2)
What could I be doing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.