Skip to main content
1-Visitor
October 21, 2020
Question

Launching the Gateway using the java api

  • October 21, 2020
  • 1 reply
  • 1208 views
I want to launch the gateway using the java api.

Using a console prompt I can generate a report using the following command.

Gateway export --user=leandro --hostname=ilm.ta.com --port=7001 --config="System Requirements Specification" --silent --file="C:\Users\leandro\Desktop\RequirementSpecificationDocument" 12345

How can I call the Gateway using the java mks api?


Thanks,
Leandro

1 reply

17-Peridot
November 7, 2020

Hello Leandro,

can you tell me a little bit about our use case?

The gateway as such is not an api command, and is not returning any WorkItem, therefore API is not supported.

What you always can do is executing the local Gateway like any other executable that you have at your local PC, with plain java commands. (thats what I do in my own CustomGateway app)

Does this help?

Volker