Bookshelf Home | Contents | Index | PDF |
Integration Platform Technologies: Siebel eBusiness Application Integration Volume ll > EAI Siebel Adapter > XML Examples Using the Upsert and Delete OperationThe following XML example demonstrates using the upsert and delete operation to delete a particular child without updating the parent. <SiebelMessage MessageId="" MessageType="Integration Object" IntObjectName="Sample Account"> <Name>A. K. Parker Distribution</Name> <Location>HQ-Distribution</Location> <Organization>North American Organization</ Organization> <CurrencyCode>USD</CurrencyCode> <Description>This is the key account in the AK Parker Family</Description> <HomePage>www.parker.com</HomePage> <LineofBusiness>Manufacturing</LineofBusiness> <JobTitle>Senior Mgr of MIS</JobTitle> <PersonalContact>N</PersonalContact> <Account>A. K. Parker Distribution</Account> <AccountLocation>HQ-Distribution</AccountLocation> The following example illustrates updating multiple corresponding top level parent business component records with one XML file. <SiebelMessage MessageId="" MessageType="Integration Object" IntObjectName="Transaction"> |
Integration Platform Technologies: Siebel eBusiness Application Integration Volume ll |