Home » Archive

Articles in the EAI Category

Configuration, EAI »

[13 Feb 2010 | No Comment | ]

EBC is a External Business Component, which is created in Siebel database using the external table definition file i.e. DDL file.
Lets take an example to be more precise,
We will copy our existing Local DB or Sample DB which will act as External Database. And lets take S_LANG table which is to be shown in our database via an EBC. This is Language table stores the Language Code and Name like CHS Chinese, ENU English, JPY Japan.
How to Create External Data Source?
1. Go to your /tools/sample/utf8 directory and Copy your …

EAI, Integration Objects, Quiz, Web Services »

[30 Aug 2009 | 6 Comments | ]

This quiz asks question on below EAI topics and provides a bit of explanation to the answers. Please post your valuable feedback and suggestion over this initiative in below comments section.

Web Services
Integration Objects
MQ Series
VBC, EBC
Data Adapters
Transport Services
Workflows

So, what’s you are waiting for, click on this post and get started to refresh your EAI knowledge base.

1. Web Services make use of which vanilla business service to update,insert data in Siebel ?EAI Siebel AdapterEAI UI Data AdapterEAI MQ Series Server Transport2. When you import a WSDL file in Siebel Tools, what type …

EAI »

[14 Aug 2009 | No Comment | ]

This has been nicely explained in a friends blog. Below is the description.

EAI, Videos Tutorials, Web Services »

[27 Jun 2009 | 3 Comments | ]

Click above to view it.
This video gives you an idea related to Web Service in General, which is necessary to know to design Siebel Integration using Web Services
- what a Web Service is called,
- what are its various components,
- how it has been standaradised,
- what is a WSDL, PORT, Binding, Service End Point
and lot other answers related to Web Services in Generic.

Please use right Click on video for a Full Screen view.

EAI »

[28 May 2009 | 4 Comments | ]

The first question arises , why we need XSLT transformation, so here are some reasons -
- Suppose sometime we have the data in XML file but we want to present it in different ways depending on its contents.
- Or we need to read data of a email template from a file and email needs to be with colors, tables and more HTML look.
- Or when our email data is coming from different BCs or calculations in a Business Service, or Property Sets, and we are not able to use Siebel …

EAI, Integration Objects, Workflows »

[28 May 2009 | No Comment | ]

EAI Queuing is one of the Siebel integration tool to capture the SiebelMessage in a Integration Workflow in case the Workflow Errors out.
For more details, follow below link as I have already posted redarding this there -
http://www.siebelintegration.com/SiebelInterviewForum/index.php?topic=8.msg8#new
Post your comments in case you find any difficulty in getting it.

EAI, Web Services »

[14 May 2009 | 2 Comments | ]

When we want to expose Siebel functionality to other non-Siebel applications, we create Inbound Web Service and expose Siebel functionality either by a Business Service or a Workflow. We can expose these entities as Web Services. Once you have created a Web Service and generated the WSDL file, you need any third party application to do a live test for the Web Service. SoapUI is a nice software and freely available to test Web Services.
Below are some steps to get SoapUI and make it ready for testing. You can test …

EAI, Web Services »

[22 Apr 2009 | 23 Comments | ]

1. Create a new record and give the business service name as the name of Proxy Business Service: CurrencyConvertorSoap, pick its method.
2. In the middle Input applet, click Load From File button to browse the Inputs file [WebService-Inputs.xml] which we created in the above process. This will load input Siebel message. Navigate inside the mvg at Child Type and give the From and To Currency names like USD and INR
Inputs – From and To Conversion Currencies.jpg
IMPORTANT:
Now you need to modify this message a bit, Click the Child Type mvg …