ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories >> Software >> EAI
 
  WebMethods (66)  TIBCO (8)  SeeBeyond (3)  JCAPS (13)  EAI-AllOther (19)
 


 

Back to Questions Page
 
Question
how to create adapters?how to connect adapters? and how to 
build?
Rank Answer Posted By  
 Question Submitted By :: 02/19/2007
I also faced this Question!!   © ALL Interview .com
Answer
you can create adaptor by using core java.then after you 
have to pass the parameter thru XML file.
 
0
Xyz
 
 
Question
what is soap?
how to use soap?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
Simple Object Access Protocol used to send XML messages 
along the network.
 
0
Thiyagarajan Nagan
 
 
Answer
server oriented application protocal
it is one of web services using interner and technology 
it is act as server and client
first design bw for one application, then it passed to soap 
server which recieves the incoming requests via http or 
soap or jms then ser proxy decodes request into call the to 
application
sevice proxy is encodeswith reply
 
0
Name
 
 
 
Answer
SOAP(simple object access protocol) is a protocol used to 
communcate the web service provider and web service client.
to use SOAP you require a WSDL(web service description 
language),which is a XML file.WSDL file contains inf.about 
web service provider and its functionality.
 
0
Narapareddy
 
 
Question
what is global variables?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
Global Variables are the variables that are used anywhere 
in the project. These can be called  or used across the 
process or sub process that is with in the project.
Global variables can be overridden at runtime.

There are 3 types of variables
1) Global Variables-----through out the project ( used for 
constants)

2) Process variables-----Activities in the project where 
the variables are defined.

3) Shared Variables ------ Across multiple process instances
( used to share data)
 
0
Raj
 
 
Answer
these variables allows to specify constants that can be
used throughout the project. The constants can be specified 
and changed while designing and testing your project.
 
0
Poornima
 
 
Answer
global variables are configured once can be use througth 
out the project it is called global variables .
 
0
Ravipati Harikishore
 
 
Question
how to create adapters?how to connect adapters? and how to 
build?
Rank Answer Posted By  
 Question Submitted By :: 02/19/2007
This Interview Question Asked @   Infosys , Infosys
I also faced this Question!!   © ALL Interview .com
Answer
TIBCO hava different adapters for different 
application with different adapters those are
ActiveDatabase adapter to oracle
file adapter to file formats like different textfile,doc etc
MQ series adapter to mainframe with using webshpere
R/3  adapter for SAP
 
5
Priyaharini
 
 
Answer
i dont know briefly abt this,but i will give some
information,   
we cannot create adapters,we must install adapters which we
required.we have so many adapters such as sap,mqseries,adb,
siebel,peoplesoft etc..........we must install required
adapters for our project.
How can we connect means, after installing the req adapter
we can use the activities provided by tht adapter.
how to build mmeans i cant get ur queations.
 
0
Sudheer
 
 
Answer
I don't have much knoledge on tibco but i have some 
knoledge. according tomy knoledge
adapters are built-in, we can install it and by using some 
technics we can connect the adapters and also
By using adapters we can create the applications
 
0
Madhu
 
 
Answer
As per my knowledge in Tibco we are already having the 
adapters provided by the software like ADB,SAPR/3,SEIBEL 
etc..,if u want other than this we can create custom 
adapters by using AdapterSDK.

   we can connect the adapters by configuring the adapter 
components.
 
2
Sivasankar.a
 
 
Answer
Hi.We can create adapters in tibco.In tibco,we are provided 
with Adapter SDK.In that we can manually create adapter.In 
adapter activity,we have publish to adapter and subscribe 
to adapter.we can drag n drop these,so that we can provide 
info about other adapter.Any way before creating adapter,in 
tibco TRA(tibco run time agent must be installed)
 
0
Priya
 
 
Answer
Yes we can create our own adapters in TIBCO
In TIBCO there is one feature to create custom adapters 
customer adapters means we can create our own adapters 
it will be written in c,java e,t,c  and adpaters have 
Adapter SDK through which we can create our own adapters .
We can communicate with different adapters through the 
activities provided with adapter
 
0
Siva
 
 
Question
How to create a link between variables?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
You have to map the Input Pipeline variable A to Output 
Pipeline variable B.
Steps
1.   Create any new Flow service
2.   Add some Input and Output variable as required
3.   Insert any previously created service or insert any Map
4.   Click at Pipeline In area then click on the variable A,
5.   Click at PipelineOut area then click on the variable B,
6.   Now Click over link button.

Note: Before this, service at which you are working must be 
locked.
 
0
Vishpankaj
 
 
Question
What are Structural transformations ?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
splitting one field into several or merging fields, 
reordering portions of a message or renaming fields
are know as structural transformations
 
0
Jayeshrnair
 
 
Question
How to Change the Order of Steps in a Flow Service?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
We can change the Order of steps in a Flow Service of 
Various other services which are called in sequence within 
Flow service using "Shift Up and Shift Down" buttons exists 
at top of Editor Panel.
As well we can move any service or Map inside a SEQUENCE or 
BRANCH using "Shift Left and Shift Right" buttons
 
0
Vishpankaj
 
 
Question
How to use SEQUENCE as the Target of a BRANCH?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Accenture , Pappu
I also faced this Question!!   © ALL Interview .com
Answer
set evaluate label property of branch step to true.
Then set the label property of sequence with the value
on which it needs to be processed.
 
0
Jayeshrnair
 
 
Answer
In addition to the above answer, we can use the branch in 
the context of switch case also, for that we have to set 
the evaluate label property of the branch to false and the 
set the value for the SWITCH property of the branch as the 
variable based on which you want to switch and set the 
label property of the branch as the posible value for the 
variable you gave in switch.
 
0
Dinesh
 
 
Question
How to Move Flow Steps?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
Kepp the developer in EditPrespective.
Select the flow step u wanna move just drag it to the place 
u want to move.Otherwise use the arrow buttons on the 
editor pannel to move the selected flow steps.
 
0
Jayesh
 
 
Question
How ACLs Affect locking?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
ACLS are used to give the authorization to the particular 
user groups.If u give ACL to administrator then the admin 
group users who are there in that group they can have the 
acess to that particular service.Otherwise we can not use 
it.This is called ACL locking.
 
0
Praveen
 
 
Question
How to remove a system lock from an element?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
Click on management link under packages in Admin page.
then click view locked elements link.You will be redirected 
to anoter page,there we can find unlock elemets link.
First check all the system services and then press Unlock 
element link
 
0
Jayesh
 
 
Answer
I am soory for providing a wrong answer earlier.
Actually  system lock cannot be removed from the admin 
console.

System locks can be removed by making the server side files 
of the element as redable.right Click on the elemet in 
developer which is system locked.and choose the lock 
properties.
It will display the server side files for the element.
Make the files as readable and click the referesh button
in the developer.You will find that the element is no more 
locked.
 
0
Jayeshrnair
 
 
Question
How to find dependents of a selected element on the server?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
Right click on the element for which you have to find the 
dependents in the navigational pannel.and click on the 
option find dependents.
 
0
Jayesh
 
 
Question
How to open a session on a different server?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
Select "session" from the menu in toolbar and click open.
key in the server IP and port on which you have to open the 
connection.The user name and password on that server.
 
0
Jayesh
 
 
Question
What is a  flat file schema and what are its uses?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
Flat file scheme can be used to validate the incoming flat 
files.Schema provides definition for flat files against 
which IS can validate flatfiles.
 
0
Jayeshrnair
 
 
Answer
Flat file schema is a blueprint which have rules for the 
flat file. IS will validate the flat file against this Flat 
file schema.
 
0
Thiyagarajan Nagan
 
 
Question
How to Find Elements in the Navigation Panel?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
Just right click on the element ehich u want to see then u 
click Locate in NAvigation option then u can see that 
element in the navigation panel
 
0
Praveen
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com