Description
ClientToBS describes a connection between a StockTrader Client and a StockTrader Business Service. More specifically it indicates that a given StockTrader Client should communicate with a given StockTrader Business Service. It is a part of one or more service calls within the StockTrader Configuration Service contract.
Members
Name |
Type |
Description |
---|---|---|
Client |
String |
Gets the name of the StockTrader Client instance initiating the connection. |
Bs |
String |
Gets the name of the StockTrader Business Service instance to which the client will connect. |
Definition in XSD
<xs:complexType name="ClientToBS"> <xs:sequence> <xs:element minOccurs="0" name="Bs" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Client" 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 |