Page History
...
The SERVICE keyword value is used in a resource property lookup using the property key service.'value' and service.archive.'value' to locate the binding class and the binding jar file that contains the binding class and supporting classes generated by the JSONBinding Wizard. If the service binding archive entry does not exist, then the binding jar file must exist in the JSM jar subdirectory instead of a user-specified directory.
You will need to specify the type of bind as outbound or inbound - a READ and GET are normally associated with an inbound type, while SET and WRITE are normally associated with an outbound type.
...
SERVICE_LOAD
BIND TYPE(*OUTBOUND)
SET (one or more times)
WRITE
CLOSE
SERVICE_UNLOAD
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
BIND | SERVICE | value | Required. Service name. |
TYPE | *INBOUND | Required. Inbound binding. | |
*OUTBOUND | Outbound binding. | ||
BINDTRACE | *YES | Optional. Trace the inbound bind result. | |
*NO | Default. | ||
SUBSET | Optional. See SUBSET. | ||
FILTER | Optional. See FILTER. |
Example
BIND SERVICE(Order) TYPE(*INBOUND) BINDTRACE(*YES)