R12: AP: How To Create A REST Webservice To Use Payables Vendors Public API To Create Supplier.
(Doc ID 2861588.1)
Last updated on APRIL 03, 2024
Applies to:
Oracle Payables - Version 12.2.9 and laterInformation in this document applies to any platform.
Goal
How To Create A REST Webservice To Use Payables Vendors Public API To Create A Supplier ?
Using Integrated SOA Gateway and deployed the REST webservice for supplier interface to create supplier, sites and contacts. But, getting some unexpected error while creating supplier sites
{
"OutputParameters": {
"@xmlns": "http://xmlns.oracle.com/apps/ap/rest/SupplierAPI/create_vendor/",
"@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
"X_RETURN_STATUS": "U",
"X_MSG_COUNT": "2",
"X_MSG_DATA": null,
"X_VENDOR_ID": null,
"X_PARTY_ID": null
}
}
"OutputParameters": {
"@xmlns": "http://xmlns.oracle.com/apps/ap/rest/SupplierAPI/create_vendor/",
"@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
"X_RETURN_STATUS": "U",
"X_MSG_COUNT": "2",
"X_MSG_DATA": null,
"X_VENDOR_ID": null,
"X_PARTY_ID": null
}
}
Not able to debug the error here, as only getting the status as U.
Solution
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
Goal |
Solution |
References |