Invoke a Web Service Call
I would like to invoke a web service call from a coded step in Test Studio and verify its response.
Solution
Below you will find a code sample which demonstrates one possible solution for this automation challenge. This sample requires that you add references to the following assemblies:
System.Net
System.IO
System.Xml
See this article. which explains how to add an assembly reference in Test Studio (Standalone version).