custom

Specifies a web service method that exposes a custom method implemented by the developer (Not supported yet)

...

Syntax:

custom Name [ MethodDirection ] {
Parameters [ NamedReturnType ] 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

Description of web service method

Syntax:

documentation <String> ;

Codegen properties


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