This page last changed on Dec 09, 2009 by nickh.

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
Document generated by Confluence on Jun 22, 2010 14:31