Book Image

Oracle Siebel CRM 8 Developer's Handbook

By : Alexander Hansal
Book Image

Oracle Siebel CRM 8 Developer's Handbook

By: Alexander Hansal

Overview of this book

Table of Contents (33 chapters)
Oracle Siebel CRM 8 Developer's Handbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Testing integration objects


We can use the Business Service Simulator view, introduced in the previous chapter, to conveniently test new and customized integration objects. To verify the functionality, we must invoke the methods of the EAI Siebel Adapter business service and provide the correct input property sets.

The following table describes the methods and their arguments of the EAI Siebel Adapter business service:

Method

Description

Input Arguments

Output Arguments

Query

Executes a query on the business components referenced by the integration object's integration components.

OutputIntObjectName:

The name of an internal integration object. Defines the structure of the output property set.

SearchSpec:

Allows providing query criteria in Siebel Query Language.

PrimaryRowId:

When provided, the query is executed against the primary business component and matches the Id field with the property value.

SiebelMessage:

The Query method accepts a hierarchical input property set, which...