Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Web Services - Add Document
Jeffrey_West
I have installed the LAPI Web Services in a .NET environment. They work ok apart from add document. When i call this i get:System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> OpenText.LiveServices.LiveServicesException: Cannot access a closed file. at OpenText.LiveServices.DocMan.AddDocument(SessionInfo sessionInfo, Int32 parentID, String name, FileInfo fileInfo) --- End of inner exception stack trace --- I have installed the Java versions of the web services on BEA and can add documents fine.
Find more posts tagged with
Comments
Jeffrey_West
The web services are poiting at an Directory Services authenticated instance of Livelink and as such the web services are running under basic authentication with .NET impersonation enabled (so the web services can respond to the NTLM challenge from Livelink). To note - add document works when i point the web services at a normal livelink authenticated instance.