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.

The following operations needs to be configured in OdtOperations.properties in respective sequence.
  • 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.

Double click the batch file silentOdt.bat/sh present in the ODT source.

Figure 3-13 SilentODT Running in Command Prompt



The following service artifacts files will be generated in the destination directory specified after successful built operation.

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