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

ICS - Reading XML file from File server

edited Mar 27, 2018 7:00AM in Integration 4 comments

Summary

ICS - Reading XML file from File server

Content

Hello,

I have trying to read an XML file using FTP adapter. This file is residing in FTP server accessible by ICS. Below is the XSD schema of this XML:

XSD:

==========================================================================================

<?xml version="1.0" encoding="UTF-8" ?>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"

            xmlns="http://oracle/ICS/integration"

            targetNamespace="http://oracle/ICS/integration"

            elementFormDefault="qualified">

  <xsd:element name="Interfaces">

    <xsd:complexType>

      <xsd:sequence>

        <xsd:element name="Interface" maxOccurs="unbounded" minOccurs="0">

          <xsd:complexType>

            <xsd:sequence>

              <xsd:element name="name" type="xsd:string"/>

              <xsd:element name="description" type="xsd:string"/>

            </xsd:sequence>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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