3.4 Generation of Web service Artifacts through SilentOdtUtility
The topic provides the instructions to generate Web service Artifacts through SilentOdtUtility
To generate web service artifacts for a service, configure the property files of the utility as explained in the previous section.
- LOGIN
- SETRELEASE
- SXML_BULKGENERATION
Specify the following values for gen parameter of SXML_BULKGENERATION IMPL_FILE, CONFIG_FILES, WSDL_FILE, XSD_FILES, GW_WS_PROP_FILES, ANT_BUILD.
Figure 3-13 SilentODT Running in Command Prompt
Table 3-10 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 (Can be modified by Dev team as per Folder structure) |
Figure 3-14 SilentODT Generated Files Tree Structure
- Log Files
This topic gives an overview on Log Files. - Ant Build Scripts
This topic gives an overview on Ant Build Scripts. - Gateway Property Files
This topic gives an overview on Gateway Property files.
Parent topic: ODT Silent Utility