![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
tpco_closeSrvSession | |
This function closes a TPRPC session to a T4x server. More... | |
tpco_connectTo | |
This function opens a connection to a server. More... | |
tpco_openSrvSession | |
This function opens a TPRPC session to a T4x server. More... | |
tpco_openSrvSession2 | |
This function opens a TPRPC session to a T4x server. This function supports SSL and HTTP tunneling. More... | |
tpco_openSrvSession3 | |
This function opens a TPRPC session to a T4x server. This function supports SSL and HTTP tunneling and 2way ssl. More... | |
tpco_sendSrvCMD | |
This function sends a command to the T4x server and waits for the result. More... | |
tpco_closeSrvSession |
This function closes a TPRPC session to a T4x server.
handle | the connection handle |
tpco_sendSrvCMD
Referenced by T4X::SOAP::CLIENT::callSoapOperation(), ITK::connect2TcDB(), T4X::CONNECTION2EA::deleteConnectionInfo(), T4X::SOAP::CLIENT::deployShmemVariable(), T4X::SOAP::CLIENT::existsShmemVariable(), getBinLogFile(), T4X::SOA::getConnectionParameters(), ITK::setConnectionParameters(), storeBinLogFile(), and testLogPattern().
tpco_connectTo |
This function opens a connection to a server.
idString | id/name of the connection configuration to use |
Referenced by T4X::SOAP::CLIENT::callSoapOperation(), ITK::connect2TcDB(), T4X::CONNECTION2EA::deleteConnectionInfo(), T4X::SOAP::CLIENT::deployShmemVariable(), T4X::SOAP::CLIENT::existsShmemVariable(), getBinLogFile(), T4X::SOA::getConnectionParameters(), ITK::setConnectionParameters(), storeBinLogFile(), and testLogPattern().
tpco_openSrvSession |
This function opens a TPRPC session to a T4x server.
server | the server ip or hostname |
port | the port of the server |
user | username (default=0) |
passwd | password (default=0) |
tpco_openSrvSession2
. tpco_openSrvSession
can only open connections over SOCKET and IPv4.tpco_sendSrvCMD
tpco_openSrvSession2 |
This function opens a TPRPC session to a T4x server. This function supports SSL and HTTP tunneling.
server | the server ip or hostname |
port | the port of the server |
user | username (default=0) |
passwd | password (default=0) |
transport |
|
portocol |
|
proxy | (optional) If a http(s) connection is used, an http(s) proxy can be specified. |
tpco_sendSrvCMD
tpco_openSrvSession3 |
This function opens a TPRPC session to a T4x server. This function supports SSL and HTTP tunneling and 2way ssl.
-server | the server ip or hostname |
-port | the port of the server |
-user | username (opional default=0) |
-passwd | password (opional default=0) |
-transport | (optional)
|
-ipmode | (optional)
|
-proxy | (optional) If an http(s) connection is used, an http(s) proxy can be specified. |
-ccert | (optional) the client certificate. |
-rcert | (optional) the reverse certificate. |
tpco_sendSrvCMD |
This function sends a command to the T4x server and waits for the result.
handle | the connection handle |
tout | timeout for the command (seconds) |
procmd | internal use only |
cmd | the server command |
parg | the comannd arguments (tcl list) |
prio | priority of the command (0-255) |
wthid | chooses the server worker ID for the command (0= all worker) |
example tprpc server-call (plain socket ipv6)
example tprpc server-call (https tunnel via proxy ipv64)