on 2024 Oct 03 4:32 PM
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:
Simulation Screenshot:
Error:
Kindly guide me in getting rid of the error.
Thankyou 🙂
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
59 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.