cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping XML Upload Error

Supreet_Sekhon
Explorer
0 Kudos
229

Hi,

I have created XSD structure in Message mapping and did the mapping of source and target system, now I am trying to upload a XML file to test in Simulation mode as shown below in the screenshot.

While doing the test I am getting below error: 

com.sap.aii.utilxi.misc.api.BaseRuntimeException: The prefix "ns11" for attribute "ns11:schemaLocation" associated with an element type "AgileData" is not bound.

XSD File Snippet: 
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.oracle.com/webfolder/technetwork/xml/plm/2016/09/">
<xsd:element name="AgileData">

XML File snippet that I am uploading: 
<AgileData xmlns="http://www.oracle.com/webfolder/technetwork/xml/plm/2016/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://www.oracle.com/webfolder/technetwork/xml/plm/2016/09/ http://www.oracle.com/webfolder/technetwork/xml/plm/2016/09/aXML.xsd">

Message Mapping Screenshot: 

Supreet_Sekhon_1-1727969232253.png

 

Simulation Screenshot: 

Supreet_Sekhon_2-1727969269613.png

Error: 

Supreet_Sekhon_0-1727969166923.png

Kindly guide me in getting rid of the error.

Thankyou 🙂



View Entire Topic
daviddasilva
Active Contributor
0 Kudos

Hello, 

It looks like the XML you have uploaded is incorrect. 

Is it missing the AutomatedTransferOrders node? and also the attribute uniqueId?

Please double check you are using a valid XML.