5.zip
Hello.
I can't parse this $metadata (content in 5.xml). If I removing sap:label attribute with extended characters (with errors on it while parsing) I see errors too. Please upgrade your parser.
Exception in thread "main" java.lang.NoClassDefFoundError: freemarker/template/Configuration at org.restlet.ext.odata.Generator.generate(Generator.java:241) at org.restlet.ext.odata.Generator.main(Generator.java:140) Caused by: java.lang.ClassNotFoundException: freemarker.template.Configuration at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 2 more
Also I need to set csrf at header and basic auth, how I can do this?
5.zip Hello. I can't parse this $metadata (content in 5.xml). If I removing sap:label attribute with extended characters (with errors on it while parsing) I see errors too. Please upgrade your parser.
Exception in thread "main" java.lang.NoClassDefFoundError: freemarker/template/Configuration at org.restlet.ext.odata.Generator.generate(Generator.java:241) at org.restlet.ext.odata.Generator.main(Generator.java:140) Caused by: java.lang.ClassNotFoundException: freemarker.template.Configuration at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 2 more
Also I need to set csrf at header and basic auth, how I can do this?
Thank you.