![]() |
T4EA
AIG_19.2 C8891 A24697
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) |
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 |
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 |
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 |
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 |