本文主要是介绍Siebel 内部数据结构差异描述,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
An Arbitrary Property Set:
<?Siebel-Property-Set> <PropertySet> <Person> Jack </Person> </PropertySet>A Siebel Message:
<?Siebel-Property-Set EscapeNames="true"><PropertySet><SiebelMessage MessageID="1-111"IntObjectFormat="Siebel Hierarchical" MessageType="Integration Object"
IntObjName="Sample Account"><ListOfSample_spcAccount>...</ListOfSample_spcAccount></
SiebelMessage></PropertySet>
An XML Hierarchy:
<?Siebel-Property-Set><PropertySet><_XMLHierarchy><Account><Contact>...</Contact></Account><_XMLHierarchy></PropertySet>
Hierarchy
Data type used by Enterprise
Application Integration (EAI) to storedata from a property set.
Integration Object
Data type used by
Enterprise Application Integration (EAI)to store data from an integration object.
Number
For numeric data.
String
For alphanumeric data.
补充:Strongly Typed Integration Object—Data
type used by Enterprise Application
Integration (EAI) to store data from a
strongly typed integration object.
这篇关于Siebel 内部数据结构差异描述的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!