But in this scenario there are two connections towards Postilion
system.
The first one is for sign on/sign off messages (There will be a port on
which
our modul listen for sign on/sign off messages)
The second one is for financial transactions
(There is a port on which Postilion system listen for financial
transaction)
I am not quite sure that Postilion supports such kind of connection.
Probably not. It is more likely that there is only one connection.
For example, the test scenario for Echo test transaction would be the
following one:
1. Sign on request from Postilion to our modul.
2. Sign on response from our modul to Postilion.
3. Echo test request from our modul to Postilion.
4. Echo test response from Postilion to our modul.
According to this scenario our modul have to:
1. establish connection with Postilion to specified port.
2. then, it waits for Sign on request from Postilion.
3. then it sends Sign on response to Postilion.
4. sends to Postilion other financial transactions received from our
application.
Can someone who has worked with Postilion confirm this approach?
And the second question: is such solution posible in jpos/q2 domain?
Any suggestion is very welcome.
Thanks again,
Mladen