Page 1 of 1

Realtime stages information

Posted: Fri Jun 05, 2009 4:59 pm
by divstands
Can somebody specify which all realtime components and in what sequence do one needs to use if Quality Stage is getting integrated with the Customer Application on real time basis.

Posted: Mon Jun 08, 2009 9:46 pm
by eostic
Generally this is done via Information Services Director, a.k.a. wISD. That is a big topic in and of itself. Take a look around here, and at the documentation and then share any other questions you have....

Ernie

Posted: Mon Jun 08, 2009 10:28 pm
by ray.wurlod
Simplistically, if you have a job with stages S1, S2, S3 and S4 (ideally handling XML, but not essential), you add an RTI input stage on the front and an RTI output stage on the back, and expose the whole as a web service.

Code: Select all

 RTI  --->  XML  --->  S1  --->  S2  --->  S3  --->  S4 --->  XML   --->  RTI
Input      Input                                             Output      Output

Posted: Wed Jun 17, 2009 4:47 pm
by divstands
ray.wurlod wrote:Simplistically, if you have a job with stages S1, S2, S3 and S4 (ideally handling XML, but not essential), you add an RTI input stage on the front and an RTI output stage on the back, and expose the w ...
We are not taking the RTI call way ( from QS appl that is). Instead, just adding XML input and XML output stage on the borders with few tweaks works!