Field | Description |
com_infoengine_user | This value should be mapped from the user listed in the ControlData structure. |
com_infoengine_messageProcessor | This value, used for an outgoing message from TIBCO BusinessWorks, is populated through the ESIMessaging/Processor global variable. For more information, see Installing and Configuring Windchill ESI in an SAP Environment (Установка и конфигурирование Windchill ESI в среде SAP). |
com_infoengine_locale | This value is used to describe the locale of the data in the message and comes directly from the JMS header of the Response message from Windchill PDMLink. It is then mapped to ControlData Locale field in the CBO to be stored. This is an important field as it is used in the adapter message subject name and also for looking up locale specific information for an object (defaults and cross-referencing). The value is in the Java approved format for locale: language_COUNTRY. For example, English for the US is en_US. |
com_infoengine_SOAP_class | This value is used when sending messages to Windchill PDMLink. It describes the class of the RPC being called in Windchill PDMLink. It is populated via the following global variable: ESIClassNames/ReleaseResultClass See Installing and Configuring Windchill ESI in an SAP Environment (Установка и конфигурирование Windchill ESI в среде SAP) for details. |
com_infoengine_SOAP_method | This value, used for an outgoing message from TIBCO BusinessWorks, describes theWindchill PDMLink RPCs that are being called. It is populated through the following global variable: ESIOthers/WCPostResultMethod. See Installing and Configuring Windchill ESI in an SAP Environment (Установка и конфигурирование Windchill ESI в среде SAP) for details. |
com_infoengine_ERPTYPE | This parameter is used as a filter for SAP and OM ESIResponse messages. Windchill pushes all the messages to a single JMS ESIResponse Queue. Process archives for SAP and OM subscribe to respective messages using this field as a filter. SAP messages will have “SAP” as value for this field and OM messages will have “OM” as value for this field. |