Click here to Skip to main content
15,891,708 members

Comments by ashishdhingra (Top 12 by date)

ashishdhingra 30-Jan-14 2:02am View    
Here is an example to call method GetQuote
set SOAPClient = createobject("MSSOAP.SOAPClient")
SOAPClient.mssoapinit "http://www.webservicex.net/stockquote.asmx?WSDL"
WScript.Echo "MSFT = " & SOAPClient.GetQuote("MSFT")
ashishdhingra 5-Mar-13 2:13am View    
i have used Process.Start("shutdown.exe"),it creates a process in windows task manager,but not unable to reboot.And this aspx page is working fine on client machine(XP).server is windows 2008 server.
ashishdhingra 4-Dec-12 6:27am View    
i dont have this dll and sgfpamx.dll with me.i read the documentation,it was clearly mentioned that these two are required at run time.but i dont know from where to get these dlls.
ashishdhingra 4-Dec-12 6:18am View    
i have got a sample code.but when i run that program,i encounter error!sgfpdib.dll missing.
ashishdhingra 3-Dec-12 0:11am View    
Are you able to use it in web application.I have same requirement.can you share activex and sdk code for asp.net