My goal is to call a service from a java servlet.Here is the code I
wrote in my servlet, try{ //Set connection properties required to invoke
LiveCycle ES Properties Properties connectionProps = new Properties();
connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_EJB_ENDPOINT,
"t3://xxx.xxx.52.67:7001");
connectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL,
ServiceClientFactoryProperties.DSC_EJB_PROTOCOL);
connectionProps.setProperty(ServiceClientF...