Rational Developer for System z

ServiceSpecification.xml

ServiceSpecification.xml is one of the three generation properties files used by the batch processor.

Purpose

Using the ServiceSpecification.xml file, you can specify the options required to generate new Web service interfaces or Web service implementations. In this file you can also override certain options that you specify in the PlatformProperties.xml file.

ServiceSpecification.xml allows you to create:
  • A Web service interface for existing CICS® and IMS™ applications. The generated artifacts include a Web service description and message converters. For IMS, the generated artifacts also include the correlator file.
  • A new CICS or IMS service provider application from a Web Service description. The generated artifacts include language structures, message converters and an application template. For IMS, the generated artifacts also include the correlator file.
  • A new CICS service requester implementation from a Web Service description. The generated artifacts include language structures, message converters and an application template.

Elements

You can use the following elements in the ServiceSpecification.xml document:

Sample

The ServiceSpecification.xml sample (EISService Element) illustrates the use of applicable elements and their attributes.

Schema

The Schema for ServiceSpecification.xml provides the structure for the contents of the ServiceSpecification.xml document.
Related concepts

Batch processor


Feedback