WSACONTEXT DELETE

Use the WSACONTEXT DELETE command to delete the addressing context.

WSACONTEXT DELETE

Read syntax diagramSkip visual syntax diagramWSACONTEXT DELETECHANNEL( data-value)

Conditions: CHANNELERR, NOTFND, INVREQ

This command is threadsafe.

Description

The WSACONTEXT DELETE command deletes the addressing contexts for the request and response SOAP messages from the specified channel. You can use this command only in a web service requester.

Options

CHANNEL(data-value)
Specifies the name of the channel holding the addressing context. The name of the channel can be up to 16 characters in length. If the channel name is less than 16 characters, you must pad the data value with trailing blanks. You can specify the channel name DFHTRANSACTION to use the transaction channel.

Conditions

122 CHANNELERR
RESP2 values:
1
The name specified for the CHANNEL option contains an incorrect character or combination of characters.
2
The specified channel was not located.
16 INVREQ
RESP2 values:
5
This command is not allowed in a web service provider.
13 NOTFND
RESP2 values:
3
The addressing context was not located on the specified channel.