GetNormalizedInfoListByFPKey function
Retrieves normalized instance information by fingerprint key information.
WSDL operation
<operation name="GetNormalizedInfoListByFPKey" parameterOrder="inargs">
<input message="tns:GetNormalizedInfoListByFPKeyRequest"
name="GetNormalizedInfoListByFPKeyRequest"/>
<output message="tns:GetNormalizedInfoListByFPKeyResponse"
name="GetNormalizedInfoListByFPKeyResponse" />
<fault message="tns:AtriumFault" name="AtriumFault"/>
</operation>
WSDL messages
<message name="GetNormalizedInfoListByFPKeyRequest">
<part element="types:GetNormalizedInfoListByFPKey"
name="inargs"/>
</message>
<message name="GetNormalizedInfoListByFPKeyResponse">
<part element="types:NEQueryResultListOutput" name="outargs"/>
</message>
<message name="AtriumFault">
<part element="common:AtriumFault" name="errargs"/>
</message>
XSD schema
<element name="GetNormalizedInfoListByFPKey">
<complexType>
<sequence>
<element name="loginInfo" type="common:LoginInfo"
nillable="true" />
<element name="fpKeyList" type="common:StringArray" />
<element name="attrGetList" type="common:StringArray" />
<element name="extensions" type="common:ExtensionList"
nillable="true" />
</sequence>
</complexType>
</element>
<element name="NEQueryResultListOutput">
<complexType>
<sequence>
<element name="queryResult"
type="tns:NEQueryResultList" />
<element name="status" type="common:StatusList" />
<element name="extensions" type="common:ExtensionList"
nillable="true" />
</sequence>
</complexType>
</element>
<element name="AtriumFault">
<complexType>
<choice>
<element name="serviceFault"
type="tns:AtriumServiceFault" />
<element name="backendFault"
type="tns:AtriumBackendFault" />
</choice>
</complexType>
</element>
Input arguments
loginInfo | User ID, passwords, domain and other information necessary to log on to the application. See LoginInfo. |
fpKeyList | A fingerprint key is a short sequence of bytes used to authenticate or look up a longer key. |
attrGetList | The list of attributes to retrieve. |
extensions | A list of extension types for the operation. |
Return value
queryResult | Values returned for a particular query. |
status | A list of zero or more notes, warnings, or errors generated from a call of this operation. |
extensions | A list of extension types for the operation. |
Fault message
Fault message | See Fault message. |
Comments