DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Description
The BSConfigResponse contains information about how the StockTrader Business Service should interact with the other services and the database. It is a part of one or more service calls within the StockTrader Configuration Service contract.
See also BSConfigRequest.
Members
Name | Type | Description |
|---|---|---|
DBName | String | Gets the name of the database system that serves the database (e.g., MSSQL). |
DBHostName | String | Gets the host name of the server on which the database resides. |
DBPort | Integer | Gets the number of the port through which database communication occurs. |
OPS | String | Gets the URI of the StockTrader Order Processor Service with which the StockTrader Business Service should communicate. |
OPSName | String | Gets the name of the selected StockTrader Order Processor Service as it appears in the database (e.g., WSAS_OPS, PHP_OPS). |
Sec | Boolean | Gets a value indicating whether or not the StockTrader Order Processor Service endpoint supports secure messaging. |
Definition in XSD
| Code Block | ||||
|---|---|---|---|---|
| ||||
<xs:complexType name="BSConfigResponse">
<xs:sequence>
<xs:element minOccurs="0" name="DBHostName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DBName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DBPort" type="xs:int" />
<xs:element minOccurs="0" name="OPS" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="OPSName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Sec" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
|
Description/Prefix | Namespace |
|---|---|
Target Namespace | http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract |
tns | http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract |
xs | http://www.w3.org/2001/XMLSchema |