Any idea when you will have a test for checking web services (SOAP)?
A previous post suggested that it would be available soon.
Thanks Craig
Web service (SOAP) support
This task had medium priority. Then we discovered simpy workaround - you may use Shell Script and MSSOAP.SoapClient object, so we lowered task priority.
Soap client
http://msdn.microsoft.com/en-us/library/ms997641.aspx
Shell Script:
http://www.ks-soft.net/hostmon.eng/mfra ... m#chkShell
Regards
Alex
Soap client
http://msdn.microsoft.com/en-us/library/ms997641.aspx
Shell Script:
http://www.ks-soft.net/hostmon.eng/mfra ... m#chkShell
Regards
Alex
-
- Posts: 2
- Joined: Sun Apr 25, 2010 3:51 pm
Web service (SOAP) support
The Microsoft SOAP Toolkit is deprecated by the .NET Framework. SOAP Toolkit support will be retired in April 2005.
Is this what you recommend using for SOAP monitoring?
Is this what you recommend using for SOAP monitoring?
BTW:
Old SOAP SDK works on Windows 2008 as well.
SDK available at http://www.microsoft.com/downloads/deta ... laylang=en
Note: in order to create SopaClient you should use CreateObject("MSSOAP.SoapClient30") command
Regards
Alex
Old SOAP SDK works on Windows 2008 as well.
SDK available at http://www.microsoft.com/downloads/deta ... laylang=en
Note: in order to create SopaClient you should use CreateObject("MSSOAP.SoapClient30") command
Regards
Alex