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
ASP.NET VB Help.
Garth_Ferrier_(garthf_-_(deleted))
I am just getting started with ASP.NET and want to use it to access the Livelink API, but i am having some difficulties... Please can somebody help by posting some sample code (preferably VB) and an explanation of what i need to do on the server to make it work.Thanks in advance,Rhys
Find more posts tagged with
Comments
K__Nair_(SonySemiUser2_(Delete)_1432771)
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=2939290&objAction=browse&sort=nameHave
you tried the above in KB.The server details need to be put or changed accordingly.In most cases an IP address of the livelink server ,port of the server,schema name of database,UID,pwd of the user needs to be changed.If you have installed builder on your livelink application the API reference most probably will be
http:///Livelinkbuilder/index.htmlI
have done some interesting stuff at this web site even though I prefer doing it in java
http://www.greggriffiths.org/livelink/Check
them out .I have it hevily commentedJust before posting this I compiled the example given in VB6.0 and it works.They have a c# example also in KB
Garth_Ferrier_(garthf_-_(deleted))
Thanks for your help,I too prefer using java to access the API and i have found it quite easy to write JSP pages etc to do so.. but in this instance i need to code the pages using .NET.The problem i have is that i don't know how to import the class (namespace ?) for the livelink API so that i can make calls to it. I would like to know how i can make the API available to an ASP.NET page written with VB.Does this make sense?