![]() |
T4EA
18.1 C7177 A20283
Teamcenter Gateway for Enterprise Applications API Reference
|
Functions | |
checkConnection ?User? ?Password? ?System? ?ConnectString? ?Language? args | |
Customer specific implementation of the EA connection check / login. More... | |
createTag objDoc objParent strName | |
Create an element for dom document and append the new node to parent node. More... | |
createText4Tag objDoc objParent strText | |
Create text node and append the new node to parent node. More... | |
DemoERPService operation inputDict ?ConnectString? ?User? ?Password? ?Language? | |
Call the DEMO ERP web service via SOAP. More... | |
getTagValue objDoc strName | |
Search for node with specified name and return value of first found text node. More... | |
T4EA::CUSTOM::SERVICES::DEMOERP::checkConnection | ?User? ?Password? ?System? ?ConnectString? ?Language? args | ||
Customer specific implementation of the EA connection check / login.
User | EA User name |
Password | Password of the EA user |
System | System Identifier |
ConnectString | The connect string (URL, DB connect string, whatever...) to use for the check |
Language | language to use for session |
args | additional arguments (unused) |
References DemoERPService(), T4X::CORE::getSessionLogChannel(), T4X::CORE::storeMessage2(), and tpwrite().
T4EA::CUSTOM::SERVICES::DEMOERP::createTag | objDoc objParent strName | ||
Create an element for dom document and append the new node to parent node.
objDoc | root element of dom document |
objParent | parent node |
strName | tag name |
Referenced by DemoERPService().
T4EA::CUSTOM::SERVICES::DEMOERP::createText4Tag | objDoc objParent strText | ||
Create text node and append the new node to parent node.
objDoc | root element of dom document |
objParent | parent node |
strText | text |
Referenced by DemoERPService().
T4EA::CUSTOM::SERVICES::DEMOERP::DemoERPService | operation inputDict ?ConnectString? ?User? ?Password? ?Language? | ||
Call the DEMO ERP web service via SOAP.
If any optional parameter is missing, the procedure will use the default values from EA connection handling.
operation | the service's operation name |
inputDict | a TCL dict containing the data for the service call |
ConnectString | (optional) the base URL of the DemoERP service |
User | (optional) EA User name |
Password | (optional) Password of the EA user |
Language | (optional) Language to use for session |
References T4X::SOAP::CLIENT::callSoapOperation(), createTag(), createText4Tag(), T4X::SOA::encryptString4PipeProtocol(), T4EA::CONNECTION2EA::getCurrentEAInfo(), T4X::CORE::getSessionLogChannel(), getTagValue(), T4X::SOA::setProxy(), tpwrite(), and T4X::CORE::writeLogLineWithAttachment2BGS().
Referenced by checkConnection(), T4EA::GENBOM::CUSTOM::MAPPING::performTransfer(), and T4EA::GENOBJ::CUSTOM::MAPPING::performTransfer().
T4EA::CUSTOM::SERVICES::DEMOERP::getTagValue | objDoc strName | ||
Search for node with specified name and return value of first found text node.
objDoc | root element of dom document |
strName | tag name |
Referenced by DemoERPService().