How to do HTTP GET effectively in PI

Hi ,
    I need to download a csv file using HTTPS GET using .Looks like the plain HTTP adaptor only supports POST.I plan to do it by writing a Java client.My question is where to write the implementation ie in Mapping,wrap it under a SOAP web service etc.
Any inputs will be appreciated.
Regards,
Premjit

Hi,
     Did you checked the below blog
/people/amol.joshi2/blog/2006/06/28/must-fire-a-http-get-from-xi---try-this
which details the implementation of using java
HTH
Rajesh

Similar Messages

  • How do I apply special effects to a track when I keep getting error message that "Could not find layout Default Reverb GB"?

    How do I apply special effects to a track in GarageBand when I keep getting error message that says"Could not find layout Default Reverb GB"?

    I go to  Applications to see if
    GarageBand has changed and dthere is no change, still 1.42GB of file size ‹
    no evidence of the 10+ GB that the installer told me I was downloading, no
    evidence in my download folder that I downloded anything, and most
    important, when I click on ³Effects² I¹m back to the same error  message.
    I¹ve been at this now for about 3 hours.
    Downloading the extra content will take a very long time.
    When the download has finished, the prompt for the password will appear and the installer will continue to run in the background.
    Let t run. As long as GarageBand is still installing, it will give a warning, when you try to quit.
    When you can quit GarageBand without a warning, restart your Mac.
    The size of the GarageBand application will not change, but you should be seeing more loops. They are installed in the System Library, and the folder "Library" on your Macintosh HD should by now be 10GB larger.

  • Recording an acoustic guitar on basic track and am getting effects.  How do I stop them?

    I just changed to a Focusrite Scarlett 18i8 and am having problems getting it set up.  I download the drivers and software but when I go to open them up, it is blank.  The other problem is that I just tried to record an acoustic guitar and I get little volume all the way max and I get effects, eg, flange, reverb and echo on the track.  Help.  Thanks.  Tom
    I am running it on a MAc Pro i7 OSX 10.9

    I have downloaded the add-on and the popup blocker was already in place. It is too soon to tell if it works but I will let you know in a few days.
    One additional piece of information...I am getting a pop-up (despite the blocker) that asks if I want to download a JScript File from http://tag.admeld.com. I have not asked for this and I have responded to "cancel" but I suspect that this is where the auditory pop-up is coming from. The file is "meld.js"
    I believe that this happened once before and despite clicking "cancel" an auditory ad ran while I was listening to something else.
    If this is coming from one source, I'd like to block it....Suggestions are welcome.
    A later comment... I have not gotten any auditory popups in the last few hours, but I keep getting the above "meld.js" popup. I assume that this is a Java Script program but I have not requested it and would like to know what it is and why it is coming up over and over again.
    Please help!
    A still later comment - no change despite disabling popups and adding the add-on - I am still getting auditory popups and getting something asking me to download "meld.js"
    Is there anyone out there who can help?

  • How to timeout URL HTTP Get Document.vi

    I'm using URL HTTP Get Document.vi to read a file. But sometimes the other machine were is the url is down so the application freezes for a long time because is stucked in URL HTTP Get Document.vi
    How can I force that this Vi stops if cannot complete in some time?

    You would have to modify the VI to allow you to pass in a timeout value. The defult is 25 seconds. If you decide to modify the VI I recommend you make a copy of all of the HTTP VIs, place them in your user directory (or some other suitable place) and modify those VIs. Use those in place of the shipping VIs.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • How can I use After Effects filters on a whole sequence without getting stuck in After Effects?

    It appears that, with the options that are visible to the user, Dynamic Link only goes one-way and can't make round trips from Premiere Pro to After Effects and back again.  If I send a sequence to After Effects, that part works fine and I can do what I want and save the comp.  However, even though the comp appears as an asset in Premiere Pro, I am not allowed to do anything with it.  If I try to drag it to a new sequence, it just says no.  If I click "Create Sequence from Clip" it creates an empty sequence.
    So how can I use After Effects on whole sequences/tracks instead of just on a clip-by-clip-by-clip-by-clip-by-clip basis?  is this possible?  For instance, if I have a whole sequence where I've neutralized the white balance, I might want to apply a warming filter to the whole thing as a unit.  That would be really painful with even a few clips to keep doing that again and again, and if you want to modify it slightly you have to do it over and over.  If there is a way to do that through Dynamic Link through some hidden option, what happens with the audio?  Would I have to cut it out of the lower sequence and paste it into the higher sequence with the After Effects comp as a video track?

    I'm not an Adoby guy, hence you may ignore my reply, but Adobe Dynamic Link is obviously not just one way ticket and in most cases works just fine.
    You have already been explained by J-MS and tclark513 how to properly use it and which pitfalls may occur.
    So as to apply an effect onto a whole sequence or a group of clips you need to either nest them in PrPro or pre-compose them in AE. Then just apply an effect (or several ones) onto that composition.
    So, if you nest clips in PrPro, select your nested sequence in the timeline, right-click and choose 'Replace with After Effects Composition'. Done! Your dynamically linked AE composition is in the right place in your timeline and in your Project panel as well. If you can not treat it as an ordinary footage, there are obviously some mistakes in your workflow. 
    If you didn't nest your sequence or a group of clips in PrPro before replacing them with AE composition, you may easily do it within AE. Just select all the layers in AE composition and choose Layer -> Pre-compose... (Ctrl/Cmd+Shift+C) Done! Switch back to your Master comp and apply your desired effect(s) 
    You may loose some effects or/and transitions while travelling from PrPro to AE via Adobe Dynamic Link, whereas you don't while travelling back
    (If you start building your AE composition from scratch right in AE and then need to import it into PrPro, DO NOT export one as PrPro project out of AE, but rather choose Adobe Dynamic Link -> Import After Effects Composition... within PrPro)
    P.S. And yes, submit a feature-request so that Adobe will convert 'Transparent Video' into fully functional 'Adjustment Layer'.

  • How do I implement an HTTP Get which returns XML into a View Object?

    I've got a 3rd party program which accepts an HTTP GET and returns information via XML. I'd like to take that XML and then populate a View Object.
    The examples given in the manual are only for JavaScript with an AJAX server that I don't have. Here's an example:
    function UpdateNow() {
         var req = new Ajax.Request("qbwc://docontrol/
         UpdateNow?async=true&AppName=WCWebService3", {method:'get',
         onSuccess:processDataOne, onFailure:reportError});
    }I've been to literally dozens of sites trying to answer my question, but I'm just not knowledgeable enough to know where to start. Can someone point me in the right direction?
    Using JDev 11.1.1.6
    Thanks,
    Will

    I guess the basics would be:
    Create a Java class that reads from the URL of the service:
    http://docs.oracle.com/javase/tutorial/networking/urls/readingURL.html
    Then get the XML that you read into the ADF BC VO using the readXML method of the VO.
    Example 18 here: https://blogs.oracle.com/smuenchadf/resource/examples#18

  • How do I add an effect to a SmartShape on hover?

    How do I add an effect to a smartshape on hover. For example, I've created a green rectangle which is a smartshape and is being used as a button. I have two instances of this button on a slide and am trying to do the following:
    1) SmartShape A (Green rectangle) = On hover, I want this green rectangle to change it's fill color to blue.
    2) SmartShape B (Green rectangle) = On hover, I want this rectangle to have a 4px yellow border (the original had no border, i.e. stroke width =0)
    How would I do this without using additional objects?
    For example, I don't want to have a duplicate of this smartshape (for each instance), that is used as a rollover shape which superimposes the original shape on hover -- I dont even know if that would work, sounds okay in theory though.
    But it would be great if someone could help me with this, I've been struggling for some time to figure out this effect.
    Thanks so much,
    Sean

    LOL, in the words of my father: Wish in one hand and spit in the other. See which one gets full faster!
    It's the same issue I have with the title of an old book written by Napoleon Hill. Its name is "Think and Grow Rich". It's missing a word! *ACT*. Nobody just thinks and grows rich. Everyone must *ACT* on their thoughts.
    So that's why I'm posting. Sure, it's great to state that you wish something were a certain way in Captivate or any other app. What you need to do is to tell Adobe about it. And you do that by visiting the link below and completing the wish form!
    http://www.adobe.com/go/wish
    Cheers... Rick

  • How, please, can I get rid of the icons in the bookmarks toolbar so I have space for more bookmark names? Thank you

    I try to get as many items as I can in the bookmarks menu toolbar (typically using 3 letter names). F4 adds an icon next to each name - taking up valuable space. How, please, can I get rid of the icons in the bookmarks toolbar so I have space for more bookmark names? Thank you.

    If you remove the names then you may have a problem with organizing or searching for bookmarks.<br />
    If you do not want to use the extension then you can achieve the same effect with code in userChrome.css<br />
    That is what I would do.
    Add code to userChrome.css below the @namespace line.
    * http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #personal-bookmarks .toolbarbutton-icon { display:none !important;}
    </nowiki></pre>
    * http://kb.mozillazine.org/Editing_configuration
    * ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html

  • How will the applications gets translated using Globalization

    Hi,
    By using the Apex user guide, I have done with the multilingual process but not able to view the translated application in the application builder list, How can I get the arabic language gets effected in my applications(Apex).
    What are the steps I need to follow?
    Please help.
    Thanks in advance.
    PNR

    If you're asking about compatibility, that would be something you would need to ask of the app developers, though most apps compatible with Mountain Lion should be compatible with Mavericks. You can also consult the tables here:
    http://roaringapps.com/apps
    though that information comes from user reports and so should not be considered authoritative.
    If you're asking whether installing Mavericks will delete your apps, no, it won't, though a good backup is always highly recommended.
    Regards.

  • How to calculate #Buffer Gets    # Exec           Buffer Gets/Exec

    Hi,
    How to calculate #Buffer Gets,# Execution time,Buffer Gets/Exec for a sql query?

    Nirmal
    You can find out these statistics from two places
    1) using SQL_TRACE (10046 trace) and then TKPROF (or Autotrace in SQL*Plus)
    2) or looking at V$SQL which records the cost assigned to each SQL statement since the statement was first cached.
    If you use Statspack or AWR, you can see the difference between two points in time, so you can calculate the cost for a period of time.
    See Using SQL_Trace and TKPROF
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96533/sqltrace.htm#1018
    and Using Statspack
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96533/statspac.htm#34837
    (see the 10g documentation equivalents if necessary).
    Remember, ratios (eg gets/exec) aren't always very helpful. You're best off concentrating on those operations which take longest (ie where there is the most potential to save time). See (eg) www.hotsos.com, www.oraperf.com, and others to identify effective performance methodologies.
    HTH
    Regards Nigel

  • How do i uninstall ichat effects?

    how do i uninstall ichat effects? i just want the bug out ones. they show up on photobooth but not ichat

    HI,
    Do you mean MoreiChatEffects ?
    This is "known" to have some issues as the Quartz files that are used are from and older version of Quartz Composer and some will not play in later versions of the OS.
    This installs the Quartz files in the "wrong" place.
    The Apple ones are in Hard Drive Name/System/Library/Compositions
    Ones to be used by all Users should be place in Hard Drive Name/Library/Compositions
    Ones for the User only should be put in Hard Drive name/Users/(Account name)/Library/Compositions.
    The MoreiChatEffects ones get put in the System/Library/Compositions getting mixed up with the Apple ones.
    There should be an "Uninstall" option if you re-run the Installer.
    Support Messages on the Site list an issues trying to run in 64 bit mode but end in 2009
    iChatFX is something similar  but expands on what Quartz can really do.
    It takes what ChatFX did and updates it for later versions.
    ChatFX (second of those two links) worked up until OS X 10.4.9  At OS X 10.4.10 Apple changed the way the video was produced for iChat (and PhotoBooth) which meant the access part of the Quartz files did not work.
    iChatFX  (Note the leading "i") was produced by a different company.
    The Demo does not have all the 200 options but does have many (with Demo written all over them).
    However these also have been caught out by changes in the way Apple grabs the Video from the Camera.
    iChatFX also puts files in the "Apple" System/Library/Compositions folder instead of the "All Users" /Library/Compositions folder.
    The Good News
    IN the Hard Drive Name/System/Library/Compositions folder there is also a file called "DefaultOrder.plist" which can be opened on QuickLook and/or made to Open With TextEdit  and lists all the Apple ones that Should be in the folder.
    The Mountain Lion ones are here  (TextEdit Copy)
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <array>
        <string>/space alien</string>
        <string>/nose twirl</string>
        <string>/chipmunk</string>
        <string>/lovestruck</string>
        <string>/dizzy</string>
        <string>/blockhead</string>
        <string>/bug out</string>
        <string>/frog</string>
        <string>/sepia</string>
        <string>/blackandwhite</string>
        <string>/glow</string>
        <string>/comicbook</string>
        <string>/colorpencil</string>
        <string>/thermalcamera</string>
        <string>/xray</string>
        <string>/popart</string>
        <string>/bulge</string>
        <string>/dent</string>
        <string>/twirl</string>
        <string>/squeeze</string>
        <string>/mirror</string>
        <string>/lighttunnel</string>
        <string>/fisheye</string>
        <string>/stretch</string>
        <string>/clouds</string>
        <string>/color dots</string>
        <string>/earthrise</string>
        <string>/eiffel tower</string>
        <string>/fish</string>
        <string>/rollercoaster</string>
        <string>/sunset</string>
        <string>/yosemite</string>
    </array>
    </plist>
    You can then drag the ones you do not want to the Trash  (Or at least place then outside the Compositions folder(s).
    9:41 PM      Saturday; February 9, 2013
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How can I create an effect to cycle through several sets of 12 thumbnail images rather than just one

    Hello
    I've searched everywhere i can think of and had no luck so thought it's about time i asked for help.
    How do I create an effect where a group of 12 thumbnail images (all with clickable links) can scroll across by clicking a button to reveal another set of 12 thumbnails and so on without having to refresh the page, im assuming jquery can help but every single slideshow or scroll effect I've come across is for single images and not a set of images.
    Its a gallery part of my website and the images are in sets of 4 in 3 rows.
    All and any help will be greatly apprieciated!
    Anthony

    I think what you want is a Carousel Scroller.  See Demo and Examples
    http://dimsemenov.com/plugins/touchcarousel/
    Nancy O.

  • I have an iPhone5 16 gb and a 120 gb iPod. All my songs won't fit on the iPhone of course. How can I just get some of them on the iPhone? I want to keep all my music on the iPod. I am VERY new to all this so be gentle and thanks.

    I have an iPhone5, 16 gb and a 120 gb iPod. All my songs won't fit on the iPhone of course. How can I just get some of them on the iPhone? I want to keep all my music on the iPod, but just want SOME of my music on the iphone. I am VERY new to all this so be gentle and thanks.

    You Sync the Music you want on the Phone via iTunes on your computer.
    See here  >  http://support.apple.com/kb/HT1386
    From Here  >  http://www.apple.com/support/iphone/syncing/

  • How to use SET & GET Parameters in Module Pool

    Hi Friends,
    Can anyone please tell how to use SET / GET parameters and PARAMETER ID for a text box (Input / Output field ) in module pool? What is the purpose and where do we need to do coding for it?
    Note : I will definitely give the marks for good responses.
    Thanks in advance,
    Pradeep

    Hi Pradeep,
    You can save values in the SAP memory using a parameter ID. These
    are user and terminal-session specific, but available to all internal and
    external sessions.
    SET Parameter copies the corresponding field contents into the SAP
    System memory in the PAI processing block.
    GET Parameter copies the corresponding field contents from the SAP
    memory at the end of the PBO processing block, after data has been
    transferred from the program, if the screen field still has its initial value
    You can link an input/output field to an area of the SAP memory in the
    ABAP Dictionary.
    When you use an input/output field that is defined in the ABAP
    Dictionary, its parameter ID is displayed in the Dictionary attribute
    Parameter ID in the Screen Painter.
    Usage
    SET PARAMETER ID: ’CAR’ FIELD space,
    ’CON’ FIELD space,
    ’DAY’ FIELD space.
    Here is the link that explains the usage of GET/SET in detail
    <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/9f/db9e0435c111d1829f0000e829fbfe/content.htm">http://help.sap.com/saphelp_erp2005vp/helpdata/en/9f/db9e0435c111d1829f0000e829fbfe/content.htm</a>
    Regards,
    Sharadha

  • How do I stop getting email notifications from Apple. I have checked all of the "no" boxes. Help!

    How do I stop getting email notifications from Apple support. I have checked all the "no" boxes. Help!

    https://discussions.apple.com/docs/DOC-3661
    Message was edited by: deggie

Maybe you are looking for