jcricket / gwt-syncproxy

Provides Synchronous and Asynchronous access to GWT-RPC servlets from Java and Android
http://www.blueesoteric.com/open-source/gwt-syncproxy
Apache License 2.0
23 stars 14 forks source link

Help: Missing POLICY_NAME_MISSING for service #55

Open persadewh opened 3 years ago

persadewh commented 3 years ago

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