Hello,
Currently we have Livelink 9.7.1 setup with web services and Windows Authentication.
We are having some difficulty in uploading files greater than ~4mb. Using the MTOM streaming method (as found here) we get the error:
“HTTP request streaming cannot be used in conjunction with HTTP authentication. Either disable request streaming or specify anonymous HTTP authentication.”
So Windows Authentication is not supported with streaming. Then trying the HTTP client upload method (also found on that page) we get an error when accessing the service (.../les-services/HttpContentHandler.ashx) asking for a token. So does this mean that this method is also not supported with Windows Authentication (seeing as it doesnt use tokens)?
So my question is what options do we have in this situation? Is our only option to somehow not use Windows Authentication?
Thanks m