TEWS/SOAP call is always made against last attribute/option
search cancel

TEWS/SOAP call is always made against last attribute/option

book

Article ID: 248240

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Suite

Issue/Introduction

When we do a subject search like this.

<wsdl:Subject index="?">
               <wsdl:UID>123456</wsdl:UID>
            </wsdl:Subject>
and List for this search looks like this:

<UID>

<Name>

<Surname>

<LoginID>

Search will be performed against the last option from the list.

The name of the attribute is not taken into account by the system.

 

Environment

Identity Manager 14.4 and above.

Resolution

This is an intended change due to Identity Portal integration with Identity Manager.

Please use Filter:

<wsdl:Filter index="?">

   <wsdl:Field>%USER_ID%</wsdl:Field>

   <wsdl:Op>EQUALS</wsdl:Op>

   <wsdl:Value>123456</wsdl:Value>

</wsdl:Filter>

Additional Information

https://knowledge.broadcom.com/external/article?articleId=15539