Hi,
I’ve come across a scenario on data integration between two databases(Oracle & SQL)
I’ve used pub-sub model to implelment by creating adapter notification to publish data from a table A on oracle database and trigger to subscribe the document and insertsql service to insert received data to table B on SQL database(broker is there for routing documents).
The requirement is our solution should support SOA architecure. To support this, above solution is fine or is there a alternate way to implement the above mentioned scenario?
I understand webservices is one of the ways of implementing soa architecure. In this case can I do something with webservices?
If there is a way to implement the same using webservices, which one would be faster/recommended??
Any thoughts on this will be highly appreciated.
Thanks,
Srini
#webMethods#API-Management#soa