INVOKE (WEB)SERVICE
| COBOL | Java |
|---|---|
| EXEC CICS INVOKE SERVICE EXEC CICS INVOKE WEBSERVICE |
ibmCics.invoke |
Syntax
ibmCics.invoke(new InvokeOptions()
.uriMap(<UriMap>)
.serviceName(<ServiceName>)
.channel(<Channel>)
.operation(<Operation>)
[.scope(<Scope>)]
[.scopeLen(<ScopeLen>)]
[.noHandle(true)]
);Parameters
<UriMap>
Name of the URIMAP to be used. See URIMAP Config.
<ServiceName>
Name of the service to be invoked.
<Channel>
Name of the channel owning the container to be used.
<Operation>
Name of the operation to be invoked.
<Scope>
Optional prefix for the service name.
<ScopeLen>
Optional length of the scope prefix.
<noHandle>
Optional boolean. If set to true, exceptions created by this command will be ignored.
Examples
| COBOL | Java |
|---|---|
|
|
