You can translate the question and the replies:

ERROR_HANDLING

I want to generate a message for my denodo error code 31001 as its range is between 30000 to 39999 so its a error of type compute capabilities so instead of this error message {"errors":[{"code":31001,"message":"No search methods ready to be run. The following fields are obligatory: f_p_f_p_z_bapi_get_sku_details.part_number, f_p_f_p_z_bapi_get_sku_details.part_number"}]} I need an error message How to do that?
user
27-03-2015 01:59:54 -0400
code

1 Answer

Hi! You can not modify the output format in a Web Service. However, if you are deploying a REST Web Service and using XML format, you can apply a XSLT transformation to modify the structure of the result. You can find more information about this in the Virtual Data Port Administration Guide, section "XSLT TRANSFORMATIONS". Hope this helps!
Denodo Team
30-03-2015 06:49:22 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here