Is there any blog available on HTTP receiver adapter?

Hi all!
I have to develop a scenario like
File(File adapter)->XI->J2EE application(HTTP adapter as receiver).
How to do this scenario I want complete step by step procedure.
Please help me!Its urgent
Thanks

Hi Datta,
Check the following blogs on http receiver :
/people/kausik.medavarapu/blog/2005/12/29/csv-file-lookup-with-http-request-and-response-in-xi
/people/siva.maranani/blog/2005/09/15/push-data-to-mvc-architectured-application-using-xi
Regards,
Archana.

Similar Messages

  • HTTP Receiver Adapter payload as single line plain text with out any tags.

    Hi PI experts,
    I have a strange problem in http receiver adapter.
    Sender RFC (SAP)  Receiver: HTTP.
    Receiver system expects the output from XI in the below format in a single line plain text with out any tags in the payload. and the content type should be application/x-www-form-urlencoded
    Group=Test&Sentinel=Web%20Server&Facility=5345&Order Number=XT-XWHM-Y-NA&Serial Number=123456&@LABEL_QUANTITY=5&@LABEL_NAME=111114_Q
    Is there any way to achieve this using http receiver adapter. Business is not ready to accept the output from XI not even in a single element instead they only need it as a JUST a plain text.
    Appreciate early response on this.
    Thanks in Advance,
    Jitender

    Dear Ola,
    Could you elaborate how you achieved in catching the response data from the receiver in case of HTTP receiver adapter?
    The target service is not a WebService but some python script that must to receive some paramters via POST request.
         HOW can I post this parameters?
    Here you entered the fields of the message type of the request in the header parameters of the receiver adapter? Thats fine.
    But what about the message type and vice versa of the response from the receiver?
    Regards
    Rebecca

  • After upgrading to OS Mavericks, I realized that the Partition for Windows is gone. I have really important data on this drive without a back up. Is there any way I can get this data before reformatting. Is there any third party software for receiving the

    After upgrading to OS Mavericks, I realized that the Partition for Windows is gone. I have really important data on this drive without a back up. Is there any way I can get this data before reformatting. Is there any third party software for receiving the data or any possible way? Money is not a limitation to this fix. Please help!!!

    sure pretty simple.  make a backup of your current settings
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    then restore device from old backup you need pics off of
    then import pics to computer
    http://support.apple.com/kb/HT4083
    you may need to save pics to camera roll first
    then restore the new backup and sync pics back to phone via itunes
    Peace, Clyde

  • Is there any documantation available on ADF java script?

    Hi,
    In my project i dealing with too many clientside functions, i am very happy if there any documentation available on the same.
    please let me know anybody come across any documentation on ADF specific javascript.
    thank you in advance,
    Dinil

    Hi,
    the FMW docs (http://download.oracle.com/docs/cd/E15523_01/index.htm) also contain a reference to the JavaScript API. Note that the recommendation is to use javaScript by exception. The Web Developer Guide - chapter 5 and others - contain JavaScript examples
    Frank

  • Any blog avail. as guideline for Designing n arranging UI Elements

    Hi,
        Any Blog available as recommendations to design a page and arranging UI elements and which property of the UI element should used under a scenario.
    Because, some times its difficult to arrange UI elements in a position what we like.
    for example I like to arrange a button UI element at the center of the view, with Matrix layout. I tried few things, but I unable to move it.
    Thank U for Ur time.
    Cheers,
    Sam

    Hi Sam,
        In your case you can try using transparent container. Use transparent container UI element and make it grid layout. Then put your buttons inside transparent container. I have done the same in my project.
       As per my experience we need to do trial and error to get UI elements in place.
    It is difficult initially but once you are used to then you can get it. I tried using groups, transparent container etc. to get UI elements properly.
      You can check out this blog,
      /people/thomas.szcs/blog/2005/12/28/dynamic-programming-in-web-dynpro-abap--introduction-and-part-i-understanding-ui-elements
      https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/bfce2ae7-0b01-0010-829b-effcd2bcbe9d?prtmode=navigate
      Hope my answer will help you.
    Cheers,
    Darshna.

  • Is there any blog or examples to handle the errors without using ESB tool kit.

    Hello,
    I have been trying to work with error handling since last week but I dont understand how to construct the error message. Is there any blog or examples to explain handle the errors step by step from scratch without using ESB tool kit.Can anybody help me out.
    Thanks in advance.

    You can use option 3 to construct the error message inside orchestration.
    Before using a BizTalk XML Message inside an orchestration, it must first be constructed. In fact this is just populating the message with XML. If there is an attempt to use this message before it is constructed, the above error will come. Some messages
    come pre-constructed, such as messages that originate from a send port
    There are several ways to construct a message inside an orchestration:
    Create a new message from an existing message using BizTalk map
    Assign one message to other(i.e. creating a copy of an existing message)
    Creating a message with the help of a System.XML.XMLDocument variable
    We have to first declare an orchestration variable of type XmlDocument. Then in a message assignment shape, we need to do something like this:
    myxmlDoc = new XmlDocument();
    myxmlDoc.LoadXML("<somexmlhere></somexmlhere>")
    myMsgBeingConstructed = myxmlDoc;
    Abhijit Mahato - Microsoft Community Contributor 2011 - MCTS BizTalk Server blog: http://abhijitmahato.wordpress.com/ Please "Mark as Answer" if Post has Answered the Question

  • Is there any app available to directly copy movies from in built Movies app on iPhone directly to a Nas. I currently use iTunes for this with the Mac, but want to know if its possible without actually using a Mac or PC with iTunes?

    Is there any app available to directly copy from iPhone or iPad from the movies app to a nas without having to use iTunes.

    wjosten - thanks very much for the detailed instructions. I'll try this as soon as I get my replacement and it looks like you'll probably end up getting the green tick

  • How to take the screen shot of my computer page by using Labview.... is there any funtions available in Labview?

    How to take the screen shot of my computer page by using Labview.... is there any funtions available in Labview?

    Another thread about this theme.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Is there any API available to read drm files in ios devices?

    Hi,
    I am ios developer and trying to read DRM files using my app.
    I want to know is there any API available for the same.
    Thanks in Advance.

    Hi Prathap,
    No, there is no Java API specific for RDF functionality available. However, Java client applications can use JDBC to access the RDF store. A partially relevant post is at How do you query Oracle RDF database using Java program? . The JDBC documentation will have detailed documentation on using JDBC.
    Code snippets for one way of accessing SDO_RDF_MATCH through Java is below:
    <..........>
    sbStmt.append("select * from TABLE( ")
    .append(" SDO_RDF_MATCH('(?S ?P ?O)',")
    .append(" SDO_RDF_Models('")
    .append( <model_name> )
    .append("'),")
    .append("null,null,null))")
    .append(" where rownum <= ")
    .append(iNumRows)
    ResultSet rs = stmt.executeQuery(sbStmt.toString());
    while (rs.next()) {
    System.out.print("\n");
    System.out.print(rs.getString("S"));
    System.out.print(" (");
    System.out.print(rs.getString("S$RDFVTYP"));
    System.out.print(") ");
    System.out.print(", ");
    System.out.print(rs.getString("P"));
    System.out.print(" (");
    System.out.print(rs.getString("P$RDFVTYP"));
    System.out.print(") ");
    System.out.print(", ");
    System.out.print(rs.getString("O"));
    System.out.print(" (");
    System.out.print(rs.getString("O$RDFVTYP"));
    System.out.print(") ");
    <............>
    <...... handling CLOB values that are returned ....>
    // read CLOB if applicable
    Reader reader = null;
    try {
    CLOB clob = ((OracleResultSet) rs).getCLOB("O$RDFCLOB");
    if (clob == null) {
    System.out.print("not a long literal ");
    else {
    reader = clob.getCharacterStream();
    char[] buffer = new char[1024];
    // reading 1K at a time (just a demo)
    int iLength = reader.read(buffer);
    for (int i = 0; i < iLength; i++) {
    System.out.print(buffer);
    System.out.print(" ...");
    finally {
    if (reader != null) reader.close();
    <..........>

  • Is there any policy available by Apple through which I can exchange my iPhone 4s to iPhone 5?

    I have recently bought iPhone 4s. Within one month iPhone 5 get launched. Is there any policy available by Apple through which I can exchange my iPhone 4s to iPhone 5? I am ready to pay the extra amount.

    I have recently bought iPhone 4s. Within one month iPhone 5 get launched.
    I bought iPhone 4s on 20th July.
    Huh?  How did you figure that the iPhone 5 was launched "within one month" of your purchase??  The iPhone 5 wasn't released until September in the USA and later in India.  Your sense of entitlement exceeds your skill with a calendar.

  • Is there any Software available to permanently delete data in iPhone?

    I recently purchased a new iPhone. I would like to erase all data from my old one before I trade-in the phone. Is there any software available to permanently erase all data from my old iPhone?

    Just Restore it as a New device.
    What to do before selling or giving away your iPhone, iPad, or iPod touch

  • HT1688 I just tried to install the latest software update for an iPhone 5, and now the phone is stuck in recovery mode.  Are there any options available to avoid going through with the recovery.  This seems really lame.

    I just tried to install the latest software update for an iPhone 5, and now the phone is stuck in recovery mode.  Are there any options available to avoid going through with the recovery.  This seems really lame.

    No.
    You must restore.

  • Are there any options available to trade in an old IPad for a new one?

    Are there any options available to trade in an older IPad for the newest version?

    You are most welcome

  • Is there any Program available to Copy a package from one System to Another

    Hi all,
    Is there any Program available to Copy a package from one System to Another ?
    Thanks in advance
    Raghu ram

    Hi,
    Put the Package into a TR using transaction SE80.
    Provide the TR no. to BASIS consultant & ask him to provide the file of that TR.
    Import the TR file in another system.
    Thats it.
    Best regards,
    Prashant

  • Help|| Is there any tool available to register Oracle datasource objects into JNDI

    Is there any tool available to register Oracle datasource objects into JNDI.If so please tell me where can I download.
    Thanks
    shiva

    I'd like to know the answer to this also.
    I just started reading about JNDI 2 days ago and have never used it. I'd like to use DataSource in my application with JNDI. If I can use the database as my JNDI "server", then I'd prefer to do that instead of having a seperate external server.

Maybe you are looking for

  • EJB Jar not getting Build

    Hi All, I created a DC EJB and a DC EAR. I was able to create Projects successfully. Suddently when i create a new DC EJB, the jar is not getting generated when i build the ejb and because of which i cannot deploy the ejb. Also i am unable to build a

  • Notes in Mail not saving, new notes can't be created

    Ok, so for awhile I was using the Notes feature in Mail (10.5; all fully updated) to get off of Stickies which are apparently bad (and non-Syncable)... All was well until I realized that changes to Notes weren't being saved and when I create a new No

  • Why do i get duplicate notes?

    For some reason i have duplicates of my synced notes on my iPhone. Even my mac only displays 1, but my iPhone can show up to 4 duplicates. It makes it complicated working out which one to delete from my phone without worrying if I'm going to delete t

  • Newbie - how to test with parms.

    Last week I posted a multi-part question here.  It was multi-part because it was taking up to an hour to open a question or reply box.  That seems to be fixed so now I'm breaking the question out into its pieces in hopes of getting an answer.  One of

  • Can I get iphoto back?

    I don't find the new Photos app intuitive at all and would love to go back to iPhoto. How do I export an image as a custom size? How do I use the 'skin tone' adjustment? How do I bump the sharpness all the way up without affecting the other settings?