Http_get encoding - unicode issue

Hi all,
i have an was nw2004s unicode system and I want to use function http_get to see the contents of a file.
with se37 testing i get english characters correct, but greek characters come wrong.
I performed tests with creating a file with  notepad and saving it in all availbale formats (ansi,unicode,utf8).
Can you help?

What version of OSB/ALSB you are using? Because the support for HTTP verbs, is a new feature introduced as described in article 'Using REST with Oracle Service Bus' at http://blogs.oracle.com/jamesbayer/osb/
AquaLogic Service Bus 3.0 (as well as 2.x releases of ALSB) supports GET and POST use cases, but does not have developer friendly support for HTTP verbs PUT and DELETE out of the box. For GET requests, pertinent information is available in the $inbound/ctx:transport/ctx:request/http:relative-URI variable. To parse query string information, use $inbound/ctx:transport/ctx:request/http:query-string. A common pattern for HTTP GET is to use XQuery parsing functions on that variable to extract extra path detail, but the $body variable will be empty. For POST requests, the same applies, but the $body variable may have a message payload submitted as xml, text, or some other format.
I have heard from product management that first class support for HTTP verbs such as PUT and DELETE is planned in the next release of OSB, which is scheduled sometime in the Fall of 2008. For customers that require PUT and DELETE verb support immediately, OSB does have a transport SDK, which could be used to add inbound and outbound REST support. That approach would require some development. There are other inbound options besides the transport SDK, such as a basic approach of deploying an HTTP servlet with doDelete() and doPut() implemented. This servlet could be deployed on OSB instances and forward to specific proxies to provide PUT and DELETE support. An outbound option would be to use a java call-out to invoke a REST style provider.

Similar Messages

  • Unicode issue jdbc receiver adapter

    Hi guys,
    I'm facing an unicode issue while trying to put some data into a MS database.
    The sender system is a SAP ERP 6.0 system.
    When we are trying to transfer some text in polish or korean or something else, this textes are not transferred correctly.
    I already checked the SAP Note 831162 FAQ: XI 3.0 / PI 7.0 / PI 7.1 JDBC Adapter
    and used the url parameter sendStringParametersAsUnicode=true
    Furthermore I changed my mapping to get the sql statements, so that I add the attribute hasQuot="no"
    and a leading N in front of the data string as described in the Note and in some threads in SDN
    Unicode problem in JDBC receiver adapter
    JDBC adapter , problem in inserting Korean Charaters in MS SQL
    but nothing solved my problem.
    any ideas?
    Do all the languages have to be installed on the XI system?
    Kind regards
    Jochen

    Hi Sarvesh,
    thanks for helping.
    Unfortunately I´m not sure what I should exactly do.
    If I get you wright I have to test the mapping using the test functionality in message mapping (test tab).
    I did this already
    The result message looks like this
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:IDOC_CDB_IMPORT_insert xmlns:ns0="http://endress.com/xi/sbo/cdb">
       <ns0:StatementName1>
          <ns0:dbTableName action="insert">
             <ns0:table>CFG.DBO.IDOC_CDB_IMPORT</ns0:table>
             <ns0:access>
                <ns0:IDOC>CHRMAS</ns0:IDOC>
                <ns0:SEGMENT>E1CABTM</ns0:SEGMENT>
                <ns0:ATNAM></ns0:ATNAM>
                <ns0:SPRAS>PL</ns0:SPRAS>
                <ns0:ATBEZ hasQuot="no">N&apos;D?ugo?? ca?kowita Tl; L:&apos;</ns0:ATBEZ>
             </ns0:access>
          </ns0:dbTableName>
       </ns0:StatementName1>
    </ns0:IDOC_CDB_IMPORT_insert>
    How to proceed?
    copy this message to notepad or ultra edit and then doing what?
    please specify clearly.
    this message will be send to the jbdc adapter and this will insert it to database.
    <ns0:ATBEZ hasQuot="no">N&apos;D?ugo?? ca?kowita Tl; L:&apos;</ns0:ATBEZ>
    will end up in a table entry like D?ugo?? ca?kowita Tl; L:
    has anybody an idea how I will get the wright characters in database, when I test my UDF in eclipse, the variable during debugging has the correct text.
    When output this variable via system.ou.print(text); the same issue occurs, the special characters are shown as ?.
    I appreciate for your help, unfortunately my polish colleagues hustle a little bit.
    kind regards
    Jochen

  • Character encoding (unicode to utf-8) conversion problem

    I have run into a problem that I can't seem to find a solution to.
    my users are copying and pasting from MS-Word. My DB is Oracle with its encoding set to "UTF-8".
    Using Oracle's thin driver it automatically converts to the DB's default character set.
    When Java tries to encode Unicode to UTF-8 and it runs into an unknown character (typically a character that is in the High Ascii range) it substitutes it with '?' or some other wierd character.
    How do I prevent this.

    my users are copying and pasting from MS-Word. My DB
    is Oracle with its encoding set to "UTF-8".Pasting where? Into the database? If they are pasting into the database (however they might do that) and getting bad results then that's nothing to do with Java.
    Using Oracle's thin driver it automatically converts
    to the DB's default character set.Okay, I will assume that is correct.
    When Java tries to encode Unicode to UTF-8 and it
    runs into an unknown character (typically a character
    that is in the High Ascii range) it substitutes it
    with '?' or some other wierd character.This is false. When converting from Unicode to UTF-8 there are no "unknown characters". I don't know what you mean by the "High Ascii range" but if your users are pasting MS stuff into your Java program somehow, then a conversion from something into Unicode is done at that time. If "something" isn't the right encoding then you have the problems already, before you try to write to the DB.
    How do I prevent this.First identify the problem. You have input coming from somewhere, then you are writing to the database. Two different steps. Either of them could have a problem. Test them separately so you know which one of them is the problem.

  • How encode unicode string like that?

    Hi there, i have a problem about encode unicode string:
    - The browser encode unicode string "&#432;?&#7855;?&#7891;" like that:
    %c6%b0%c3%a0%e1%ba%af%c3%a2%e1%bb%93
    - I try but i can't find the way to do like this in Java
    - Anyone know how do that? Thanks.

    Have a look at the URLEncoder class.

  • JCo - Unicode issue

    Hi,
      Recently, we migrated SAP to unicode version. Due to this, we are getting the below error when we try to connect from SapJCo to SAP. The version of JCo used is 2.1.6. SAP is hosted on Unix and Java applications are hosted on Windows. We tried with jco.client.codepage= 4103; we are getting different error(RFC_ERROR_LOGON_FAILURE: >> unknown RFC error, no error log found <<) when we give the codepage property.
    Please let us know how to resolve the below issue:
    Exception in thread "main" com.sap.aii.proxy.framework.core.BaseProxyException: Conversion error between two character sets., error key: RFC_ERROR_SYSTEM_FAILURE
          at com.sap.aii.proxy.framework.core.AbstractProxy.send$(AbstractProxy.java:150)
    At the SAP side, we are getting the below errors
    Error analysis
    The error probably occurred when installing the
    R/3 system.
    The termination was triggered in function "RfcExtendedReceive"
    of the SAP kernel, in line 301 of the module
    "//bas/700_REL/src/krn/rfc/abrfcrcv.c#5".
    The internal operation just processed is "FUNC".
    Internal mode was started at 20101124144800.
      CLUDE INCL_INSTALLATION_ERROR
    Edited by: manohar mirle on Nov 26, 2010 2:03 PM

    This got resolved.
    We had to make changes to the XML which is embedded in the java code of R3Connector classes. Changed the encoding type and data types in the XML. It went through.

  • Windows 8.1 Pro Non-Unicode Issue: CS6 Standard

    I use WIndows 8.1 Pro English, I installed the CS6 Standard in Spanish, I changed the language for the non-unicode programs to spanish but still cannot use the Illustrator, I am having issue only with the Illustrator, noting that in the installation I was prompt for Spanish(Latin America) or Just Spanish, I clicked on Spanish(Latin America), but in the non-Unicode languages there is no Spanish(non-Unicode) they have Spanish per countries.

    I have the same problem did you manage to find the solution? is impossible to contact adobe helpers, they just hide all contact

  • Java JCo SAP XI RFC SAP R/3 6.C ... Unicode issue

    Hello,
    My scenario is very simple. I'd like to connect a Java program to a SAP R/3 (MDMP) for RFC calls (in both direction), using SAP XI (some of the RFC calls will redirected to some other systems). I use SAP JCo v2.1.8 and tried with Java 1.4.2_09 and Java 6.0.
    It works well when the Java program is calling a function module, but when SAP R/3 is doing it, the returned texts looks like: S#A#P# #J#C#o# #v#2#.#1#.#8# #(#2#0#0#6#-#1#2#-#1#1#)# (the text should be SAP JCo v2.1.8).
    It looks like an issue with Unicode. Although I didn't check the Unicode checkbox in the RFC sender adapter (the RFC receiver one doesn't offer the possibility to specify unicode or not).
    Do anyone have a solution ? Is it a code in the Java program or something to set in SAP XI / SAP R/3 ?
    Thanks in advance for your help.

    This is a workaround solution. In the case of this prototype it is ok, but the final plan is to migrate a web based application. It was directly connected to one SAP R/3, but now we would like to connect it to SAP XI because a few RFC calls will be re-directed to some other systems, but the majority of them will we'll still be sent to the SAP R/3. We don't want to make development on this part for cost reason (and time). Plus on some text there are the "#" character that is legitimate.

  • Unicode issue (# in FILE) URGENT

    Hi,
    I am uploading a file with GUI_UPLOAD and downloading this file again on the SAP Server with OPEN DATASET IN BINARY MODE / TRANSFER / CLOSEDATA SET on a UNICODE system.
    When I look in AL11 to the downloaded file I see a lot of # (#<#?#x#m#l# #v#e#r#s#i#o#n#=#"#1#.#0#"#?#>#<#L#I#S#T# ...) (In HEX it shows 00)
    I want to use this file for test purposes in my ABAP-mapping. When I read this file into this mapping, the file is stored in a xstring variable. When I convert this to a string the # still occur.
    How can I get rid of these signs??
    Ron

    Hi Ron,
    take a look at this response and MODE ENCODING:
    Re: File Transfer non-unicode -> unicode via client
    also you may take a look at this:
    http://help.sap.com/saphelp_nw04/helpdata/en/79/c554dcb3dc11d5993800508b6b8b11/content.htm
    Regards,
    michal

  • Adobe Media Encoder - compression issues (.flv) cs6 vs earlier versions

    Hi all, I hope somebody can help.
    This morning I encoded from a 1080p QuickTime .mov file to a 360p .FLV file.
    I have previously used this work-flow with CS4 and CS5.5 and have had great results.
    When I attempted the same thing this morning, for the first time with CS6 Media Encoder, the .FLVs came out glitchy in places (screen shots 1 & 2 attached).
    Thinking it was a process error, I tried several different methods and all yielded the same results.
    So I returned to CS4, thinking it might be a software issue, and "hey presto" no glitches!
    All updates are present and correct from the Creative Cloud/ Adobe Application Manager, so am I missing something?
    Has anyone else experienced anything similar? Lots more encoding to be done this afternoon and would like to use CS6 ME if at all possible.
    Any help would be massively appreciated.
    Darren
    Message was edited by: djmulryan - amended screen shots

    Hi all, I hope somebody can help.
    This morning I encoded from a 1080p QuickTime .mov file to a 360p .FLV file.
    I have previously used this work-flow with CS4 and CS5.5 and have had great results.
    When I attempted the same thing this morning, for the first time with CS6 Media Encoder, the .FLVs came out glitchy in places (screen shots 1 & 2 attached).
    Thinking it was a process error, I tried several different methods and all yielded the same results.
    So I returned to CS4, thinking it might be a software issue, and "hey presto" no glitches!
    All updates are present and correct from the Creative Cloud/ Adobe Application Manager, so am I missing something?
    Has anyone else experienced anything similar? Lots more encoding to be done this afternoon and would like to use CS6 ME if at all possible.
    Any help would be massively appreciated.
    Darren
    Message was edited by: djmulryan - amended screen shots

  • Adobe Media Encoder Quality Issues  for 4:3 FLV Files

    I am working in a 480x360 window for a FLV file. Whether I export a 60 minute presentation or a 10 second pre-roll FLV file, the rendered file quality is distorted and poor. I have done the same work in CS3, but as I changed computers, the CS4 was installed.
    With the video presentation, orginally capturing the video is set as .9 Pixel Aspect Ration, but interpreting the footage to 1.0 is also an issue.
    The quality of video that is being produced is much worse then CS3 and unuseable in most cases.
    Frame Dimensions: 480x360
    Frame Rate: Same as source. (29.97)
    Endoding: CBR
    Passes: 2
    Bitrate: 500
    Audio: Mono / 48

    A couple things:
    1) VP6 and H.264 are codecs that operate in "mod16". What that means is that they begin by dividing a video image into 16x16 blocks, followed by 8x8, 8x4, and 4x4 blocks. This makes for a more efficient encode. Your 240 dimension is fine (240 / 16 = 15), but the 515 dimension could be slightly problematic (515 / 16 = 32.1875). The codec will stretch or compress the image to fit into that dimension, and so can result in a lower quality encode. If you can, try encoding at 512x240, by cropping a couple pixels in the horizontal dimension. May not make a big difference, but it's good practice with these codecs.
    2) To me, your original encode looks like the product of Adobe's less-that-capable deinterlacing scheme. You're dealing with progressive assets and a progressive target. I'd submit that the reason your 1280x720 encode looks better is that you're using a progressive preset, with no deinterlacing necessary when exporting. One thing you could check is the field order of your original sequence setup--if it's interlaced, I'd say you have your answer. If it's progressive--well, then I'm wrong :) However, you didn't explicitly say this in your original post, but it's worth a look.
    If it is interlaced, I don't think you can change that after the sequence is started, so just create a new sequence with the proper progressive settings, and copy and paste the original sequence contents into that one. Now, when you export, there will be no need for deinterlacing.
    Anyway, that's my guess...

  • Media Encoder CS4 issues with MP4 and M4V files

    I've just got CS4 and and very happy so far. EXCEPT I'm
    trying to convert some MP4 and M4V videos to FLV using the new
    Adobe Media encoder.
    When I look at preview screen in the settings panel, the
    preview is all wrong. It is just Green and Purple - kind of like
    some weird negative image. This also is how the final converted FLV
    looks. The CS3 version of Flash video encoder converted these exact
    same files OK (although the preview was only a blank screen, but
    the final file was OK).
    Has anyone else seen this and more importantly, did you
    manage to solve the issue?
    I'm running this on an iMac G5 with 2GB RAM - could this be a
    PPC issue?

    Sorry my computer AND media encover version. I run Creative Cloud on a new Mac Pro
    File seems to render fine
    Log info:
    - Source File: ***
    - Output File: ***
    - Preset Used: Match Source - High bitrate
    - Video: 1920x1080 (1.0), 25 fps, Progressive, 00:00:42:17
    - Audio: AAC, 320 kbps, 48 kHz, Stereo
    - Bitrate: VBR, 1 pass, Target 10.00 Mbps, Max 12.00 Mbps
    - Encoding Time: 00:13:13
    04/27/2015 03:55:51 PM : File Successfully Encoded
    No errors reported.
    And this is what I end up with.
    Is that helpful?

  • Adobe Media Encoder FLV issue

    I am posting this question here because there is no Adobe Media Encoder forum - sorry! My question is about file sizes. I created some videos in Premiere CS4. I need to convert the videos to FLV formats (they are to be used in an e-learning module that requires FLV files). However, I'm having trouble with the file sizes. At the rate it's going, I will max out our server space in no time.
    To give an example, I have a 17 second video with an original frame size of around 720 x 480. When exported as a MOV file (high quality, etc.) it's about 66MB. I've tried creating the FLV straight from the Premiere project file, as well as separately, by running the MOV through Adobe Media Encoder and the results are just about the same. In either case, I can't get the file size anywhere below 1.8MB, which seems rather large for a web compressed 17 second video. The file size DOES NOT get smaller when rendering at the smaller frame size of about 300 x 220. Back when I used to use Sorenson Squeeze for web compression, changing the frame size like that would usually cut the video file size in half. Media Encoder leaves the file size the same...
    I hadn't worked with video in a little while, so Adobe Media Encoder is new to me... but I asked my husband about this. He's a web developer and deals with video a lot. He said that he would take a MOV file, drop it into Flash Video Encoder and use the preset for FLV and it works great - a video that's this long should only be about a few hundred k in size (it's not a complicated/lots of transition video). Apparently Adobe Media Encoder has replaced Flash Video Encoder, so I don't have the option of trying it the other way... has anyone else run into this, and if so, do you have any tips?
    Thanks so much!

    I'm having a similiar issue, my file orginally is only 10sec long and 13mb *.mpg file, the same as it was when I was converting in CS4, only back then, the convertion took maybe a minute and the output file size was about 1mb or smaller, and that was keeping the 640x480 size and removing audio.  Now with CS5, the estimated output size is anywhere from 2000-3000mb for starts, remove audio and scale back other settings and I can get it down to 70mb and takes a staggering 2.5hrs to complete...for a 10sec video.  I don't know what they changed between cs4 and 5 but they screwed up big time, this is a joke.  i'm on AME ver.  5.5.1.12(64-bit) if that makes any difference.  any idea or help would be greatly appreciated, I've got about 5 of these 10sec vids to convert a month and I need to get this fixed.

  • Adobe Media Encoder Rendering Issues

    Ok so I am using Adobe Media Encoder version 7.2.2.29. I have been having issues with encoder for awhile now. When I go to queue my videos the encoder doesn't render the file correctly either it be like the example below where a simple imported logo into premiere looks completely different or updates I make to a AE dynamic link... These AE dynamic links update in Premiere but when rendered in the encoder it doesn't update. So I have been having to export in Premiere for each video which is wasting a lot of time.
    When exporting I am using different presets to see if that would fix the problem first a Youtube 1080p 23fps preset then a Vimeo preset still same problems. 
    What is going on how can I fix this.
    Thank you,
    Logan

    A higher quality queue doesn't work... match source hit bitrate, pro rez nothing seems to work. Also using a higher quality export doesn't fix the issue of why Adobe dynamic links aren't updating in the encoder...
    Direct export from premiere works but like I said above it is a huge waste of time. I pump out multiple videos a day with multiple re-edits so I need to work while exporting. So while it works it is not a solution that will work for my situation.
    Thank you,
    Logan

  • Can any version of Excel save to a CSV file that is either UTF-8 or UTF-16 encoded (unicode)?

    Are there any versions of Excel (chinese, japanese, russian... 2003, 2007, 2010...) that can save CSV files in Unicode (either UTF-8 or UTF-16)?
    If not, is the only solution to go with tab-delimited files (save as Unicode-text option)?

    Hi Mark,
    I have the same problem. Trying to save my CSV file in UTF8 encoding. After several hours in searching and trying this also in my VSTO Add-In I got nothing. Saving file as Unicode option in Excel creates file as TAB separated. Because I'd like to save the
    file in my Add-In application, the best to do is (for my problem) saving file as unicode tab delimited and then replacing all tabs with commas in the file automatically.
    I don't think there is a direct way to save CSV as unicode in Excel. And I don't understand why.

  • XI File Adapter Custom File Encoding for  issues between SJIS and CP932

    Dear SAP Forum,
    Has anybody found a solution for the difference between the JVM (IANA) SJIS and MS SJIS implementation ?
    When users enter characters in SAPGUI, the MS SJIS implementation is used, but when the XI file adapter writes SJIS, the JVM SJIS implementation is used, which causes issues for 7 characters:
    1. FULLWIDTH TILDE/EFBD9E                 8160     ~     〜     
    2. PARALLEL TO/E288A5                          8161     ∥     ‖     
    3. FULLWIDTH HYPHEN-MINUS/EFBC8D     817C     -     −     
    4. FULLWIDTH CENT SIGN/EFBFA0             8191     ¢     \u00A2     
    5. FULLWIDTH POUND SIGN/EFBFA1            8192     £     \u00A3     
    6. FULLWIDTH NOT SIGN/EFBFA2              81CA     ¬     \u00AC     
    7. REVERSE SOLIDUS                             815F     \     \u005C
    The following line of code can solve the problem (either in an individual mapping or in a module)
    String sOUT = myString.replace(\u0027~\u0027,\u0027〜\u0027).replace(\u0027∥\u0027,\u0027‖\u0027).replace(\u0027-\u0027,\u0027−\u0027).replace(\u0027¢\u0027,\u0027\u00A2\u0027).replace(\u0027£\u0027,\u0027\u00A3\u0027).replace(\u0027¬\u0027,\u0027\u00AC\u0027);
    But I would prefer to add a custome Character set to the file encoding. Has anybody tried this ?

    Dear SAP Forum,
    Has anybody found a solution for the difference between the JVM (IANA) SJIS and MS SJIS implementation ?
    When users enter characters in SAPGUI, the MS SJIS implementation is used, but when the XI file adapter writes SJIS, the JVM SJIS implementation is used, which causes issues for 7 characters:
    1. FULLWIDTH TILDE/EFBD9E                 8160     ~     〜     
    2. PARALLEL TO/E288A5                          8161     ∥     ‖     
    3. FULLWIDTH HYPHEN-MINUS/EFBC8D     817C     -     −     
    4. FULLWIDTH CENT SIGN/EFBFA0             8191     ¢     \u00A2     
    5. FULLWIDTH POUND SIGN/EFBFA1            8192     £     \u00A3     
    6. FULLWIDTH NOT SIGN/EFBFA2              81CA     ¬     \u00AC     
    7. REVERSE SOLIDUS                             815F     \     \u005C
    The following line of code can solve the problem (either in an individual mapping or in a module)
    String sOUT = myString.replace(\u0027~\u0027,\u0027〜\u0027).replace(\u0027∥\u0027,\u0027‖\u0027).replace(\u0027-\u0027,\u0027−\u0027).replace(\u0027¢\u0027,\u0027\u00A2\u0027).replace(\u0027£\u0027,\u0027\u00A3\u0027).replace(\u0027¬\u0027,\u0027\u00AC\u0027);
    But I would prefer to add a custome Character set to the file encoding. Has anybody tried this ?

Maybe you are looking for

  • [SOLVED] Watermark Desktop

    Hello, Is there a package which watermarks the desktop with useful information such as your username/IP etc?  I believe "WaterMark" does this but I can't get it to work. Thanks. Last edited by RAH (2008-07-13 22:55:50)

  • Music in itunes music folder but not recognized in itunes?

    So a few days back my Itunes library crashed. Itunes tried to recover it, but only recovered part of my library and then told me my library was damaged. So long story short, after several different attempts to get all my songs back into Itunes, here

  • XDK 9.2.0.1 Install Problem

    Installed XDK 9.2.0.1 for Solaris on database 8.1.7. Used command line: xdkload -u sys/pwd -s -dbver 817 Questions / problems: 1. After installation the following classes remain uncompiled. oracle/xml/parser/v2/FromFollowing oracle/xml/parser/v2/From

  • Music sound of 5530 EM is too low

    I bought 5530 EM last week but the sound of music is very low although I had turned up volume into the maximum level of the sound adjustment. Pls kindly let me know how to fix it. Thanks! Tran Duy Linh

  • OBIEE - edit report entities like title, column name, decimal places

    Hi all, How do I edit OBIEE report entities like title, column name, decimal places? I know I can edit column name in repository, but I hope I can do it also at report level. As you can see, year looks like "2012.00", I don't need these zeros after "