Click or drag to resize

ServiceType Enumeration

Type of the service supported by extension project

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[SerializableAttribute]
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public enum ServiceType
Members
  Member nameValueDescription
SOAP0 The classique SOAP web services, defined by WSDL
SWAGGER1 REST Web services defined with Swagger
REST_XML2 REST Web services where requests/responses are based on XML document, and types are defined in XSD files
REST_JSON3 REST Web Services where requests/responses are based on JSON object. and types are defined in JSON files
See Also