Click or drag to resize

WebServiceExtensionServerServices Property

Gets a list of Web Services to simulate

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public abstract SoapServerService[] ServerServices { get; }

Property Value

Type: SoapServerService
Hummingbird Test Framework is used as virtual service to simulate the web service which your application will call. You need to point your application to this simulated service (configuration of your application may need to change)
See Also