Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member186158
Active Participant
0 Kudos
How to design XI Interfaces more efficiently? I wrote a blog (Write Java code to generate PI interfaces  (Write Java code to generate PI interfaces)), generate xsd for data type with java code, especially for file/jdbc/proxy communication structures.     We all know that the jdbc sender adapter can only fetch one list type each time. Can I define interface one time for all the same kind interfaces, not data type, then message type then message interface one by one?   Yes, you can. With External Definition, we can define lots of interfaces in one XML.   Let take a look at the structure of the xml:  Part one Part two Import the XML    Define Message interfaces directly:
1 Comment