Update DFF's webservice not supporting commas in attribute values
Summary
We are using Invoice Header and Line DFF's which will be updated from external system using updateDffEntityDetails webservice.Content
When trying to populate attribute with comma, it is resulting in 0.
Is there a workaround to achieve this.
Version
Oracle Cloud Application 20B (11.13.20.04.0)Code Snippet
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/types/" xmlns:erp="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/"> <soapenv:Header/> <soapenv:Body> <typ:updateDffEntityDetails> <typ:operationMode>single</typ:operationMode> <typ:object> <erp:EntityName>Receivables Invoice</erp:EntityName> <erp:ContextValue>Invoices</erp:ContextValue>
0