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?