Facing issue while reading EDI files
Summary
unable to read the file contents of edi filesContent
Hi,
I am trying read IGM/EGM EDI Files in OIC and tried multiple ways to read by creating NXSD by uploading sample files and later manually written some NXSD's for these files but still no luck. Please let me know if there any other way to read these kind of files in OIC and when can we expect B2B in OIC.
Thanks in advance
Regards,
Abhinav
Version
19.1.3.0.0 (190129.1200.23460)Code Snippet
<?xml version = '1.0' encoding = 'UTF-8'?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd" xmlns:IGM="http://http://www.transworld.org/igm-edi" targetNamespace="http://http://www.transworld.org/igm-edi" elementFormDefault="qualified" attributeFormDefault="unqualified" nxsd:version="NXSD" nxsd:stream="chars" nxsd:encoding="US-ASCII"> <xsd:element name="vessel"> <xsd:complexType> <xsd:sequence> <xsd:element name="vesinfo" type="IGM:group"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:complexType name="group"> <xsd:sequence> <xsd:element ref="IGM:VES_SEG" minOccurs="1" maxOccurs="9999"
Tagged:
0