Program Call Markup Language
Overview
Program Call Markup Language (PCML) is a tag language that helps
you call server programs, with less Java code. PCML is based upon
the Extensible Markup Language (XML), a tag syntax you use to
describe the input and output parameters for server programs. PCML
enables you to define tags that fully describe server programs
called by your Java application. For more information about XML,
see the XML reference section.
A huge benefit of PCML is that it allows you to write less code.
Ordinarily, extra code is needed to connect, retrieve, and
translate data between a server and IBM Toolbox for Java objects.
However, by using PCML, your calls to the server with the IBM
Toolbox for Java classes are automatically handled. PCML class
objects are generated from the PCML tags and help minimize the
amount of code you need to write in order to call server programs
from your application.
Platform requirements
Although PCML was designed to support distributed program calls to server program
objects from a Java platform, you can also use PCML to make calls to a server
program from within the server environment.
Topics for more information
Refer to the
following topics on how to use PCML:
- Call programs with the help of
PCML
- Build program calls with PCML
tags
- A PCML example