gsiSecurityContext.setMyproxyUserName(properties.getProperty("myproxy.username"));
gsiSecurityContext.setMyproxyPasswd(properties.getProperty("myproxy.password"));
gsiSecurityContext.setMyproxyLifetime(14400);
gsiSecurityContext.setTrustedCertLoc(properties.getProperty("ca.certificates.directory"));
ct.addSecurityContext(MYPROXY, gsiSecurityContext);
ct.setServiceName("MockPwscfMPIService");
/* Input */
ParameterContextImpl input = new ParameterContextImpl();