Are there any database tables that store error codes and messages sent as responses by SOAP APIs
Hi,
Are there any database tables that store error codes and messages sent as responses by SOAP APIs
For example, while creating account site using following SOAP WSDL, it is throwing an error as "JBO-27008: Attribute CustomerAccountSiteId in view object CustomerAccountVO__DefCustomizer___CustomerAccountSite_CustomerAccountVOToCustomerAccountSiteVO_CustomerAccountSiteVO cannot be set."
Service WSDL URL: https://servername/crmService/CustomerAccountService?WSDL
We know that what caused above error but we want to check whether there exists a table in the Fusion database that catalogs all potential error codes and messages? Essentially, our goal is to compile a comprehensive list of different types of errors that APIs may throw.
0