Hello Everyone,
I have a case like following.
There is one seeded (Employee Creation) page in Oracle application. When any transaction occurs in this page I have to forward the employee record to one third party legacy system using SOA services.
My problem is that as the Employee creation page is a seeded page so it is not possible to change any code for this screen. So I cannot invoke an WSDL here to send the record to SOA environment.
So please suggest me how could I achieve this.