My Oracle Support Banner

PaysheetApprovalService GetAssigneesList Return More Than One Record (Doc ID 2927460.1)

Last updated on APRIL 12, 2023

Applies to:

Oracle Fusion Incentive Compensation Cloud Service - Version 11.13.22.07.0 and later
Information in this document applies to any platform.

Symptoms

Webservice PaysheetApprovalService.getAssigneesList return more than one record


STEPS
The issue can be reproduced at will with the following steps:
Using SoupUI , call https://xxxx-test.fa.us2.oraclecloud.com/fscmService/PaysheetApprovalService?WSDL

Sample Payload :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:typ="http://xmlns.oracle.com/apps/incentiveCompensation/cn/paymentSetup/paysheets/paysheetApprovalService/types/">
<soapenv:Header/>
<soapenv:Body>
<typ:getAssigneesList>
<typ:paysheetId>4003</typ:paysheetId>
</typ:getAssigneesList>
</soapenv:Body>
</soapenv:Envelope>

 

Sample Response :
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:Action>http://xmlns.oracle.com/apps/incentiveCompensation/cn/paymentSetup/paysheets/paysheetApprovalService/PaysheetApprovalService/getAssigneesListResponse</wsa:Action>
<wsa:MessageID>urn:uuid:7775f4cf-a3b6-4fa6-b0d1-aa8eab87d837</wsa:MessageID>
</env:Header>
<env:Body>
<ns0:getAssigneesListResponse xmlns:ns0="http://xmlns.oracle.com/apps/incentiveCompensation/cn/paymentSetup/paysheets/paysheetApprovalService/types/">
<result xmlns="http://xmlns.oracle.com/apps/incentiveCompensation/cn/paymentSetup/paysheets/paysheetApprovalService/types/">demo.analystmgr1|Analyst Mgr1 Demo</result>
<result xmlns="http://xmlns.oracle.com/apps/incentiveCompensation/cn/paymentSetup/paysheets/paysheetApprovalService/types/">demo.analystmgr1|Analyst Mgr1 Demo</result>
</ns0:getAssigneesListResponse>
</env:Body>
</env:Envelope>

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.