Please use SOAP endpoint to connect to Forms JEE server. The following properties would need to be setup for your code to work:Properties connectionProps = new Properties(); connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_SOAP_ENDPOINT, "http://hiro-xp:8080"); connectionProps....