Quantcast
Channel: PTC Community : Popular Discussions - Integrity
Viewing all articles
Browse latest Browse all 3432

add a new member in mks using the java mks api: mksapi.jar

$
0
0

Hello

 

I am working at java tool which connects at the mks source integrity server that add new members in an mks project.

I read the following documentation

{

}

 

and I found java sample code only for connection with the server:

}catch (APIException e) {

###

{

 

IntegrationPointFactory ipf = IntegrationPointFactory.getInstance();CmdRunner cmdRunner;

try {

cmdRunner = ipf.createLocalIntegrationPoint().getCommonSession()

.createCmdRunner();

 

cmdRunner.setDefaultHostname(

"myserver");

cmdRunner.setDefaultPort(7001);

cmdRunner.setDefaultUsername(

"IntegrationUser");

cmdRunner.setDefaultPassword(

"secret");

 

e.printStackTrace();

}

 

However I have not found in the above documentation a sample for adding members in mks source integrity server using the mks java api.

Would you give me a sample code that do that or pointing me another documentation for the mks source integrity java api ?

 

 

 

 

 

 

Best Regards,

 

 

 


Viewing all articles
Browse latest Browse all 3432

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>