3.1.4.4.3.16 tns:WebClientUrl Complex Type

The WebClientUrl complex type represents the URL of the server's web client.

 <xs:complexType name="WebClientUrl">
   <xs:sequence>
     <xs:element name="AuthenticationMethods"
       type="xs:string"
       nillable="true"
      />
     <xs:element name="Url"
       type="xs:string"
       nillable="true"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the WebClientUrl complex type.

Element name

Type

Description

AuthenticationMethods

xs:string [XMLSCHEMA2]

Specifies the authentication methods.

Url

xs:string

Specifies the URL of the server's web client.

The WebClientUrl can be used to retrieve data from a web service.