Overview Module Function Class I*Tea 3.6.8 Reference Documentation© 2013 PDM&FC

Function itea-ws-operation

itea-ws-operation wsName opame reqParts respParts
itea-ws-operation wsName opame reqParts respParts description

Declares an operation for a web service.

Parameters:
wsName - The web service descriptor the operation will be added to.
opName - Symbol corresponding to the operation name.
reqParts - List of parts that make up the request message for the operation. The structure of this list is the same when declaring a complex type with itea-ws-type-struct.
respParts - List of parts that make up the response message for the operation. The structure of this list is the same when declaring a complex type with itea-ws-type-struct.
Description - Optional parameter with a description to assign to the operation.

The wsName argument is a symbol. A variable identified by that symbol must be accessible in the current context and it must contain a web service descriptor object. This function is tipically called after creating the web service descriptor object by a call to the itea-ws function and after declaring the appropriate types with itea-ws-type-struct, itea-ws-type-array.

Overview Module Function Class ${tea.teadoc.header}
Report a bug or request new features
© 2013