Java 无法访问HTTP调用程序远程服务

Java 无法访问HTTP调用程序远程服务,java,oracle,spring,Java,Oracle,Spring,我在一个与oracle数据库连接的kofax应用程序中工作。 我发现了一个错误 ERROR markview.viewer.MvViewer org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker remote service at [ias9:opmn:ormi://uhmvtst.uhhs.com:6003:markview_tst4/mvas/remote/EnterpriseS

我在一个与oracle数据库连接的kofax应用程序中工作。 我发现了一个错误

ERROR markview.viewer.MvViewer  
org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker remote service at [ias9:opmn:ormi://uhmvtst.uhhs.com:6003:markview_tst4/mvas/remote/EnterpriseService]; nested exception is java.net.MalformedURLException: unknown protocol: ias9
    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.convertHttpInvokerAccessException(HttpInvokerClientInterceptor.java:211)

由于连接无法打开,我无法访问。有谁能帮我解决这个问题。

SpringHTTP调用程序是用于HTTP的。它不会与您提供的URL一起工作(ias9:opmn:ormi://uhmvtst.uhhs.com:6003:markview_tst4/mvas/remote/EnterpriseService)