Restful Webservice and German Umlaut

Hello,
i'm trying to setup a restful webservice using Apex 4.2 and Apex Listener 2, but i have problems regarding german unlaute in the json response.
To see if its a configuration error on my side, i did setup an exmaple on apex.oracle.com and there i get the same results.
I added a now row to the table emp, with just the ename as 'öäü'.
Please see the example at http://apex.oracle.com/pls/apex/dwtest/getEmp/
The result looks like this:
{"next":{"$ref":"http://apex.oracle.com/pls/apex/dwtest/getEmp/?page=1"},"items":[{"ename":"öäü"}]}It should look like this:
{"next":{"$ref":"http://apex.oracle.com/pls/apex/dwtest/getEmp/?page=1"},"items":[{"ename":"öäü"}]}The interesting fact is that i sometimes get the desired output, but its net reproducible to me. As browser i tested Firefox, Chrome, IE9 and Opera.
I wonder if i configured something wrong in my browsers or in apex.
If you would like to take a look at the webservide use these credentials:
Workspace: dwtest
Username: testuser
Password: forum
Thanks for help in advance.
Regards,
Dirk

Do you think this could be related to the problem described here? {thread:id=2519567}?
Howard

Similar Messages

  • Howto set up proper utf-8 locales and german umlaute?

    Hi there,
    have some issues here and i think it has something to do with my locales... I have them since one of the last updates i think...
    First problem:
    In Kopete, i can send the german "umlaute" (ä, ö, ü) to others and they are sent and displayed correctly at their side... But when they send me these characters, i get only a square and a deleted next-letter-in-the-word by them. This happens with every theme and font combination in kopete. Here is an example:
    Second problem:
    In Konsole, the "umlaute" are correctly displayed on my folders, but in the messages i get the chars are simply deleted and not visible. This happens in the VC and in Xorg too. Here is another example:
    (It should mean "Keine Handbuch Seite für pacman.conf")
    My config:
    I think i have configured my System properly, well at least i hope that Here are the relevant parts of my config files:
    /etc/rc.conf:
    LOCALE="de_DE.utf8"
    KEYMAP="de"
    CONSOLEFONT=
    CONSOLEMAP=
    /etc/profile:
    export LANG="de_DE.utf8"
    export LANGUAGE="de_DE.utf8"
    /etc/locale.gen:
    de_DE.UTF-8     UTF-8
    en_US.UTF-8     UTF-8
    And "locale -a" gives me:
    C
    POSIX
    de_DE.utf8
    en_US.utf8
    The fonts I use:
    KDE GUI: Bitstream Vera Sans (everywhere)
    Y-Terminal (Konsole) Font: Bitstream Vera Sans mono
    So, how can i configure a proper german utf-8? I have already searched the forums (both here and the DE one) and the wiki, but found no solution to this....
    THX
    Funkyou

    Thx for the suggestions, but none of them seems to solve it...
    baze:
    This line was already uncommented and i have generated my locales for several times now... I have updated my post with the uncommented lines in /etc/locale.gen, just to collect all information...
    Romashka:
    Ok, but what if the two variables contain the same content? I mean, when i define LANG="de_DE.utf8" in /etc/profile and it is then overwritten by /etc/profile.d/lang.sh with LANG="de_DE.utf8", then this is simply the same variable defined twice with the same content... I have tried to unset the one in /etc/profile, but it did not solve it...
    As for CONSOLEFONT, i had never one defined, can anyone suggest me a proper one? And the other question is: Its not working on the terminals, but it is also not working in Xorg, so is this really a CONSOLEFONT issue?
    I have tried another thing and switched my locales to de_DE@euro     ISO-8859-15, and with this setting the chars appear correctly... But i cannot be the only one where it does not work, i feel so excluded without UTF-8
    Have also tried another terminal in Xorg... In XTerm the chars are not deleted like in Kopete or on the VC, but i see an inverted question mark instead of them...

  • RMI server and german umlaute

    My rmi server does not show german umlaute after rebooting the linux box. It is started by a script in init.d/rc5. The script calls a C routine that really starts the server. The crazy thing is that if I remove the script from init.d/rc5 and call it manually after reboot everything is ok.

    Sorry, I did not explain clearly, the server is the backend, the frontend is a swing application that is started by jnlp and communicates via rmi with the server. In the swing application there is a table filled with values coming from a database. In the database german umlaute are ok, in the swing frontend question marks and square boxes are shown after the linux box is rebooted.

  • LR, PS and german umlaute

    With a german umlaut (ä, ö, ü) within the directory name, I experienced (and was able to reproduce) the following issue:
    When I trie to pass a photo from Lightroom 2.1 RC1 to Photoshop CS3, then Photoshop starts but instead of opening the photo it shows an input window "Open as...".
    The same procedure works fine without any german umlaut.

    I think by now that it is obvious that we have to accept that the narrow minded Americans at adobe do not realize, or care that there is a world outside of the US. If you stick to 7 bit ASCII and get an American keyboard you can use LR as intended, otherwise blame your self.
    Lennart

  • XML and german Umlaut

    Hello everyone,
    i am writing a little application that uses SAX to parse XML documents and i am having a bit of a problem with german Umlaut (e.g. �, �, �). I looked up the entities that are commonly used in the internet, so for example � becomes either ä or ä , but now for some incomprehensible weird reason those entities are changed into something like for example ä...
    Could anybody help me out with this problem? I am completely lost and don't even know what's going on here any more. Maybe my PC is developing a vicious life of its own...
    Thanks
    Chris

    Here's what's happening, then.
    Your XML is being written in UTF-8. This is the default encoding for XML and it represents characters that aren't in the ASCII character set by 2 or more bytes. For Latin accented characters it uses 2 bytes. When you read that file back into your program, you must specify the encoding; if you don't, then the system will incorrectly assume that the file is encoded in whatever is the default for your system. To do this:Reader r = new InputStreamReader(new FileInputStream(yourFile), "UTF-8");

  • SimpleBulkloader and German Umlauts?

    Hi all,
    i have used the SimpleBulkLoader Sample with success, but when i would like to upload a xml-file with german umlauts i get the following error message:
    Has anybody a solution for me????
    Many Thanks
    Achim
    java.sql.SQLException: Keine weiteren Daten aus Socket zu lesen
         void oracle.jdbc.dbaccess.DBError.throwSqlException(java.lang.String, java.lang.String, int)
              DBError.java:134
         void oracle.jdbc.dbaccess.DBError.throwSqlException(int, java.lang.Object)
              DBError.java:179
         void oracle.jdbc.dbaccess.DBError.check_error(int)
              DBError.java:1160
         short oracle.jdbc.ttc7.MAREngine.unmarshalUB1()
              MAREngine.java:963
         byte oracle.jdbc.ttc7.MAREngine.unmarshalSB1()
              MAREngine.java:893
         void oracle.jdbc.ttc7.Oall7.receive()
              Oall7.java:369
         void oracle.jdbc.ttc7.TTC7Protocol.doOall7(byte, byte, int, byte[], oracle.jdbc.dbaccess.DBType[], oracle.jdbc.dbaccess.DBData[], int, oracle.jdbc.dbaccess.DBType[], oracle.jdbc.dbaccess.DBData[], int)
              TTC7Protocol.java:1889
         int oracle.jdbc.ttc7.TTC7Protocol.executeFetch(oracle.jdbc.dbaccess.DBStatement, byte, oracle.jdbc.dbaccess.DBDataSet, int, oracle.jdbc.dbaccess.DBDataSet, int)
              TTC7Protocol.java:955
         void oracle.jdbc.driver.OracleStatement.executeNonQuery(boolean)
              OracleStatement.java:2053
         void oracle.jdbc.driver.OracleStatement.doExecuteOther(boolean)
              OracleStatement.java:1940
         void oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout()
              OracleStatement.java:2709
         int oracle.jdbc.driver.OraclePreparedStatement.executeUpdate()
              OraclePreparedStatement.java:589
         boolean oracle.jdbc.driver.OraclePreparedStatement.execute()
              OraclePreparedStatement.java:656
         void oracle.otnsamples.xmldb.simplebulkloader.examples.SimpleBulkLoader.uploadXMLFile(java.sql.Connection, oracle.sql.CLOB, java.io.File)
              SimpleBulkLoader.java:187
         int oracle.otnsamples.xmldb.simplebulkloader.examples.SimpleBulkLoader.uploadDirectory(java.sql.Connection, oracle.sql.CLOB, java.io.File)
              SimpleBulkLoader.java:143
         void oracle.otnsamples.xmldb.simplebulkloader.examples.SimpleBulkLoader.doBulkLoad(java.lang.String[])
              SimpleBulkLoader.java:94
         void oracle.otnsamples.xmldb.simplebulkloader.examples.SimpleBulkLoader.main(java.lang.String[])
              SimpleBulkLoader.java:205

    I know there are various versions of ldapsearch which have differing qualifiers. The one that comes with SUN ONE or iPlanet has the qualifier of -e which means that it will print out german characters. We had this trouble with spanish characters.
    However other versions of ldapsearch do not have this qualifier and hence any such data comes out as binary.
    If your java application uses ldapsearch it must have a qualifier like this. Perhaps the java application can call the ldapsearch function provided by SUN ONE.
    John reddington

  • Resource boundles and german umlaute

    Hello,
    I'm new to 18n, so i have an important question. I'm developing an internationalized web application (currently for German and English Language). How do i write Umlaute like �,�,�... into the the ResourceBundle files, so that they are displayed correctly on the html pages. The Charset of teh webpages is set to: charset=iso-8859-1.
    Do i have to write <code>&auml;</code> for �?
    Thanks for your help. Nice place.
    Have a nice day

    hello,
    there is no problem with the ressource files itself, so the application is already internationalized. But i don't think in an elegant way for the German locale. In the Res Files we write thinks like:
    SOMEKEYFORIT = Bitte tragen sie eine gueltige Zahl ein.
    The word "gueltige" is such a problem. Is it recommended to write the html code &uuml; instead of "ue" at this point. Or is there another convention for German Umlaute.
    So all in all it works, expect of Umlaute, that are currently not well localized.
    Thank You,
    Have a nice Day

  • [solved] us-keyboard and german umlauts

    hello
    is it possible to get umlauts on a us keyboard? i know that debian has an us_de layout,which allows umlauts on us kbd, but i couldn't find one in arch...
    any suggestions/solutions?
    Last edited by kriz (2010-02-06 17:31:50)

    I'm Dutch, but we also have a sort of "umlaut" on some letters, but less often than you Germans
    I have this in my /etc/hal/fdi/policy/10-keymap.fdi:
    <merge key="input.xkb.layout" type="string">us</merge>
    <merge key="input.xkb.variant" type="string">altgr-intl</merge>
    <merge key="input.xkb.options" type="string">eurosign:5</merge>
    So I use the AltGr as a Compose key when I want to type some special characters.
    For "ü" (we dont use that, but you do afaik?), I do:
    1. Press AltGr + "          # (" = Shift + ' , so it's actually: AltGr + Shift + ' ), and let go. Nothing will appear on screen yet.
    2. Press u
    Tadaa: ü
    Just like the deadkeys you would have as a default in Windows, but then using the Compose key to get there. I happen to write code from time to time, so I like it when I can get " directly instead of having to press Space to get it on screen after pressing ".
    But if you want the deadkeys behaviour, simply use that variant instead or whatever you need to get that working.
    There is a nice list, I believe the exact file is listed in the wiki of Xorg somewhere at keyboard section.
    Last edited by Ultraman (2010-02-05 20:58:47)

  • Java, ldap and german "umlauts"

    Hi everybody,
    Our developers ran in some problems with german characters "��"etc. They are using Java SDK 4.1 for LDAP for retrieving, creating and updating entries. If names have umlauts like in "J�RG" they are not presented right. Both systems have solaris 8 (engl) and they are using UTF-8 in the java application. As i know the server stores the values also in UTF-8, so why is the presentation wrong? Any idea?
    Many thanks
    Kai
    PS: A perl script has no problems with umlauts.

    I know there are various versions of ldapsearch which have differing qualifiers. The one that comes with SUN ONE or iPlanet has the qualifier of -e which means that it will print out german characters. We had this trouble with spanish characters.
    However other versions of ldapsearch do not have this qualifier and hence any such data comes out as binary.
    If your java application uses ldapsearch it must have a qualifier like this. Perhaps the java application can call the ldapsearch function provided by SUN ONE.
    John reddington

  • What is restful webservice and  its advantage

    I have to use apex service to get address
    so i use a text item. .and write a dynamic evenwhen any item is entered
    fetch the values ..from xml query .and put it in the list..
    Now why will i use resutl ful webserivce I have used xml to retrieve data..
    I had used the following method.. to achive my output ..
    http://oraexplorer.com/2007/10/read-xml-data-from-url-and-insert-into-oracle/
    But i am confused when will i use rest full web serive. .
    I had been able to retrive the data using the methods mentioned in ..
    http://oraexplorer.com/2007/10/read-xml-data-from-url-and-insert-into-oracle/
    I just dont remember how i was able to get the data in xml format and i was able to get the output data in list item..
    Dont kno w how can rest ful web serivce HELP here...
    Any information is highly appreicated..
    Edited by: susf on Sep 24, 2012 7:20 AM
    and some more.
    http://pcls1.craftyclicks.co.uk/xml/rapidaddress?postcode=AA11AA
    This is the xml link. .
    What i do is.. take the postcode AA11AA from the user and then fetch on that query...
    i get data in xml format. .
    and i convert it to columns and show the data in list item..
    This is the method or approach I use..
    What shall be a better method.. Will restfull web serivce help..
    I also earlier used.. the following blog to get things working .. Am not able to get it working currently since i am doing some silly mistakes..
    http://johanlouwers.blogspot.in/2009/01/oracle-retrieve-remote-xml-files.html
    But if you have any methods.to retrive such data pls let me know..
    Edited by: susf on Sep 24, 2012 7:20 AM
    Edited by: susf on Sep 24, 2012 7:38 AM
    Edited by: susf on Sep 24, 2012 7:39 AM

    I have to use apex service to get address
    so i use a text item. .and write a dynamic evenwhen any item is entered
    fetch the values ..from xml query .and put it in the list..
    Now why will i use resutl ful webserivce I have used xml to retrieve data..
    I had used the following method.. to achive my output ..
    http://oraexplorer.com/2007/10/read-xml-data-from-url-and-insert-into-oracle/
    But i am confused when will i use rest full web serive. .
    I had been able to retrive the data using the methods mentioned in ..
    http://oraexplorer.com/2007/10/read-xml-data-from-url-and-insert-into-oracle/
    I just dont remember how i was able to get the data in xml format and i was able to get the output data in list item..
    Dont kno w how can rest ful web serivce HELP here...
    Any information is highly appreicated..
    Edited by: susf on Sep 24, 2012 7:20 AM
    and some more.
    http://pcls1.craftyclicks.co.uk/xml/rapidaddress?postcode=AA11AA
    This is the xml link. .
    What i do is.. take the postcode AA11AA from the user and then fetch on that query...
    i get data in xml format. .
    and i convert it to columns and show the data in list item..
    This is the method or approach I use..
    What shall be a better method.. Will restfull web serivce help..
    I also earlier used.. the following blog to get things working .. Am not able to get it working currently since i am doing some silly mistakes..
    http://johanlouwers.blogspot.in/2009/01/oracle-retrieve-remote-xml-files.html
    But if you have any methods.to retrive such data pls let me know..
    Edited by: susf on Sep 24, 2012 7:20 AM
    Edited by: susf on Sep 24, 2012 7:38 AM
    Edited by: susf on Sep 24, 2012 7:39 AM

  • Problem with semantic search (topicmaps) and german umlauts (ä,ü,ö)

    Hello,
    i've implemented semantic search like it is described in "How to Enable semantic search.pdf". If i create a synonymlist with a word containing ä,ü or ö; for example "nuts;nüsse", and now i search for nuts, i get the following error message:
    <<Error during search occurred - com.sapportals.wcm.WcmException: error parsing XML data (Unsupported character: 68 (:main:, row:37, col:4348)) (Errorcode 7260)>>
    If i use "nuts;nuesse" everything works fine and trex finds both search terms.
    Is there any possibility to solve this problem?
    Thanks,
    Sven

    Hello Sven
    You need to save the .txt-file with UTF-8 encoding. Try opening your synonym.txt-file with notepad and change the encoding to UTF-8. Then you convert the txt-file into the xtm-file and the xtm-file into .db-file.
    Kind regards,
    Martin

  • German Umlaute and SQLite3?

    I'm struggling with SQLite 3 and German Umlaute (ä, ö, ü, etc.)
    It seems as if I cannot do WHERE x LIKE y clauses with German Umlaute recognized. Here's a code excerpt:
    const char *sql = "SELECT zip, city, number, mobile, active, remarks FROM rawData WHERE city LIKE ?";
    if (sqlite3preparev2(database, sql, -1, &searchCityStatement, NULL) != SQLITE_OK) {
    NSAssert1(0, @"Error: Failed to prepare statement with message '%s'.", sqlite3_errmsg(database));
    sqlite3bindtext(searchCityStatement, 1, [c UTF8String], [c length], SQLITE_TRANSIENT);
    So the idea here is that I search for rows WHERE city LIKE <parameter c>. It works fine without Umlaute. E.g. rows like Berlin, London, etc. are returned. However, when I search e.g. for Lünen, it does not work. I believe that the [c UTF8String] strips out Umlaute, but just using c does not work, either.
    Any help?

    SQLite does not properly handle accented characters. From the SQLite documentation:
    The LIKE operator is not case sensitive and will match upper case characters on one side against lower case characters on the other. (A bug: SQLite only understands upper/lower case for 7-bit Latin characters. Hence the LIKE operator is case sensitive for 8-bit iso8859 characters or UTF-8 characters. For example, the expression 'a' LIKE 'A' is TRUE but 'æ' LIKE 'Æ' is FALSE.).
    Although it does not explicitly state it, 'Lünen' LIKE 'Lunen' is FALSE.

  • Error while bringing up ATG REST Webservice

    Hi,
    I am trying to bring a REST Webservice using ATG 9.3 version.I am getting the below errors in the startup of the instance.I have added "REST" module in the Manifest file and am able to see the entry " C:\ATG\ATG9.3\REST\config\config.jar" in CONFIGPATH(Please let me know if there are other ways to find if the service has come up properly).I am trying to connect to the server using JAVA based REST Client as given below.Also,i have placed the jar files in the CLASSPATH of the module.I am hoping that the webservice have not come up properly because of these startup errors.Please help me out to resolve this issue.
    STARTUP EXCEPTION SEEN IN SERVER
    ========================
    2012-06-25 06:20:36,815 INFO [STDOUT] Unable to create class atg.rest.servlet.HeadRestServlet for configuration /atg/dynamo/servlet/dafpipeline/HeadRestServlet java.lang.ClassNotFoundException: No ClassLoaders found for: atg.rest.servlet.HeadRestServlet
    2012-06-25 06:21:56,325 INFO [nucleusNamespace.atg.userprofiling.sso.PassportAuthorityService] Starting passport authority service
    2012-06-25 06:21:56,460 INFO [STDOUT] **** Error
    2012-06-25 06:21:56,460 INFO [STDOUT]      
    2012-06-25 06:21:56,460 INFO [STDOUT] Mon Jun 25 06:21:56 EDT 2012
    2012-06-25 06:21:56,460 INFO [STDOUT]      
    2012-06-25 06:21:56,460 INFO [STDOUT] 1340619716460
    2012-06-25 06:21:56,460 INFO [STDOUT]      
    2012-06-25 06:21:56,460 INFO [STDOUT] /
    2012-06-25 06:21:56,460 INFO [STDOUT]      
    2012-06-25 06:21:56,460 INFO [STDOUT] Unable to set configured property "/atg/dynamo/servlet/Initial.initialServices" atg.nucleus.ConfigurationException: Unable to resolve component /atg/dynamo/servlet/dafpipeline/HeadRestServlet
    2012-06-25 06:22:06,528 INFO [STDOUT] Unable to create class atg.rest.RestConfiguration for configuration /atg/rest/Configuration java.lang.ClassNotFoundException: No ClassLoaders found for: atg.rest.RestConfiguration
    2012-06-25 06:22:06,528 INFO [STDOUT] **** Error
    2012-06-25 06:22:06,528 INFO [STDOUT]      
    2012-06-25 06:22:06,528 INFO [STDOUT] Mon Jun 25 06:22:06 EDT 2012
    2012-06-25 06:22:06,528 INFO [STDOUT]      
    2012-06-25 06:22:06,528 INFO [STDOUT] 1340619726528
    2012-06-25 06:22:06,528 INFO [STDOUT]      
    2012-06-25 06:22:06,528 INFO [STDOUT] /
    2012-06-25 06:22:06,528 INFO [STDOUT]      
    2012-06-25 06:22:06,528 INFO [STDOUT] Unable to set configured property "/atg/rest/Initial.initialServices" atg.nucleus.ConfigurationException: Unable to resolve component /atg/rest/Configuration
    CLASSPATH ENTRY
    ============
    <classpathentry exported="true" kind="var" path="C:/ATG/ATG9.3/REST/lib/atg-rest-1.0.jar"/>
         <classpathentry exported="true" kind="var" path="C:/ATG/ATG9.3/REST/lib/commons-fileupload-1.2.1.jar"/>
         <classpathentry exported="true" kind="var" path="C:/ATG/ATG9.3/REST/lib/commons-io-1.4.jar"/>
         <classpathentry exported="true" kind="var" path="C:/ATG/ATG9.3/REST/lib/dom4j-1.6.1.jar"/>
         <classpathentry exported="true" kind="var" path="C:/ATG/ATG9.3/REST/lib/log4j-1.2.15.jar"/>
         <classpathentry exported="true" kind="var" path="C:/ATG/ATG9.3/REST/client-lib/java/atg-rest-client-1.0.jar"/>
    REST CLIENT:
    ========
    import java.util.HashMap;
    import java.util.Map;
    import atg.rest.client.RestClientException;
    import atg.rest.client.RestComponentHelper;
    import atg.rest.client.RestResult;
    import atg.rest.client.RestSession;
    public class RestClient {
    RestSession mSession;
    protected void execute() throws RestClientException {
         System.out.println("inside execute");
         mSession = RestSession.createSession("localhost", 8080, "<USERNAME>", "<PASSWORD>");
         mSession.setUseHttpsForLogin(false);
         try {
         mSession.login();
         System.out.println("Login Successful");
         catch (Throwable t) {
         System.out.println(t);
         finally {
         try {
         mSession.logout();
         System.out.println("Logout Successful");
         catch (RestClientException e) {
         System.out.println(e);
    * @param args
    public static void main(String[] args) {
         System.out.println("inside main");
         // TODO Auto-generated method stub
         RestClient testATGRest = new RestClient();
         try {
         testATGRest.execute();
         catch (Throwable t) {
         System.out.println(t);
    REST CLIENT ERROR SEEN:
    =================
    atg.rest.client.RestClientException: java.io.IOException: Not Found http://localhost:8080/rest/bean/atg/userprofiling/ProfileServices/loginUser
    atg.rest.client.RestClientException: This session is not logged in and cannot be logged out

    I am trying to expose a method using REST Webservice and access the method using the browser.I have followed the steps specified in the thread:
    http://ecomwriter.com/2012/03/19/building-restful-web-services-using-atg/ .Have added a component called ProfileRESTWebservice and have defined a method “getLoginInfo” in the class file. The following entry is placed in the restSecurityConfiguration.xml
    <resource component="/atg/userprofiling/ProfileRESTWebservice" secure="true">
    <method name="getLoginInfo" secure="false"></method>
    </resource>
    But, I am receiving the following exception when trying to access the method using http://localhost:8080/rest/bean/atg/userprofiling/ProfileRESTWebservice/getLoginInfo
    10:07:33,147 ERROR [BeanServlet] Error code: 400
    atg.beans.PropertyNotFoundException: Can't find property named: getLoginInfo in class: com.vs.commerce.profile.ProfileRESTWebservice
    Can't find property named: getLoginInfo in class: com.vs.commerce.profile.ProfileRESTWebservice
    atg.rest.RestException: atg.beans.PropertyNotFoundException: Can't find property named: getLoginInfo in class: com.vs.commerce.profile.ProfileRESTWebservice
    at atg.rest.output.RestOutputCustomizerImpl.outputBeanProperty(RestOutputCustomizerImpl.java:616)
    at atg.rest.processor.BeanProcessor.doRESTGet(BeanProcessor.java:157)
    at atg.rest.servlet.RestPipelineServlet.serviceRESTRequest(RestPipelineServlet.java:394)
    at atg.rest.servlet.RestPipelineServlet.service(RestPipelineServlet.java:237)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:298)
    at atg.rest.servlet.RestPipelineServlet.service(RestPipelineServlet.java:241)
    Can you pl help me out on this?

  • BO 4.1 WEBI Metadata extraction using Java Restful Webservice

    Hi
    We are building an application using the Restful webservice and are trying to extract the metadata from the webi report.
    Whether there is any URL to retrieve Query filter in web Intelligence Report.
    Please help.
    Regards,
    Kavitha S

    Assuming this is a BEX query, you may want to check p. 296 in the following; SAP Web Intelligence RESTful web service SDK User Guide, SAP BusinessObjects Business Intelligence platform 4.1
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • REST Webservice invocation from Java

    Hi Guys,
    I am developing an application that needs to invoke a REST webservice and submit XML data to it. The server will then process the request XML data, and return a result, etc.
    I have never worked with REST and have spent hours researching it on the NET. I have done SOAP calls in the past, but this seems to be eluding me some what.
    Does anyone know of any useful links that explains REST implementation, frameworks / jars needed, or possibly even an example or two that shows me how to submit data via REST to a URL (would be first prize :) ).
    Any help would be greatly appreciated.
    Many thanks
    Mark

    http://java.sun.com/developer/technicalArticles/WebServices/restful/

Maybe you are looking for