Hi friends,
I updated some Message mappings and external definitions in Enterprise Services Builder, since then, I am getting this error when I run the sap program which communicates with an external web service:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Inbound Message
-->
- <SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SAP:Category>Application</SAP:Category>
<SAP:Code area="MAPPING">TRANSFORMER_EXCEPTION</SAP:Code>
<SAP:P1>remover_namespace_totalupload</SAP:P1>
<SAP:P2>http://xsales.com</SAP:P2>
<SAP:P3>17513720-6c0d-11e3-c08f-dca80a8cc0de</SAP:P3>
<SAP:P4>-1</SAP:P4>
<SAP:AdditionalText />
<SAP:Stack>TransformerException occurred during XSLT mapping remover_namespace_totalupload (http://xsales.com, 17513720-6c0d-11e3-c08f-dca80a8cc0de, -1)</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
I have a doubt with the following message:
TransformerException occurred during XSLT mapping remover_namespace_totalupload
What is exactly remover_namespace_totalupload? Where can I find it? Is it the cause of the problem? I don't know anything about PI, so I don't know what to do.
Any help would be appreciated.
Best regards.