I’m trying to do a simple query in a Tamino 2.3.1 server from an HTML page using Tamino JScript API but I recieve an ‘Access Denied’ error.
I have debugged the error with MS Interdev and I’ve localized the error line in TaminoLib:
<BR>REQ.open("POST",this.XMLDB+extraPath,<BR>false,this.user,this.password); <BR>
The error is generated by the Microsoft.XMLHTTP object (REQ) used by TaminoLib.
The server works ok because I can do the query typing it directly in the browser’s URL textbox or from Visual Basic using TaminoX.ocx API.
#API-Management#webMethods#webMethods-Tamino-XML-Server-APIs