Hello
I have created a multi mapping integration that has 3 message mappings in the operational mapping. The first two are standard graphical mappings and the third is a java mapping. All works fine when I test the operational mapping but when I run the integration I get the following error...
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<!---->
-<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="MAPPING">GENERIC</SAP:Code>
<SAP:P1>Messages</SAP:P1>
<SAP:P2>Root-Tag</SAP:P2>
<SAP:P3/>
<SAP:P4/>
<SAP:AdditionalText/>
<SAP:Stack>MessagesRoot-Tag</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
I am assuming that the error is coming from the Java Mapping but that seems to work fine when run in eclipse...has anyone ever seen this error before?
I have attached a pic of the operational mapping.
Thanks
Matthew