Hello All,
I am trying to push the data to valu mapping runtime table using ValueMappingReplication interface by creating simple scenario if this will work then i need to upload the data from excel.
But message is failing in moni with the following reason :
SAP:Stack>Error
while sending by HTTP (error code: 404 , error text: Not Found) (See attachment
HTMLError for details)</SAP:Stack>
Error: The
requested resource does not exist.
Please check the below channel configuration :
Now I just wanted to insert the data through simple scenario and afterwards i wll change it as per my requirement.
So current scenario is just picking the .xml file(As below) from NFS and trying to send to Value mapping replication table.
I am not using any mapping in this scenario.
My XML :
<ns1:ValueMappingReplication xmlns:ns1="http://sap.com/xi/XI/System" xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance">
<Item>
<Operation>Insert</Operation>
<GroupID>a9021f0c-ae71-11e3-b6e4-00059a3c7800</GroupID>
<Context>http://sap.com/xi/XI</Context>
<Identifier scheme="S1"
agency="S">5</Identifier>
</Item>
</ns1:ValueMappingReplication>
Can anybosy help me to solve the issue so that i can proceed further.
Thanks,
Anant