Wednesday 14 December 2016

SOA Service Client : Get TC Session Information


How to get TCSession information?
private static void getTCSessionInfo() throws ServiceException
    {
       //com.teamcenter.services.strong.core.SessionService
        SessionService sessionService = SessionService.getService(connection);
        GetTCSessionInfoResponse res =  sessionService.getTCSessionInfo();
        System.out.println(res.extraInfo);
    }

 

2 comments:

  1. Hi,
    Blog is really good...
    Do you provide consultation in PLM ?

    ReplyDelete
  2. Hi ,
    This blog is really good. it helps a lot

    ReplyDelete