Я начал работать над проектом, который показывает ошибку, которую я описываю ниже со строками:
' VBScript
Set lLogOn = Server.CreateObject("RuleEngine26.Transact")
' They have a DLL named RuleEngine26.dll and are creating object out of it
' They put functions like dbconnection inside of it
' There is no source code for it, only the DLL is available
' VBScript
lprofile = lLogOn.PerformTxn(lChnlId, lAppId,"SignOn","",lUserId,lxmlrequest)
' Here they are calling a function and it returns XML
' The expected XML should contain 4 child nodes but I am getting none back
Как мне решить эти проблемы?