2 Service XML
This topic provides an overview of components of the Service XML.
Oracle FLEXCUBE Development Workbench provides the developer with a user friendly console for defining a gateway service of FCIS. One Service XML corresponds to one Gateway Service. All the Function Ids which are part of the particular service would be captured in the Service XML along with the operation details.
ODT assist developers in developing the webservice with the capability of generating the following artifacts for building ear file.
Artifacts of Service XML
Table 2-1 Files and Description
Files | Description |
---|---|
<Service Name>Src\*Impl.java | IMPL files for service |
<Service Name>WSDL\*.wsdl | WSDL files for service |
<Service Name>Config\*.xml | Config files |
<Service Name>XSD\*.xsd | Service specific xsd’s |
<Service Name>Common\*.xsd’s | Common XSD’s (call forms ) part of service |
<Service Name>\<Service Name>\METAINF\application.xml <Service Name>\<Service Name>\METAINF\MANIFEST.MF |
Config XML’s for building the Web service |
<Service Name>\<Service Name>\commonscodec-1.2.jar | Utility Jar for building the web service |
<Service Name>\<Service Name>\wscommon.jar | Utility Jar for building the web service |
Sample Ant file | For building service ear file |
Note:
Non-extensibility function Id’s operations don’t allow add/modify any existing service; it will allows delete operation only.- Generate Service XML
This topic provides the systematic instructions to generate Service XML.