Working with SIEBEL & Visual Basic
Hi Folks,
This is a big first for me. I am getting a project to work upon. This project is for making calls to the SIEBEL EAI.
Has anybody worked on this kind of stuff? There is an existing VB App from where I have to invoke the EAI calls.
What are the different architecture mechanisms possible to do this?
Cheers,
Abhijit
Re: Working with SIEBEL & Visual Basic
Ok, folks, I have read up some stuff on Siebel in the Siebel Bookshelf. The key transport mechanims between Siebel EAI and outside programming languages are
a) MQ Series
b) MSMQ
c) Java Business Service
d) Java Message Transport Service
e) EAI Http Transport
f) EAI File Transport.
Right now File Transport seems like a feasible mechanism to me.