Hi Janusz,
We are doing something similar to develop portal adapter on ADK framework for Portal Infranet 6.5, on the IS 6.0.1.
This adapter has to implement business functionality like creation of customer, creation of subscription, set customer and set subscription. In some business functionality the adapter has to invoke multiple opcodes in a single transaction. I am using the connection pooling mechanism provided by ADK framework to connect to Portal Infranet server.
I am unable to maintain multiple transactions for example, if i execute create subscription ONCE (it has multiple OpCode invocation and uses the transaction OpCodes provided by Infranet - TransactionOpen, TransactionCommit and TransactionAbort) it is successful. However, if I invoke same service from two different sessions, I get the error “Transaction is already Open”.
Any solution on how to overcome this? Any inputs will be of great help.
Thank You
Preeti
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods