Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Following is a list of possible parameters:

Parameter

Type & length

Values

Description

Action

A(3)

DSP
ADD
UPD
DLT

Display a service.
Add a service.
Update a service.
Delete a service.

Service

A(30)


Service name.

Host

A(80)


Host name.

Return Code

A(2)

OK
ER

Action performed successfully.
Error in action requested.

Type of Target

A(3)

FUN
RPG

Target is a Process/Function.
Target is a Program.

Target

A(32)


This may contain either:
     Process   A(10)
     Function  A(7)
     Partition  A(3)
     Language  A(4)

or
     Program  A(32)

RDMLX Flag

A(1)

Y
N
blank

If Target is a Process/Function
Y=Function is RDMLX
N=Function is not RDMLX
(A blank is an implied N).

WSDL Path

A(256)


Absolute path of WSDL file.


The parameters that are required depend on the Action code:

...