Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

The PROTOCOL option specifies the message protocol to use for the current operation.

PROTOCOL is required to process the workload execution request.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Long Form

-protocol protocol

(tick)

(tick)

Values

protocol is the protocol to use for the current operation.

Valid values for option are:

  • HTTP
    Specifies an HTTP operation for executing a workload with an HTTP interface.
  • JMS
    Specifies a JMS operation for executing a workload with a JMS interface.
  • MQ
    Specifies an MQ operation for executing a workload with an MQ interface.
  • SOAP
    Specifies a SOAP operation for executing a workload with a SOAP interface.
  • XDSOAP
    Specifies an XD operation for executing a workload within the XD environment.

There is no default; a value must be passed.

  • No labels