Description

The BSConfigRequest contains a request for 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 BSConfigResponse.

Members

Name

Type

Description

BSName

String

Contains the name of the Business Service making the request (e.g., DOTNET_BS, PHP_BS, or METRO_BS)

Definition in XSD

  <xs:complexType name="BSConfigRequest">
    <xs:sequence>
      <xs:element minOccurs="0" name="BSName" nillable="true" type="xs:string" />
    </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

  • No labels