This the error when i try to send a Microsoft.XMLHTTPThe error is on the line Call page.send(request)
the file msxml3.dll exists on the server (windows
/system3) The agent is signed correctly. the agent security level is 2
   'Create page XMLHTTP 
Set page = CreateObject("Microsoft.XMLHTTP") 
'Open with the urlWSDL 
Call page.open("POST", urlWSDL, False) 
' Header
Call page.SetRequestHeader("Content-Type" , "text/xml;charset=UTF-8")
Call page.SetRequestHeader("SoapAction", "http://schemas.xmlsoap.org/soap/envelope")
 'Send the request
Call page.send(request)