Multiple Receivers one is sync, others async

Hi,
I have a scenario where sender is a third party system.
Sender system sends XML Payload using HTTP to XI.
This payload needs to be received by 3 receivers. 1. File, 2. Email and 3. RFC.
(i.e. Once XML Payload is received into XI, XML File needs to be created, Email needs to be sent with attached XML payload and RFC needs to be called.)
File and Email receivers are asynchronous but RFC needs to be called in synchronous mode and response from RFC is sent back to sender third party system.
Third Party (XML Payload, using HTTP) --> XI --> File, Email, RFC
RFC Response ---> XI --> Third party.
How to achieve this complete scenario? Do I need to use BPM for this? If yes, how do I configure it? Its a case of parallel multiple receivers out of which only one receiver sends response back to the calling system.
Thanks,
Smita

You need to use bpm.
1. Http Sender sends  request to XI.
2. XI converts it into XI Message.
3. BPM receives the request through synchronous interface.(Opens S/A Bridge)
4. BPM sends request to RFC through Synchronous interface and gets the response.
5. Response is sent back to Http Client.(Closes S/A Bridge)
https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1134http [original link is broken] [original link is broken] [original link is broken]://www.riyaz.net/blog/index.php/2008/04/16/a-step-by-step-guide-to-bpm-asynch-sync-bridge/

Similar Messages

  • Fastest way to add multiple images, one after the other, in DW5.5

    There has to be a faster way to add multiple images, one after the other, in a web page rather than just dragging each from the Files tab w/in DW 5.5
    I was a little surprized I couldn't select multiple images and just drag a block and have DW just insert an img tag with empty alts and the source path but maybe there is some options I just haven't found?
    I tried using Bridge to generate a quick html slideshow/gallery but it creates skads of divs and such... I just have to update an older site and was looking for an efficient way to add a bunch of images (random names ugh so just copying-pasting one and changing names is still more manual) that lie next to each other, no breaks inbetween....seems an ideal automated situation.
    I'd settle for an external script or app or something because they come in blocks of 25 approx and I have all my actions in PS set up to size appropriately which is nice so I just wondered if there was something good for this low-level production task.
    Thanks

    Thanks. Yes, I started writing a script but I just wondered if there were hidden gems in DW....so many programs do more than they are intended to do nowadays, I had to ask people who use it more!
    Actually, the fastest was to just dupe one line of code, paste x amount and then just use the pick-wip to point and drag. That at least cut the menu out of the equation.
    I thought I remembered doing a batch insert years ago..maybe in GoLive or before Adobe had DW? DW and GoLive are the only GUI html editors I've ever used..but, may it was just something out of an ealier photoshop...they've taken good stuff out and put good stuff in so many times that I can only remember so much!

  • Multiple Users One Computer Sync

    Running Windows XP Professional is it possible to configure OracleSync to use a different user id and password for different handheld devices? I want to allow multiple people to use the same computer to sync.

    Bonjour,
    Unfortunately it is not possible to synchronize multiple PDA to the same desktop.
    Thank you for your understanding in this matter,
    Manon Delisle

  • How to generate a query involving multiple tables(one left join others)

    Hi, all,
    I want to query a db like these:
    I need all the demographics information(from table demo) and their acr info(from table acr), and their clinical info(from table clinical), and their lab info(from table lab).
    The db is like this:
    demo->acr: one to many
    demo->clinical info: one to many
    demo->lab info: one to many
    I want to get one query result which are demo left join acr, and demo left join clinical, and demo left join lab. I hope the result is a record including demo info, acr info, clinical info, and lab info.
    How could I do this in SQL?
    Thanks a lot!
    Qian

    Thank you very, very much!
    Actually, I need a huge query to include all the tables in our db.
    We are running a clinical db which collects the patients demographics info, clinical info, lab info, and many other information.
    The Demographics table is a center hub which connects other tables. This is the main architecture.
    My boss needed a huge query to include all the information, so others could find what they need by filtering.
    As you have found, because one patients usually has multiple clinical/lab info sets, so the result will be multiplied! the number of result=n*m*k*...
    My first plan is to set time point criteria to narrow all the records with one study year. If somebody needs to compare them, then I have to show them all.
    So I have to know the SQL to generate a huge query including as many tables as possible.
    I show some details here:
    CREATE TABLE "IMMUNODATA"."DEMOGRAPHICS" (
    "SUBJECTID" INTEGER NOT NULL,
    "WORKID" INTEGER,
    "OMRFHISTORYNUMBER" INTEGER,
    "OTHERID" INTEGER,
    "BARCODE" INTEGER,
    "GENDER" VARCHAR2(1),
    "DOB" DATE,
    "RACEAI" INTEGER,
    "RACECAUCASIAN" INTEGER,
    "RACEAA" INTEGER,
    "RACEASIAN" INTEGER,
    "RACEPAC" INTEGER,
    "RACEHIS" INTEGER,
    "RACEOTHER" VARCHAR2(50),
    "SSN" VARCHAR2(11),
    PRIMARY KEY("SUBJECTID") VALIDATE
    CREATE TABLE "IMMUNODATA"."ACR" (
    "ID" INTEGER NOT NULL,
    "THEDATE" DATE ,
    "SUBJECTID" INTEGER NOT NULL,
    "ACR_PAGENOTCOMPLETED" VARCHAR2(1000) ,
    "ACR_MALARRASHTODAY" INTEGER ,
    "ACR_MALARRASHEVER" INTEGER ,
    "ACR_MALARRSHEARLIESTDATE" DATE ,
    PRIMARY KEY("ID") VALIDATE,
    FOREIGN KEY("SUBJECTID") REFERENCES "IMMUNODATA"."DEMOGRAPHICS" ("SUBJECTID") VALIDATE
    CREATE TABLE "IMMUNODATA"."CLIN" (
    "ID" INTEGER NOT NULL,
    "THEDATE" DATE ,
    "SUBJECTID" INTEGER NOT NULL,
    "CLIN_PAGENOTCOMPLETED" VARCHAR2(1000) ,
    "CLIN_FATIGUE" VARCHAR2(20) ,
    "CLIN_FATIGUEDATE" DATE ,
    "CLIN_FEVER" VARCHAR2(20) ,
    "CLIN_FEVERDATE" DATE ,
    "CLIN_WEIGHTLOSS" VARCHAR2(20) ,
    "CLIN_WEIGHTLOSSDATE" DATE ,
    "CLIN_CARDIOMEGALY" VARCHAR2(20) ,
    PRIMARY KEY("ID") VALIDATE,
    FOREIGN KEY("SUBJECTID") REFERENCES "IMMUNODATA"."DEMOGRAPHICS" ("SUBJECTID") VALIDATE
    Other tables are alike.
    Thank very much!
    Qian

  • Sync and Async in one port

    Hi
    Can somebody advice me, I'm using  multi operations single port wsdl
    so far my operations are of type async, ( RequestPort)  (ReponsePort)
    now I need to add another operation which is Sync
    I added this in the same port as (RequestPort)
    When I try to create BPEL it doesn't work. Can I mix two types in single port , if so any examples please

    <?xml version="1.0" encoding="UTF-8" ?>
    <definitions targetNamespace="urn:Usert"
                 xmlns="http://schemas.xmlsoap.org/wsdl/"
                 xmlns:tns="urn:UserManagement"
                 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
                 xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
                 xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
                 xmlns:clpaou="http://com.oracle/app/test/UserService">
      <types>
        <xsd:schema targetNamespace="urn:UserManagement/types"
                    elementFormDefault="qualified"/>
        <xsd:schema>
          <xsd:import schemaLocation="xsd/User.xsd"
                      namespace="http://com.oracle/app/test/UserService"/>
        </xsd:schema>
      </types>
          <message name="AddUser">
        <part name="part" element="clpaou:UserRequest"/>
      </message>
      <message name="UpdateUserMsg">
        <part name="part" element="clpaou:UserRequest"/>
      </message>
       <message name="DeleteUserMsg">
        <part name="part" element="clpaou:UserRequest"/>
      </message>
      <message name="UserResponseMsg">
        <part name="part" element="clpaou:UserResponse"/>
      </message>
      <message name="GetUsersMsg">
        <part name="part" element="clpaou:TargetRequest"/>
      </message>
       <message name="GetUsersResponseMsg">
        <part name="part" element="clpaou:UsertRequest"/>
      </message>
      <!-- wsdl:portType describes messages in an operation -->
      <portType name="UserRequestPort">
        <operation name="AddUser">
          <input message="tns:AddUserMsg"/>
        </operation>
        <operation name="UpdateUser">
          <input message="tns:UpdateUserMsg"/>
        </operation>
         <operation name="GetAllUsers">
          <input message="tns:GetUsersMsg" name="GetAllUsersRequest"/>
          <output message="tns:GetUsersResponseMsg" name="GetAllUsersrResponse"/>
        </operation>
      </portType>
      <portType name="UserManagementResponsePort">
        <operation name="UserManagementCallback">
          <input message="tns:UserResponseMsg"/>
        </operation>
      </portType>
    </definitions>
    this is my wsdl, can this be possible to work, as this is not working when i run getallusers opertion
    getallusers is used in one bpel
    the other operations are in separate bpel

  • Using multiple desktops with a 4 finger swipe on a Mac Book Pro running Lion- is there a way that I can allow Safari open on several but not all??  Looks like I can set it for one but not others.  All, one, or nothing

    Using multiple desktops with a 4 finger swipe on a Mac Book Pro running Lion- is there a way that I can allow Safari open on several but not all??  Looks like I can set it for one but not others.  All, one, or nothing

    Hey Eric,
    Thanks for taking the time. Unfortunately no that does not solve it. Same as swipe it will get me there and it will show separate programs spaced out. The issue I am having is that all my open word files are bunched up in a pile on top of each other. I can see the edges of each one but I want them to be separated from each other enough that I can visually identify what file is what.
    Again, thanks for trying, it is appreciated.

  • Can anyone help me figure out how to sync my ipod with my purchased music?  I have used several computer and at one point synced my ipod with a computer that only had about half of my music.  My other computers are no longer working.  Not sure how to get

    Can anyone help me figure out how to sync my ipod with my purchased music?  I have used several computer and at one point synced my ipod with a computer that only had about half of my music.  My other computers are no longer working.  Not sure how to get my purchased music back onto my ipod?

    Hi kimcinma!
    Your previous purchases are saved on iCloud even if you bought them on another computer. If you can't find them on your current computer, you might need to unhide them. Go to iTunes preferences, and click on Store Preferences. Then click the box for "show iTunes in the Cloud purchases". Then click on OK, and everything you've ever bought from iTunes on that Apple ID will show up in your library. You will need to download them from iCloud first before you can synch them to your iPod Classic. To do this, click on the little cloud with the arrow in it next to your song, and it will download to your computer. When you have the music that you want downloaded, plug in your iPod and synch away. Hope this helps!
    Sandygirl

  • Using Yahoo, how to send an e-mail to multiple receivers without having to click on each one individually

    When I try to send/forward e-mail to multiple receivers, I choose the category, use ctrl, select the names and click "send e-mail to these contacts." When I return to the e-mail, the contacts are not listed.
    What am I doing wrong?
    Betty Spraker

    Hi,
    Creat the following internal table
    DATA: i_reclist LIKE somlreci1 OCCURS 0 WITH HEADER LINE.
    Pass the values to this internal table as follows
    i_reclist-receiver = '<give ur mail id>'.  "SAPoffice: Name of the recipient of a document (also ext.)
    i_reclist-rec_type = 'U'.                              "Specification of recipient type
    *U = INTERNET ADDRESS,
    *B = SAP USER,
    *P = PRIVATE DISTRIBUTION LIST,
    *O = SAPOFFICE USER,
    *R = SAP user in another SAP System
    *X = X400 ADDRESS
    *C = SHARED DISTRIBUTION LIST
    APPEND i_reclist.
    Pass the internal table to the Tables parameter of 'receivers'
    receivers = i_reclist
    Regards,
    Chandu

  • TS1510 I synced one nano to my iTunes library, but I can't get the other one to sync?  What do I need to do?

    I synced one nano to my iTunes library, but I can't get the other one to sync?  What do I need to do?

    This should be in the iPod Nano forum https://discussions.apple.com/community/ipod/ipod_nano. You are in the iPhone forum. I'll ask the mods to move this for you.

  • HT204053 I have set up i cloud but my calendars wont sync between MacBook, Ipad and iPhone. Is there a refresh style option or does anyone know what to do to make sure the calendar on my MacBook is the one that the other devices reads. Thanks everyone.

    I have set up i cloud but my calendars wont sync between MacBook, Ipad and iPhone. Is there a refresh style option or does anyone know what to do to make sure the calendar on my MacBook is the one that the other devices reads. Thanks everyone.

    Don't spend a lot of time trying to change it. It's an iCloud problem that's happened before, and when it happened in August it went back to the correct colors in a few days. Just be careful when you add new items to the calendar to use the right calendar (even if the color is wrong), otherwise you'll have things out of synch when the correct colors come back.

  • Lately when I sync certain albums to my iPhone, the tracks are duplicated one behind the other so that I have to listen to each song twice. Why does this happen and how can it be fixed?

    Lately when I sync certain albums to my iPhone, the tracks are duplicated one behind the other so that I have to listen to each song twice. Why does this happen and how can it be fixed?

    Very strange behavior.  Don't entirely give up on the "Manually Added Items" category ... I have seen things magically appear there even after I've checked and seen nothing there.  I think things got real quirky when Apple released iCloud ... I don't remember extra copies of purchases lingering on my iPhone once transferred to my library before that.  Sure, if I bought an album directly to my iPhone it would stay on there even after I sync to my library, but if I deleted the album from the iPhone it stayed deleted.  Now it seems that there are some phantom copies that come and go with no explanation.
    jcburbank wrote:
    I've tried deleting the album from both the phone and from iTunes and then redownloading them to both and the same problem occurs.
    If you're re-downloading an album to iTunes and your iPhone, that may perpetuate the problem.  What happens if you completely delete every copy of the album, then just download to your iTunes library and then sync the album to your iPhone from your library?  That should put only one copy on your iPhone.
    A few other things to try:
    1- Completely sign out of your Apple account on your iPhone, then re-sync to iTunes, then sign into your account on your iPhone again.  Maybe throw in a Reset or at least a power OFF/ON somewhere in the middle.
    2- Go to Settings/ General/ Usage, then select Music and when you see All Music, swipe your finger across it and tap the Delete button.  Before doing anything else, Reset your iPhone.  This does not actually delete your music, but seems to clear up some cobwebs left behind (people use this technique to reduce "Other" that swells up over time).

  • HT2204 Why is the app store not synced with icloud? Have so many logins and cannot login to one or the other sometimes. Wanted the latest updates to an app my friends already got and could not get the update all day long.

    Why is the app store not synced with icloud? Have so many logins and cannot login to one or the other sometimes. Wanted the latest updates to an app my friends already got and could not get the update all day long.

    In after 10 hours. Magic...

  • I have 3 iphones and sync the first one is ok but if i try to sync any other ones they sync with all with the samy stuff

    i have 3 iphones and syncing the first one is good but if i try to sync any other one is sync up with all the same stuff as the first one

    http://support.apple.com/kb/ht1495

  • Multiple IDs+One Computer=Wrong phone account.

    So, there are 3 of us in my house who have iPhones and we use one computer which means the same iTunes pops up everytime time we plug in our phone. But sometimes after unplugging our phones from the computer and we try to download an app on our phone it says one of the other Apple IDs that isn't mine. How do I get my Apple ID back on my phone?

    Your Apple ID is on your phone unless you actually signed out of it on the phone or restored it from one of the other devices backups.
    The issue is that content linked to one of the other accounts has been synced to your device.
    You really should read this article about how to manage multiple devices on a single computer.  Doing so with the same iTunes library under a single login is not an ideal choice.

  • One-Way Sync iPhone with iTunes?

    I Posted this question a while back:
    Hello...
    On several occasions I have managed to delete content on my iPhone using sync in iTunes, and I somehow find iTunes not very intuitive and logical on the matter of syncing.
    My basic question is of there is a way to force a one-way sync, or "Just transfer crap to my phone but don't even dare touch the content on there or I will un-install you!"...
    I have a total of 3 computers which I use my iPhone with.
    - Work: at my work I generally use to sync my calendars ect. so I always have my work calendar on me,
    - Home Workstation: this I use to manage the music on my iPhone primarily.
    - Home Laptop: this I use for verious stuff.
    What computer should be allowed to do what? (R-Read, W-Write, D-Delete)
    - Music: Work - RW , Home WS - RWD, Home Laptop - RW
    - Calendar: Work - RWD , Home WS - RW, Home Laptop - RW
    - Apps: Work - RW , Home WS - RWD, Home Laptop - RW
    And so on, so as you can se, I would like to ONLY let my workstation at work delete stuff in my calendar, it may add stuff or read stuff of any kind, but NEVER delete it.
    And so forth...
    Is there anyway of adding such restrictions?...
    And i got this answer:
    Welcome to the discussions,
    See this article about syncing and merging data: http://support.apple.com/kb/HT1296
    The main thing is, you can only sync to one itunes library at a time. If you want to sync to more than one computer, you'll have to manually manage your media content to avoid getting it deleted when you connect to another computer.
    See also http://support.apple.com/kb/HT1535, "Managing content manually on iPod and iPhone"
    Thats all very well, but... no...
    Going to: http://support.apple.com/kb/HT1535
    And attempting to follow the instructions there, well fails because what happens in step 5 when clicking apply, is the dialog that ask if i wan't to erase and re-sync. That means i can't even Enable Manually management of videos and music without erasing the content on my phone?...

    See if this cnet video gives you any help. The best you can do is trick itunes into thinking it is syncing to the same library database file on all PCs.
    http://cnettv.cnet.com/sync-your-ipod-two-computers/9742-1_53-50004835.html
    You will have to pay careful attention to how itunes preferences are set on each PC.
    The thing was designed to sync with one PC, really. This apple article pretty much states it will get corrupted if you try to use multiple PCs repeatedly:
    http://support.apple.com/kb/TS1474
    and advises using a 3rd-party solution to do it. The cnet video I linked also has mentions of 3rd-party programs htat will do what you want.

Maybe you are looking for

  • Dangerous Goods checks in transfer order (based on purchase order)

    Dear, We have defined a process to transfer products from one plant of our company to another plant of our company based on a purchase order (Transfer order), a delivery and a shipment. Problem: the delivery and shipment could be checked in a Dangero

  • Need to send success or failure message to BAPI of SQL query action block

    Hi All, I need to send success or failure message(i.e. 1 or 0) to BAPI which has been called below sql query action block in transaction Here in SAP, i have created on BAPI with one import parameter and one export parameter. In the sql query action b

  • House Bank in Accounting documnet

    Dear All, When I am creating customer invoice House bank is not updating in Accounting document , but house bank is maintained in Customer master at company code level. Do we need to  do any additional settings. We can not maintain at reconciliation

  • How to edit to a table.

    Hi All, I am trying to create a table with inputfield columns. So, i want the user to input data in this table. I want to bind this columns with a node context of a BAPI and to save this data. The procedure i did is: From the Standart Complex i choos

  • Can't close itune7.6

    I have problem with iTunes 7.6 on windows XP SP2 when i close program. it is not response. I see iTunes process (in task manager) use CPU time 99%. Firstly i think iTunes is working something so i wait. But nothing go advance iTune still consume CPU