Hi !
I have an application written in Java which upload and download documents stored in my Livelink by using les-webservices. The first version of my app uses the Authentication service to get a token (base on the Livelink user login and password). Everything works fine in this version.
Now, in...
Hi !
The livelink I use is : Livelink 9.7.1 UTF8
When i execute this code :
echo ("------------------")
String test1 = "abcde"
String test2 = "àbcdé"
echo (length(test1))
echo (length(test2))
echo ("------------------")
I have this result :
------------------
5
3
------------------
This...
Hi, I have develloped a script in a new livelink module. The goal of this big project was to import document/folder/object...into Livelink. (Livelink Object Importer was not able to do what we want).
Most of the time this project works fine but sometime I have a problem that i don't understand ...
Hi,
I'm developing a new research Webservice more easy to use than the existing SearchService. My web method signature is:
searchDocument(Integer aStartingLocation, String aDocumentCaption, Metadata aMetadata)
My problem is now to create the research query for the WebSBrocker module…I don’t...
Hey,
my question is for appnair and ggriffit :).
I work on livelink since march 2010, my company wants to be OT partner, so i have to pass the certification exam for developer. I just want to know if it's a difficult exam and wich parts of livelink i need to focus for this exam.
i haven't...
Hi,
I will soon develop 10 news WebMethods in a new Livelink WebService.
I 'm trying to understand how authentification works.
My frist question is : When i call AuthenticateUser method, the password is not encrypted, does this mean that I can see my password in the soap envelop ? (using...
Hello,
In Livelink, if user1 is proxy of user2, in the Personnal assignements page, how user1 can know the task which was originaly assign to user2 ?
Thanks
Hello,
I'm learning to use Livelink WebServices, and there is some stuff that i don't understand.
Can I use Livelink WebServices API with any programming languages (java ok, C# ok, but C++ ?, VB.net ?, PHP ?...
Hello,
I'm trying to learn more about Livelink WebServices. The C# exemple works fine but not the Java one. I think it's a Tomcat configuration problem but i have no idea how to solve it.
I have this message when i try to authenticate myself :
"Server did not accept open request".
If I put the...
Hi,
How can i have access to the OT Knowledge Center ? my company has to be a partner ? how much does it cost ?
In this KC, can i have access to documents such has "Livelink builder fundamentals course" or "Livelink WebServices Developers guide" ?
Thanks
Hi,
Everything is in the title; I’m trying to remove a document in Livelink via an Oscript program. I tried DAPI.DeleteNote() method , and also $LLIAPI.LLNODE.NodeDelete() but nothing seem to work like I want.
The file is removed but I still have the document...
Hello everybody,
I'm trying to validate my XML file with and XML schema but I get validations errors where there is not. It is like it doesn't understand my xsd
My XML :
<?xml version="1.0" encoding="UTF-8"?>
<personne>
<nom>MBODJ</nom>
<prenom>Babacar</prenom>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.