OIC Is Appending data while sending to third party
Hello Guru,
I have built an integration which is pulling the .xml file from one of our SFTP location and sending it to cloud using Rest API. I have noticed that if I have two repeating data element then it is appending each data set and sending it. I tried to re create the XSD and re do it, but still it is appending
My XSD Sample:
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="perform_batch">
<xs:complexType>
<xs:sequence>
<xs:element name="sequential_independent">
<xs:complexType>
<xs:sequence>
<xs:element name="authentication">