Having a difficult time migrating agent code that runs well on a client machine (XP) into an agent so that it can run scheduled. The server is running Domino 6.5 on Windows Server 2000sp4 with MSSoapToolkit3 installed and the SOAPConnect for LotusScript components from IBM.
calling the mssoapinit method only results in an XMLParser error: Access is denied.
Are there configuration issues to be accounted for on WinServer 2000 that might prevent what appears to be access to the WSDL file open ?
Attempting to open the WSDL in a browser on Win2000 is requesting a domain as a separate dialog entry, which we're passing as uername@domain.com but I can only access the WSDL by passing the domain as domain.com\username.
Any and all help greatly appreciated.
calling the mssoapinit method only results in an XMLParser error: Access is denied.
Are there configuration issues to be accounted for on WinServer 2000 that might prevent what appears to be access to the WSDL file open ?
Attempting to open the WSDL in a browser on Win2000 is requesting a domain as a separate dialog entry, which we're passing as uername@domain.com but I can only access the WSDL by passing the domain as domain.com\username.
Any and all help greatly appreciated.