Pages

Sunday, November 20, 2011


Oracle SOA

  For communication between any two softwares we need to have certain standards that can communicate with two softwares. There comes the concept of SOA(Service Oriented Architecture). Oracle has introduced this concept in the Fusion Applications as an another ERP concept.



Standards Of SOA:


      SOA mainly worked on industry standard languages such as XML, XSD,  WSDL, UDDI, SOAP.
           Every service provider stores its description in a directory and every consumer can make queries to directory and find out what services are  available and what are not available and how to communicate with provider.
          Consumer formulates its message to provide using a tag based language called Extensible Language(XML).It queries and communicates with the Database.


WSDL (Web Service Definition Language) : It is an implementation of SOA. A language to create Service description in a specific directory is WSDL.


SOAP(Simple Object Access Protocol ) : It is a industry standard language to communicate with directory.