Dear All,
I added this sample code as many of us as a livelink developer/ consultant try understand livelink webservices and configration.
I have attached sample code for upload large document using ASP.NET website . it is easy to understand.
same configration has to be done on server (web.config) and client (web.config)
https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objid=34281188&objAction=browse&sort=name
<httpRuntime maxRequestLength="2097151" />. Specifies the limit for the input stream buffering threshold, in KB. This limit can be used to prevent denial of service attacks that are caused, for example, by users posting large files to the server.
The default is 4096 KB. If the threshold is exceeded, a ConfigurationErrorsException exception is thrown.
Hope this will helps a lot in reducing in Learning curve till we have proper documentation for Webservices.
Regards
Kumar