Account Aggregation fails for webservices connector that uses SOAP API

Hi All,
We are working on a webservices connector which uses SOAP API for the Account Aggregation.

When we use the SOAP API using postman, we are able to pull the required information.

However, if we run an account aggregation in IDN, we are seeing the following error

This is the sample body which we are using in the HTTP operation.<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:aba=“SAP Help Portal”>
soapenv:Header/
soapenv:Body
aba:BusinessUserSimpleByElementsQuery_sync


9

1

            </PersonIDInterval>
            <BusinessPartnerRoleCodeInterval>
                <IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode>
                <!--Optional:-->
                <LowerBoundaryBusinessPartnerRoleCode>bup003</LowerBoundaryBusinessPartnerRoleCode>
            </BusinessPartnerRoleCodeInterval>
        </BusinessUser>
        <QueryProcessingConditions>
            <QueryHitsMaximumNumberValue>999999999</QueryHitsMaximumNumberValue>
            <QueryHitsUnlimitedIndicator>false</QueryHitsUnlimitedIndicator>
        </QueryProcessingConditions>
    </aba:BusinessUserSimpleByElementsQuery_sync>
</soapenv:Body>

</soapenv:Envelope>

Any idea why we see this error upon Account Aggregation?

application/service has granted sailpoint IDN permission to connect/read? there are some applications that require granting the IP of your IDN to their end to run these APs. thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.