Hi Everyone, We encounter a problem after we upgrade the Livecycle ES4
to AEM Forms 6.5. Here is the question, in the LC ES4 (Weblogic) we had
developed a program and using the EJB Endpoint connection protocol to
invoke the output service.Similar as below:Properties ConnectionProps =
new Properties();
ConnectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_EJB_ENDPOINT,
"t3://:7001");
ConnectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL,ServiceClient...