Hi, Im trying to connect to our Multiterm Server with the Multiterm API, but the only result I get is: "There was no endpoint listening at http://servername/sdl/discovery.svc".
This is the API sample code im trying to use:
Sdl.MultiTerm.TMO.Interop.Application MtApp1 = new Sdl.MultiTerm.TMO.Interop.ApplicationClass();
Sdl.MultiTerm.TMO.Interop.TermbaseRepository oServerRep = MtApp1.ServerRepository;
oServerRep.Location = "http://servername";
oServerRep.Connect("user","pass");
Does the 2011 API work with multiterm Server 7?
The URL in the error does not exist on our MT server, faulty installation? Does anyone with Multiterm Server 7 have this URL?
Any pointers appreciated.