![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
addPreServerFunctionHandler protocol handlerCommand | |
createClient proxyname function | |
This function creates a TCL function (stub) to call a TPRPC service. More... | |
createClientA host port user pass tout prio wthid proxyname function | |
This function creates a TCL function (stub) to call a TPRPC service. More... | |
createClientFor conid tout prio wthid proxyname function | |
This function creates a TCL function (stub) to call a TPRPC service. More... | |
createServer proxyname function args | |
This function creates a network service(proxy) to TCL functions. More... | |
removePreServerFunctionHandler protocol handlerCommand | |
ProxyGen::addPreServerFunctionHandler | protocol handlerCommand | ||
Add a command executed before every incoming webcall.
The call may signal an exception using return -error
. In this case the execution of the server call will be abandoned and the result of the command be interpreted as an error.
Note that the command has to accept two arguments:
protocol | currently only JSON is supported. Others will cause an error to be raised |
handlerCommand | the fully qualified name of an existing procedure to be executed |
ProxyGen::removePreServerFunctionHandler | protocol handlerCommand | ||
Remove a command formerly added with addPreServerFunctionHandler
protocol | currently only JSON is supported. Others will cause an error to be raised |
handlerCommand | the fully qualified name of an existing procedure to be executed |