HI
I am working on a Proxy to SOAP Scenario in PI 7.1
I have Commercial name on the target side, and which is mapped as
First nameOrg: Concat : SecondName : ThirdName : Fourth Name
But I am not receiving an value in the payload for the second, third & Fourth name because the table contains only first name value and from the Proxy.
When the mapping program gets execute it gives the error as specified below
How Can I assign the default values to get rid the following error, If i do not receive anything as part of the payload from the Proxy , I tried MapwithDefault and it did not work
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Request Message Mapping
-->
- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
<SAP:Category>Application</SAP:Category>
<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
<SAP:P1>com/sap/xi/tf/_MM_ECC_Claimsinfo_to_ISO_</SAP:P1>
<SAP:P2>com.sap.aii.mappingtool.tf7.IllegalInstanceExcepti</SAP:P2>
<SAP:P3>on: Cannot create target element /ClaimInvestigati</SAP:P3>
<SAP:P4>onAddRq/ClaimsParty[2]/GeneralPartyInfo/NameInfo/~</SAP:P4>
<SAP:AdditionalText />
<SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_MM_ECC_Claimsinfo_to_ISO_; com.sap.aii.mappingtool.tf7.IllegalInstanceException: Cannot create target element /ClaimInvestigationAddRq/ClaimsParty[2]/GeneralPartyInfo/NameInfo/~</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>