The SOA_DIRECT_ENTITY_RELATIONSHIPS_REQUEST input document contains the request and search criteria to find all direct (one-degree) relationships for an entity regardless of path strength. The entity is identified by its entity ID or by the external ID of one of its constituent identity records. The results of this Web services input document are returned to the calling application in an SOA_DIRECT_ENTITY_RELATIONSHIPS_RESPONSE document.
The SOAP-RPC equivalent of the SOA_DIRECT_ENTITY_RELATIONSHIPS_REQUEST input document and the SOA_DIRECT_ENTITY_RELATIONSHIPS_REQUEST output document is the getDirectEntityRelationships method.
<SOA_DIRECT_ENTITY_RELATIONSHIPS_REQUEST> <ENTITY_ID>1234567</ENTITY_ID> <DEPTH>FULL</DEPTH> </SOA_DIRECT_ENTITY_RELATIONSHIPS_REQUEST>Example 2:
<SOA_DIRECT_ENTITY_RELATIONSHIPS_REQUEST> <DSRC_CODE>EMPL</DSRC_CODE> <DSRC_ACCT>0982</DSRC_ACCT> <DEPTH>STANDARD</DEPTH> </SOA_DIRECT_ENTITY_RELATIONSHIPS_REQUEST>
<SOA_DIRECT_ENTITY_RELATIONSHIPS_RESPONSE> <REL_PATH> <FROM_ENTITY_ID>111222333</FROM_ENTITY_ID> <TO_ENTITY_ID>888333111</TO_ENTITY_ID> <PATH_STRENGTH>88.4/PATH_STRENGTH> <SEP_DEGREES>1</SEP_DEGREES> <RELATIONSHIP> <FROM_ENTITY_ID>111222333</FROM_ENTITY_ID> <TO_ENTITY_ID>888333111</TO_ENTITY_ID> </RELATIONSHIP> </REL_PATH> <REL_PATH> <FROM_ENTITY_ID>111222333</FROM_ENTITY_ID> <TO_ENTITY_ID>222333444</TO_ENTITY_ID> <PATH_STRENGTH>65.3</PATH_STRENGTH> <SEP_DEGREES>1</SEP_DEGREES> <RELATIONSHIP> <FROM_ENTITY_ID>111222333</FROM_ENTITY_ID> <TO_ENTITY_ID>222333444</TO_ENTITY_ID> </RELATIONSHIP> </REL_PATH> <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT> </SOA_DIRECT_ENTITY_RELATIONSHIPS_RESPONSE>
Message ID | Cause |
---|---|
CWUAE####E | The specified entity is not recognized. (TBD==>actual error codes to be determined during implementation and provided to ID***). |
CWUAE####E | Input document tags are malformed. For example, required tags are missing or there are mismatched tags. |
The SOAP-RPC equivalent of the SOA_DIRECT_ENTITY_RELATIONSHIPS_REQUEST input document and the SOA_RELATIONSHIP_BETWEEN_ENTITIES_RESPONSE output document is the getDirectEntityRelationships method.