Hi,
Recently i have started developing mobile Application using software AG designer , i have created one sample page onlclick of button i have called Service
i have used get method and my url is “https://jsonplaceholder.typicode.com/posts/100” but showing below error on calling service
[java] Exception in thread “Thread-8” java.lang.IllegalAccessError: tried to access method javax.microedition.io.ConnectionNotFoundException.(Ljava/lang/String;)V from class com.intel.bluetooth.MicroeditionConnector
[java] at com.intel.bluetooth.MicroeditionConnector.openImpl(MicroeditionConnector.java:182)
[java] at com.intel.bluetooth.MicroeditionConnector.open(MicroeditionConnector.java:521)
[java] at javax.microedition.io.Connector.open(Unknown Source)
[java] at com.softwareag.mobile.runtime.comms.HttpConnectionHandler.openConnection(HttpConnectionHandler.java:533)
[java] at com.softwareag.mobile.runtime.comms.HttpConnectionHandler.run(HttpConnectionHandler.java:700)
[java] at java.lang.Thread.run(Thread.java:745).