• Need to use the API or IshRemote to create publication objects

    Hello, I am trying to automate the creation of CCMS publications. I've been able to create a script that generates and imports the publication data (maps, topics, media, etc), however, I'm stuck on the creation of the actual publication objects. To…
  • Service to import translated content

    Former Member
    Former Member
    I am writing a piece of code that will take a file and write it back to the content manager. However, in looking at the documentation, I can see a way to do that through the CLI. Is there an equivalent service to accomplish the same thing or is CLI the…
  • RE: How to get last two days baseline information from SDL using baseline2.5?

    May I first of all remark that you are using the ASMX endpoints which are marked deprecated, so will be removed in a future release. You should use the WCF endpoints (like ISHRemote does). If I interpret your description "to get the response with…
  • Failed to Download Publication Output Data

    Hi Everyone! I've been trying to download Publication Output Data using ISHRemote however I am getting this error: The security timestamp is stale because its expiration time ('2017-08-22T01:41:24.969Z') is in the past. Current time is '2017-08-22T01…
  • RE: TranslationJob WebService API usage example

    Hi Shrinidhi, Assuming you are on the latest version, the following documentation contains some starters KC2016SP2 - Understanding translation jobs KC2016SP2 - Translation Job Workflow Regarding code samples, it is on our open-source project…
  • RE: Java Web Service API download link

    Hi Shrinidhi, Take a look at this Using .SVC Web Service in Java Alex
  • Is there a way to determine what version of a map is used in a specific version of a publication using the API?

    We are using the API to query Architect for information on a specific version of a publication. It appears the publication version links to the map using the fishmasterref which contains a logical guid but we need to know which specific version of the…
  • RE: Is there a way to determine version sequence without assuming that version 2 will follow version 1?

    Hi Adam, The VERSION field value typically follow a format that can be used to order them. This is what the publication manager uses for example. As alternative you can use the creation time of the version element in the system. The CREATED-ON…
  • RE: Moving Contents from one Folder to another

    For the LC 2013 you need to use the DocumentObj20.Move (look for a topic in the files "DocumentObj 2.0 Move ") The online link of this method for LC2014 version is here . You noticed that for LC2014 its deprecated in favor of the Folder25.MoveObjec…
  • RE: Moving Contents from one Folder to another

    Then the proxy for the Wcf/API25/Folder.svc is showing the correct methods. You can see the documentation of the web services in the pdf embedded on the CD. Look for either of these files SDL-LiveContent-Architect_Information_Portal.pdf SDL-LiveContent…
  • RE: Moving Contents from one Folder to another

    Patrick, I think there is something wrong with your generated proxy. In our proxies we have the Move and MoveObjects methods as described in the documentation From a quick look, I noticed that you are also missing the RemoveShortcuts methods. I…
  • RE: How to specify or define the ActivityFilter

    Then I suppose you are developing on .Net with WCF proxies. There are two main reasons for a request to fail when everything seems ok. Timeout Message Quotas Those are mechanisms from WCF to protect both the Client and the Server. e.g. the…