...but the calls to the MTS components don't work, the out parameters always return indefined.
An practical example:
VC++ method:
HRESULT getName(/*[in]*/long cust_id, /*[out]*/BSTR *Name,/*[out]*/BSTR *msgErr, /*[out, retval]*/long res);
JavaScript call to MTS method:
<SCRIPT...