question

Upvotes
Accepted
3 1 3 5

Regarding proxy setting in TRKD Knowledge direct API

Hi,

As per the documentation downloaded [ ReutersKnowledgeDirect ] .

As per section 51.3.9 in the document, To set proxy and maximum file size, we need to set few properties in app.config file.

As we are using java for connecting to API, we cannot find the file like that.

Please help me in setting these properties in JAVA code level.

Thanks,

Thiruppathi S

rkd-apirkd
icon clock
10 |1500

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

Upvotes
Accepted
942 8 9 13

Hi @thiruppathi.s,

The app.config file you mentioned is an XML configuration files used by .NET applications. It is mentioned in the TRKD doc because the TRKD example is developed in C#/.NET. As you are writing your application in java, you must use the java way to configure your proxy settings. The way to setup proxy settings of a java application is explained in the java documentation available on the Oracle portal (please follow this link that Mark provided in his answer).

icon clock
10 |1500

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

Upvotes
1 0 0 1

Hi,

Usually we would ask the client to use the following link to assist with Java proxy queries.

http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html

Cheers,

Mark

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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