Disadvantage when querying a table-type property via REST (using XSLT transformation)
Hello! When querying for an activity using the REST API "Get an activity," we are encountering issues with the value of a table-type property (using XSLT transformation). In the activity details in OFS, we see it formatted correctly, but in the REST API response, we get an error:
"XA_FO_DATA": "<XA_FO_DATA xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><FibraOptica>FVRL11-FH64</FibraOptica><LineaFibra/><TipoEmplazamiento/><CentralFibra>8040</CentralFibra><CableFibra>11</CableFibra><Manzana>1886</Manzana><Caja>501</Caja><TipoCaja>POSTE</TipoCaja><Tramo1>64</Tramo1><Tramo2>6</Tramo2><Tramo3>5</Tramo3></XA_FO_DATA>",
We want to understand where the SOAP header comes from: xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" because that is what is causing the error.