Element |
Description |
Type |
Occurrences |
ldapDomain |
LDAP Domain (if login type is LDAP) |
string |
1 |
login |
User's web login ID |
string |
1 |
type |
Login type; can be NATIVE or LDAP |
string |
1 |
<xs:complexType name="SoapWebLogin">
<xs:sequence>
<xs:element name="ldapDomain" nillable="true" type="xs:string"/>
<xs:element name="login" nillable="true" type="xs:string"/>
<xs:element name="type" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>