Hello,
I am working on creating a B2B/SOA Process for Outbound 204 EDI Load Tender. For this we will be getting an XML file from Oracle OTM which B2B converts into 204 EDI File. I have taken the standard schema from Oracle OTM and figured out that Prefix is not present in the XML Schema(And Namespace is wrong). When i tried to modify Prefix and NameSpace, My JDeveloper is getting stuck and i need to close it from task manager and open again. I tried to modify it in Notepad/texpad and opened in JDeveloper still the same issue. I am using JDev 11.1.1.7
My Question is Can't we modify the standard Schema generated from Oracle OTM?
Standard Schema from OTM:
<xsd:schema xmlns="http://xmlns.oracle.com/apps/otm" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/apps/otm" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Changes I am adding are highlighted in BOLD
<xsd:schema xmlns:otm="http://xmlns.oracle.com/apps/otm/transmission/v6.4" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/apps/otm/transmission/v6.4" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
XML getting generated from OTM will have below Prefix and Namespace. that is the reason i wanted to modify the standard XSD Schema .
<otm:Transmission xmlns:gtm="http://xmlns.oracle.com/apps/gtm/transmission/v6.4" xmlns:otm="http://xmlns.oracle.com/apps/otm/transmission/v6.4">
<otm:TransmissionHeader><otm:Version>6.4.2</otm:Version>