DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Description
The ClientConfigResponse contains information about how the StockTrader Client should interact with the other services. It is a part of one or more service calls within the StockTrader Configuration Service contract.
See also ClientConfigRequest.
Members
Name |
Type |
Description |
|---|---|---|
BS |
String |
Gets the URI of the StockTrader Business Service to which the client should connect. |
BSName |
String |
Gets the name of the StockTrader Business Service as it appears in the StockTrader Database (e.g., WSAS_BS). |
Sec |
Boolean |
Gets a value indicating whether or not the StockTrader Business Service endpoint supports secure messaging. |
Definition in XSD
<xs:complexType name="ClientConfigResponse">
<xs:sequence>
<xs:element minOccurs="0" name="BS" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="BSName" 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 |