Realtime stages information

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
divstands
Participant
Posts: 128
Joined: Wed Jun 03, 2009 9:48 am

Realtime stages information

Post 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.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post 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
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
divstands
Participant
Posts: 128
Joined: Wed Jun 03, 2009 9:48 am

Post 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!
Post Reply