You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Facing issue while reading EDI files

Question
44
Views
0
Comments
edited Jun 13, 2019 12:05PM in Integration

Summary

unable to read the file contents of edi files

Content

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"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!