Hi All,
I have created following simple xsd:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://schema.infor.com/InforOAGIS/2" targetNamespace="http://schema.infor.com/InforOAGIS/2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.12.3">
<element name="orderNumber" type="string" />
<element name="businessPartnerId" type="string" />
</schema>
xml file of this xsd is:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<ns2:NounMetadata xmlns:ns2="http://schema.infor.com/InforOAGIS/2">
<Noun>
<NounName>SalesTest</NounName>
<IDXPath>/*/DataArea/SalesTest/orderNumber</IDXPath>
<SupportedVerbs>
<SupportedVerb>Show</SupportedVerb>
<SupportedVerb>Confirm</SupportedVerb>
<SupportedVerb>Sync</SupportedVerb>
<SupportedVerb>Get</SupportedVerb>
<SupportedVerb>Update</SupportedVerb>
<SupportedVerb>Acknowledge</SupportedVerb>
<SupportedVerb>Process</SupportedVerb>
<SupportedVerb>Load</SupportedVerb>
</SupportedVerbs>
</Noun>
</ns2:NounMetadata>
This is the first time that I am trying to create a custom BOD and register the same into ION. When I try to register this into ION I am getting "Correlation ID error", It is not showing any detail on the error except Correlation ID.
Can you please verify above xsd & xml and let me know if you see any issue? Also, how can I see error detail related to correlation id?
Thanks,
Anubhav