In Oracle fusion applications, personalization and customizations were taken to a level above compared to Oracle EBS self-service applications and other legacy ERP suites. In Fusion applications customizations and personalizations, that are in development stage, are isolated from the application in use, thereby protecting the usage and functionality away from…
How to create OAF Train step process
A sequential train step process is useful in transactions that involve multiple entities. A classic example is applicant registration process in job sites, which involved personal details page, skill set page, educational qualifications, etc.. A train step process can be created in OAF by following below steps. 1. Create all…
Understanding WSDL
WSDL (web service description language) is an XML family document describing how to interact with the web service described. Web services can be consumed by the code, generated using WSDL definition, that knows precisely how to interact with the web service. In a nutshell WSDL document contains details about data…
Understanding XML & XSD in SOAP webservice context
In the world of integration applications, we have been hearing about webservices mainly of types REST and SOAP. In general, a SOAP webservice publishes its definition file with WSDL (Webservice definition language) extension that belongs to XML (Extensible Markup Language) family. A typical webservice definition file contains details about services/operations,…