For a deeper look into our DataScope Select SOAP API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted

Please provide Perl JSON module as we written code in Perl.

Plesae provide JSON (decode_json) module for perl programming. Anything you guys verify and approve instead of we download it ?

dss-rest-apidatascope-selectdss
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Has anyone in this forum any experience with any modules ? If yes, sharing your opinion and experience would be appreciated !

1 Answer

Upvotes
Accepted
13.7k 26 8 12

@satish.shioshankar.gaidhane, Thomson Reuters did not test, and does not recommend a particular JSON module for PERL.

One point to keep in mind when choosing a module is that it must preserve the order of elements inside an object, i.e. the order you see in the documentation and tutorials must be respected. If the order is not preserved, requests might fail.

For instance, an extraction request start with

{
  "ExtractionRequest": {
    "@odata.type": ...
    "ContentFieldNames": ...
    "IdentifierList": ...
    "Condition": ...
}

The @odata.type field must be first, before the others (ContentFieldNames etc.).

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea