plsql

Specifies a web service method that exposes a PL/SQL method in the database

...

Syntax:

plsql Name [ MethodDirection ] {
Parameters [ NamedReturnType ] PlSqlMethod PropertyArray [ Documentation ]
}

Name of method

Syntax:

<Identifier>

Specify whether web service method contains a response, only 'oneway' methods (i.e. no response) need to be explicitly marked

Syntax:

MethodDirection

Syntax:

( Parameter )*

Method return type

Syntax:

NamedReturnType

PL/SQL method call

Syntax:

call <BundleIdentifier> ;

Description of web service method

Syntax:

documentation <String> ;

Codegen properties


This page is generated from IFS Developer Studio at 2019-09-04 09:50.