Description

The ServiceLocation contains endpoint and security information for a specific service. It is a part of one or more service calls within the StockTrader Configuration Service contract.

Members

Name

Type

Description

ServiceName

String

Gets the name of the selected service as it appears in the database (e.g., WSAS_OPS, PHP_BS).

ServiceURL

String

Gets the URI of the selected service.

Sec

Boolean

Gets a value indicating whether or not the service endpoint supports secure messaging.

Definition in XSD

  <xs:complexType name="ServiceLocation">
    <xs:sequence>
      <xs:element minOccurs="0" name="Sec" type="xs:boolean" />
      <xs:element minOccurs="0" name="ServiceName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ServiceURL" 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