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; }
Public MustOverride ReadOnly Property ServerServices As SoapServerService()
Get
public:
virtual property array<SoapServerService^>^ ServerServices {
array<SoapServerService^>^ get () abstract;
}
abstract ServerServices : SoapServerService[] with 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