cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Launching the Gateway using the java api

leandrohbatista
6-Contributor

Launching the Gateway using the java api

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 1

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

    

Top Tags