SoapService Class |
Namespace: Hummingbird.TestFramework.ExtensionProject
The SoapService type exposes the following members.
Name | Description | |
---|---|---|
SoapService |
Initializes a new instance of the SoapService class.
|
Name | Description | |
---|---|---|
AnalysedDate |
Gets or sets the date where the extension is analyzed.
(Inherited from ExtensionNode.) | |
ClientServiceId |
Gets or sets the client service identifier. it is generated once when the instance is initialized.
If the service has multiple Endpoints or Service Contracts, then the Identifier will be generated according to this ServiceId and the Contract Name
(Inherited from Service.) | |
CreateDate |
Gets or sets the create date.
(Inherited from ExtensionNode.) | |
DefinitionFile |
The entry point of the definition file. For SOAP WebServices, it is the .WSDL file, For Swagger Services it is the swagger.json file.
For other type of services, This property is not used.
(Inherited from Service.) | |
Description |
Gets or sets the description.
(Inherited from ExtensionNode.) | |
Endpoints |
Gets or sets the endpoints of this service.
| |
GeneratedProxyCode |
Gets or sets the generated C# code for WCF Proxy.
(Inherited from Service.) | |
GeneratedStubCode |
Gets or sets the generated C# code for WCF service stub (used as simulator)
(Inherited from Service.) | |
IsAnalysed |
Gets or sets a value indicating whether this instance is analyzed.
(Inherited from ExtensionNode.) | |
IsDispatchByBody |
Indicate when used as ServerStub, the service is dispatched by body element.
It's value is False.
| |
IsOrdered |
Gets a value indicating whether XML tags' order is important.
| |
LastModificationDate |
Gets or sets the last modification date.
(Inherited from ExtensionNode.) | |
Name |
Gets or sets the name of the node (represents Application, Category or Service)
(Inherited from ExtensionNode.) | |
Password |
Gets or sets the password used to initialize service description and call the web service.
(Inherited from Service.) | |
ProxyCodeAssembly |
Gets or sets the Assembly object (Compiled from GeneratedProxyCode).
(Inherited from Service.) | |
ProxyCodeAssemblyContent |
Gets or sets the proxy code assembly (dll) value represented in byte[], so it can be serialized and loaded.
(Inherited from Service.) | |
ReferredCategory |
Gets the referred ServiceCategory where this Service belongs.
(Inherited from Service.) | |
ServerServiceId |
Gets or sets the server service identifier, it is generated when the instance is initialized.
(Inherited from Service.) | |
ServiceType |
Gets the type of current service: SOAP, JSON, ...
(Overrides ServiceServiceType.) | |
TargetNamespace |
Gets or sets the target namespace for generated code
(Inherited from Service.) | |
Username |
Gets or sets the user name used to initialize service description and call the web service.
(Inherited from Service.) |
Name | Description | |
---|---|---|
Analyze |
Call the analyzer and mark IsAnalysed flag and date.
(Inherited from ExtensionNode.) | |
AnalyzeAsync |
Call the analyzer and mark IsAnalysed flag and date in asynchronous mode
(Inherited from ExtensionNode.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when property value changed.
(Inherited from ExtensionNode.) |
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |