gwt-syncproxy icon indicating copy to clipboard operation
gwt-syncproxy copied to clipboard

Help: Missing POLICY_NAME_MISSING for service

Open persadewh opened this issue 3 years ago • 0 comments

When code as the following: ProxySettings setting = new ProxySettings(); setting.setModuleBaseUrl("http://127.0.0.1:8888/MySampleApplication"); setting.setRemoteServiceRelativePath("MySampleApplicationService"); the exception will be thrown as the following: Exception in thread "main" com.gdevelop.gwt.syncrpc.exception.SyncProxyException: Missing POLICY_NAME_MISSING for service

persadewh avatar Apr 30 '21 07:04 persadewh