8 Generation of Web service Artifacts through SilentOdtUtility
This topic provides an overview of the generation process of Web service Artifacts through SilentOdtUtility.
- LOGIN
- SETRELEASE
- SXML_BULKGENERATION
Figure 8-2 SilentODT Running in Command Prompt
Table 8-1 Service Artifacts files
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 |
|
Config XML’s for building the Web service |
<Service Name>\<Service Name>\commons-codec-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 8-3 SilentODT Generated Files Tree Structure
Log Files
- ServiceGenerationStatus.csv
Generation status will be saved in the above-mentioned file. This will be generated in the destination path.
- XSDValidationErrors.csv
XSD Validation errors, if any, will be saved in the above-mentioned file. This will be generated in the destination path.
- Utility Log File
Log File of the utility would be generated in the path configured in SilentOdt.properties. This can be used in case of any troubleshooting.
Figure 8-4 SilentODT Generated log Files Folder
Ant Build Scripts
- WLANTBuild.xml – Ant script for web logic server
- WASAntBuild.xml – Ant Script for web sphere server
Figure 8-5 SilentODT Generated Files Ant Build Files Folder
Gateway Property Files
- gw_ws_logger.properties
- GW_WS_Prop.properties