Tumgik
#SOAsuite
soacommunity · 4 years
Text
Get XML Document from SOA Infra table by Martien van den Akker
Get XML Document from SOA Infra table by Martien van den Akker
Today I’m investigating a problem in an interaction between Siebel and SOASuite. I needed to find a set of correlated messages, where BPEL expects only one message but gets 2 from Siebel.
To get all the messages that are related to two flows that run parallel based on the same message exchange. The thing is that of course you want to see the contents of the message in the xml_document. This…
View On WordPress
0 notes
soacommunity · 8 years
Text
XA Transactions with SOASuite JMS Adapter by Martien van den Akker
XA Transactions with SOASuite JMS Adapter by Martien van den Akker
  JMS is perfect for setting transaction boundaries and in OSB it is pretty clear on how JMS transactions are handled. However, in SOASuite using the JMS adapter the SOA Infrastructure is handling your JMS transactions by default; and messages are removed from the queue rightaway because the Get’s are Auto-acknowledged. If something fails, you would expect that messages are rolled back to the…
View On WordPress
0 notes