Start of change

Defining the Web service client and wrapper programs

If you are not using program autoinstall, you need to define resource definitions for the Web service client and wrapper programs.

  1. Define PROGRAM resource definitions for the wrapper programs, using the command CEDA DEF PROG(program) G(EXAMPLE) You should create definitions for the following COBOL programs:
    Start of change
    Table 1. SDFHSAMP members containing COBOL source code for the wrapper modules
    Member name Description
    DFH0XICW Wrapper program for the inquireCatalog service.
    DFH0XISW Wrapper program for the inquireSingle service.
    DFH0XPOW Wrapper program for the purchaseOrder service.
    End of change
  2. Define a PROGRAM resource definition for the Web services client program DFH0XECC, using the command CEDA DEF PROG(DFH0XECC) G(EXAMPLE). This is a COBOL program. You can use default values for all of the other attributes.
End of change