1) While designing the schemas choose the xml node element name simpler and shorter in length, this would avoid unnecessary message size.
2) While promoting the fields in the schema make them as distinguished, this would avoid over head on the pipelines dissamble stage.
3) Promoted element should be placed as top as possible in the schema hierarchy, this would decrease the search time during the run time.
4) It is always a good practise to segregate the common elements across the schemas in project into a single xsd file and import it respectively.
No comments:
Post a Comment