![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
encryptString4PipeProtocol strCredential | |
puts #!! around the string if not already there, which prevents the input string from being written to the logfiles More... | |
executeTCSOACall TcSoaUrl strCommand | |
call a TCSOA service T4x JAVA TCSOA adapter based on the input in the ::StatusInfo array content, that was filled via the T4X::TC::MAPPING::storeReverseMappingAttribute function. More... | |
extendClassPath args | |
Extends the JVM class path used by the SOA pipe server. More... | |
extendJVMArgs args | |
Extends the JVM args used by the SOA pipe server. More... | |
getConnectionParameters | |
get Teamcenter connection parameter, used internally only for use with TCSOA adapter More... | |
importSSLCertificate hostname ?port? ?password? | |
Imports an untrusted SSL certificate from an HTTPS server into the certificate store of the current VM (see JAVA_HOME) More... | |
performEBSCall serviceURL xmlPayload soapParameters userName password ?headerPayload? | |
Special SOAP function to call a Oracle EBS service (sets UsernameToken authentication) More... | |
performGenericWebServiceCall serviceURL xmlPayload ?soapParameters? ?userName? ?password? ?headerPayload? | |
call a SOAP web service via the T4EA JAVA SOAP adapter More... | |
performGenericWebServiceCall2 serviceURL xmlPayload ?soapParameters? ?userName? ?password? ?headerPayload? | |
call a SOAP web service via the T4EA JAVA SOAP adapter More... | |
performGenericWebServiceCallFireAndForget serviceURL xmlPayload ?soapParameters? ?userName? ?password? ?headerPayload? | |
asynchronously call a SOAP web service via the T4EA JAVA SOAP adapter (does not wait for response) More... | |
performSAPBAPICall serviceURL xmlPayload userName password | |
Special SOAP function to call a SAP BAPI exported as a web service (sets some special values and parses the result) More... | |
performSAPESCall serviceURL xmlPayload userName password | |
Special SOAP function to call a SAP Enterprise Service (sets SOAP parameters and parses the result) More... | |
setClassPath classPathAsAList | |
Sets the JVM class path used by the SOA pipe server. More... | |
setIdleTimeout timeout | |
Sets the idle timeout used by the SOA pipe server. More... | |
setInitialJavaHeapSize initialJavaHeapSizeInMegaBytes | |
Defines the JVM min heap size used by the SOA pipe server. More... | |
setJavaDataModel dataModel | |
Defines the JVM data model used by the SOA pipe server (32 or 64 bit) More... | |
setMaximumJavaHeapSize maximumJavaHeapSizeInMegaBytes | |
Defines the JVM max heap size used by the SOA pipe server. More... | |
setProxy host ?port? ?userName? ?password? ?domain? | |
sets proxy connection data (and unsets proxy if host is empty) More... | |
setTimeout timeout | |
Sets the timeout used by the SOA pipe server. More... | |
Variables | |
soaJavaServer | |
Internal variable storing information on the SOAP client pipe. More... | |
tcsoaJavaServer | |
Internal variable storing information on the TCSOA client pipe. More... | |
T4X::SOA::encryptString4PipeProtocol | strCredential | ||
puts #!! around the string if not already there, which prevents the input string from being written to the logfiles
strCredential | the input string |
T4X::SOA::executeTCSOACall | TcSoaUrl strCommand | ||
call a TCSOA service T4x JAVA TCSOA adapter based on the input in the ::StatusInfo array content, that was filled via the T4X::TC::MAPPING::storeReverseMappingAttribute function.
TcSoaUrl | URL of the Teamcenter server, including port and application address |
strCommand | T4x specific command |
T4X::SOA::extendClassPath | args | ||
Extends the JVM class path used by the SOA pipe server.
args | (JVM class path args to be extended) |
T4X::SOA::extendJVMArgs | args | ||
Extends the JVM args used by the SOA pipe server.
args | (JVM args to be extended) |
T4X::SOA::getConnectionParameters |
get Teamcenter connection parameter, used internally only for use with TCSOA adapter
T4X::SOA::importSSLCertificate | hostname ?port? ?password? | ||
Imports an untrusted SSL certificate from an HTTPS server into the certificate store of the current VM (see JAVA_HOME)
hostname | name of the SSL host to load the certificate from |
port | SSL port (defaults to 443) |
password | password for the local Java VM certificate store (defaults to "changeit") |
20110728 us: ported to T4x9 and PIPE2
T4X::SOA::performEBSCall | serviceURL xmlPayload soapParameters userName password ?headerPayload? | ||
Special SOAP function to call a Oracle EBS service (sets UsernameToken authentication)
serviceURL | the URL of the Enterprise Service |
xmlPayload | the XML payload to pass (inside the SOAP body tag) |
soapParameters | additional SOAP parameters to pass |
userName | user name for authentication |
password | for authentication |
headerPayload | SOAP header payload, e.g. for the responsibilities (defaults to empty) |
T4X::SOA::performGenericWebServiceCall | serviceURL xmlPayload ?soapParameters? ?userName? ?password? ?headerPayload? | ||
call a SOAP web service via the T4EA JAVA SOAP adapter
serviceURL | the URL of the Enterprise Service |
xmlPayload | the XML payload to pass (inside the SOAP body tag) |
soapParameters | additional SOAP parameters to pass (optional - default -> EMPTY) |
userName | user name for authentication (optional - default -> EMPTY) |
password | for authentication (optional - default -> EMPTY) |
headerPayload | SOAP header payload (optional - default -> EMPTY) |
T4X::SOA::performGenericWebServiceCall2 | serviceURL xmlPayload ?soapParameters? ?userName? ?password? ?headerPayload? | ||
call a SOAP web service via the T4EA JAVA SOAP adapter
serviceURL | the URL of the Enterprise Service |
xmlPayload | the XML payload to pass (inside the SOAP body tag) |
soapParameters | additional SOAP parameters to pass (optional - default -> EMPTY) |
userName | user name for authentication (optional - default -> EMPTY) |
password | for authentication (optional - default -> EMPTY) |
headerPayload | SOAP header payload (optional - default -> EMPTY) |
T4X::SOA::performGenericWebServiceCallFireAndForget | serviceURL xmlPayload ?soapParameters? ?userName? ?password? ?headerPayload? | ||
asynchronously call a SOAP web service via the T4EA JAVA SOAP adapter (does not wait for response)
serviceURL | the URL of the Enterprise Service |
xmlPayload | the XML payload to pass (inside the SOAP body tag) |
soapParameters | additional SOAP parameters to pass (optional - default -> EMPTY) |
userName | user name for authentication (optional - default -> EMPTY) |
password | for authentication (optional - default -> EMPTY) |
headerPayload | SOAP header payload (optional - default -> EMPTY) |
T4X::SOA::performSAPBAPICall | serviceURL xmlPayload userName password | ||
Special SOAP function to call a SAP BAPI exported as a web service (sets some special values and parses the result)
serviceURL | the URL of the Enterprise Service |
xmlPayload | the XML payload to pass (inside the SOAP body tag) |
userName | user name for authentication |
password | for authentication |
T4X::SOA::performSAPESCall | serviceURL xmlPayload userName password | ||
Special SOAP function to call a SAP Enterprise Service (sets SOAP parameters and parses the result)
serviceURL | the URL of the Enterprise Service |
xmlPayload | the XML payload to pass (inside the SOAP body tag) |
userName | user name for authentication |
password | for authentication |
T4X::SOA::setClassPath | classPathAsAList | ||
T4X::SOA::setIdleTimeout | timeout | ||
T4X::SOA::setInitialJavaHeapSize | initialJavaHeapSizeInMegaBytes | ||
Defines the JVM min heap size used by the SOA pipe server.
initialJavaHeapSizeInMegaBytes |
T4X::SOA::setJavaDataModel | dataModel | ||
Defines the JVM data model used by the SOA pipe server (32 or 64 bit)
dataModel | (either 32 or 64) |
T4X::SOA::setMaximumJavaHeapSize | maximumJavaHeapSizeInMegaBytes | ||
Defines the JVM max heap size used by the SOA pipe server.
maximumJavaHeapSizeInMegaBytes |
T4X::SOA::setProxy | host ?port? ?userName? ?password? ?domain? | ||
sets proxy connection data (and unsets proxy if host is empty)
host | name or IP of the HTTP proxy host |
port | port of the proxy on the proxy host |
userName | optional proxy user name |
password | optional proxy user password |
domain | optional domain of the proxy user |
T4X::SOA::setTimeout | timeout | ||
|
static |
Internal variable storing information on the SOAP client pipe.
|
static |
Internal variable storing information on the TCSOA client pipe.