XSD Sequence tag
Hi,Our integration objects have been defined with all the integration component fields having the XML Sequence value as NULL or BLANK. I understand this is common practice.
However, when we generate an XSD from Siebel, the tag <xsd:sequence> tells the middleware (in our case TIBCO) that the tags are in sequence, which is contradictory to the intent. Therefore, when TIBCO parses the incoming XML from Siebel, it throws an error.
We have modified the XSD by changing this tag to <xsd:all> before importing it into TIBCO and it works. However, I think this may not be a good option as all XSDs will then have to be manually changed before importing into target middleware.
2