Set up asyncronous correlation to MSMQ / Dynamics AX2012

Hi Pros,
I am using the MSMQ-Adapter to send an async. message to Dynamics AX2012. The message is processed by AX and the response is put to an outbound MSMQ directory.
BizTalk receives the response but i have problems setting up a working correlation so that the Orchestration can go on processing with the response message. I am currently getting a Routing-Failure.
I tried MSMQT.CorrelationId for the correlation without success. Is there anything in Dynamics AX I have to set up to make this work?

Hi Trombone,
As you are using One Way Send Port you will have to specifically maintain/manage Correlation between the outgoing and incoming message. You can do that by initializing any Correlation Set and later following the same on next receive shape.
For this either you will have to identify some common element between the outgoing and incoming message or create something like explained in below.
Please check the below example- Implementing Correlation (Property Promotion) without any Common Element
Thanks,
Prashant
Please mark this post accordingly if it answers your query or is helpful.

Similar Messages

  • Correlation set based on correlation from raised ADF event payload

    Hi,
    In a BPEL process, how can we include a Correlation set based on correlation from raised ADF event payload ?
    Thanks

    Hi Charles,
    Thanks for the response.
    Actually, my requirement is : I have a BPEL Process which has a pick activity. The OnMessage branch of the Pick activity is mapped to a service which is invoked by a Mediator. This Mediator is Subscribed to a Create Event.
    I am able to run my BPEL and Mediator instances separately but the problem is even though the Mediator is invoking the webservice, after the Create Event is raised, BPEL 's pick activity is not getting the response from the webservice due to which BPEL continues to be in running state.
    This might be a problem with a Correlation Id seting .
    How can i make by BPEL process know about the Mediator instance ? Any idea ?
    Thanks
    Nutan

  • Set up timeline to process audio dynamics before timeline levels

    I'm having some issues getting audio to respond as I expect it to. What I'd like is for a track in my timeline to have a compressor (the Dynamics effect) run on it across the entire track. Then I'd like to be able to use the [] keyboard shortcuts to mix the audio in the timeline on a clip level. What is the best way to set up the timeline to do that?

    Hi,
    Check this out: http://www.premiumbeat.com/blog/track-based-tricks-for-dialogue-in-premiere-pro/
    Thanks,
    Kevin

  • Setting the JMSReplyTo

    Hi everyone,
    I am using a proxy service which communicates via jms (IBM MQ).
    Although the JMSReplyTo field should be available for setting and getting, it does not exist in the Transport Headers node, nor does it exist in the inbound variable.
    I did try to use insert node, and even specific Transport Header, but no luck: I simply cannot use the JMSReplyTo.
    Under the field "Response correlation pattern", in the "JMS Transport" tab, i wish to use the "JMSMessageID" radio button.
    However, that means that i have to set the destination queue my self. How do I do that?
    10x a bunch.

    I don't want to use the MQ transport since it does not support 2-phase commit, only JMS does, and I have to use 2-phase commit.
    This is the exception i get:
    <14:12:52 IDT 10/09/2009> <Error> <WliSbTransports> <BEA-381502> <Exception in JmsInboundMessageContext.close: javax.jms.MessageFormatException: MQJMS1058: Invalid message property name: jms:JMSReplyTo
    javax.jms.MessageFormatException: MQJMS1058: Invalid message property name: jms:JMSReplyTo
         at com.ibm.jms.JMSMessage.newMessageFormatException(JMSMessage.java:5001)
         at com.ibm.jms.JMSMessage.setObjectProperty(JMSMessage.java:6044)
         at com.bea.wli.sb.transports.jms.JmsInboundMessageContext.sendResponse(JmsInboundMessageContext.java:422)
         at com.bea.wli.sb.transports.jms.JmsInboundMessageContext.access$000(JmsInboundMessageContext.java:54)
         at com.bea.wli.sb.transports.jms.JmsInboundMessageContext$1.run(JmsInboundMessageContext.java:274)
         Truncated. see log file for complete stacktrace
    The thing that amazes me the most is the fact that the documentation suggests to set the destination queue using the JMSReplyTo parameter in the JMS header, as seen:
    In the case of Message ID pattern, the client’s JMSReplyTo property tells the server where the response should be sent. This queue is specific to the client’s server and hence responses to different clients will go to different queues. The server sets the JMS Correlation ID of the response to the JMS ID of the request.
    And it is also seen in many other documentations.
    Anyhow - OSB is said to support this field. Moreover, it is a standard JMS parameter. Is there any way of working with JMS and setting the response queue dynamically?
    Or - at least, using the "MessageID" response pattern with a specific hard coded destination queue for the response?
    10x.

  • Correlation.findInstanceBy...

    Hi All,
    I'm quite new with Correlations, and facing some problems...
    I have two process, A and B.
    Process B, define a correlation named Bcorrelation.
    If I run Correlation.findInstanceBy(name : "Bcorrelation", values : <the_values>) from a Global Activity on B Process, I can find the instance associated with no problem.
    If I run Correlation.findInstanceBy(name : "Bcorrelation", values : <the_values>) from a Global Activity on A Process, I cannot find the instance associated.
    So, I suppouse that findInstanceBy is looking on correlations associated to the process where the code is running...
    Any idea if it's possible to do a kind of 'inter-process' correlation search? (ej. find B instances from A Process Global Activity).
    Any idea where can I get more documentation regarding Correlations...?
    Thanks in Advance
    Regards
    cmontag

    ClientBusinessProcess only works when you invoke the code from the client (or workspace) and uses the existing PAPI connection used by the workspace. This can only be done from dashboards or JSPs.
    You're probably not on the client side. You should probably use BusinessProcess and connect using a user credentials.
    I'm having trouble making sense of what you're trying to do in this code. I see you're connecting to PAPI, looking for instances and creating correlations. Looking for instances and creating correlations are functions usually done at different sides of code. For instance, in one process you set up a correlation so another can locate an instance based on account numbers, POs, etc. You don't need correlations if you know the instance id.
    So let me know what you're trying to do and maybe we can help.
    Mark

  • Acheving Message Correlation In OSB

    Hi People,
    Just Trying to Implement Message Correlation In OSB.
    Limitations : The DownLine System for us is not expected to send back the JMS Message ID while sending the response message. DownLine system Just sends only the payload. This stands as agreement between us.
    Below is the Scenario.
    I am just trying to replicate the DownLine Flow by using a proxy service and JMS Queues.
    1, Setting a value say "ABCD" to JMS Message ID while routing tthe message to BS from Proxy Service 1.
    2. The business service "IS Response Requred" is enabled and response Queue is configured as XYZ.
    3. Proxy Service 2 Picks Up the message and stubs the response and publishes to JMS Queue Q3.
    4. From JMS Q3 proxy service 3 reads it and sends back to the response Queue (XYZ) configured in the BS.
    5. Also the proxy service 3 sets the JMS Correlation ID as "ABCD" and routes to the response Queue in the BS.
    While sending the messages i can see that the JMS Message ID is getting over writen by a weblogic value, hence correlation is not acheived. Results in time out.

    You are in wrong forum.  Please close the thread and ask the question in SOA Suite forum.
    https://forums.oracle.com/community/developer/english/fusion_middleware/soa_%26_process_management/soa_suite_3/content?filterID=contentstatus[published]~objecttype~objecttype[thread]

  • Correlation with request response port

    I created a correlation type and correlation set on the behalf of File.ReceivedFilName context property.
    I am getting the initializing correlation set property in the send port as follows:
    But in Receive Port I am not getting the Following correlation sets property as follows:
    Why this is occuring ?
    Am I doing something wrong ?
    Is correlation supports with request response  port ?
    Prakash

    Hi Prakash,
    When you drop the Receive shape in your Orchestration, you would see both the “Initializing Correlation Set” and “Following Correlation Set” properties for the Receive Shape (same case for the Send Shape).
     When you have linked the Receive Shape to the Request-Response port in your Orchestration (Request-Response port whose Port direction of communication is set to “I’ll be sending a request and receiving a response” property), the “Following
    Correlation Set” property for the Receive Shape disappears (same case for the send shape). Because you have connected the send/Receive shape to the two send port and BizTalk can in turn handle the correlation. You don’t need to specify the correlation set
    properties explicitly. These properties need to be configured only when you configure your send/Receive shape to one-way ports where you need to instruct BizTalk on how to handle the correlation not when you configure send/Receive shape to two way send port.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Global Correlation Risk Delta

    Hi,
    I'm currently working on Tuning a pair of IPS modules in ASA's. We are currently in Promiscous and tuning/filtering to ensure we don't block any valid traffic when making the switch to inline.
    We are using the new 7.0.1 code and getting the global correlation / reputation data - works great & rocks.
    When viewing the events - there is a paramater - "Global Correlation Risk Delta" -- Could someone explain to me what that is?
    I understand how it adjusts the RR based on reputation & have the chart (including it for those who do not have it - got it from a networkers prezo). However I am having a hard time figuring out what Global Correlation Risk Delta is/means/does...anyone know?
    Thanks,
    Brad

    Here is a basic description.
    Without Global Correlation (versions prior to 7.0, or version 7.0 with the feature turned off) all alert triggerings will have a Risk Rating calculated.
    How a Risk Rating is calculated is explained in the following White Paper on cisco.com:
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps5729/ps5713/ps4077/prod_white_paper0900aecd806e7299.html
    Now with version 7.0 when Global Correlation is enabled there is now a new parameter added to the Risk Rating calculation ( + Global Correlation Risk Delta )
    The Global Correlation Risk Delta is either 0 or a positive value and so can keep the Risk Rating the same, or raise the Risk Rating, but will not decrease the Risk Rating.
    The Global Correlation Risk Delta is calculated based on both the Attacker IP address, and the Initial Risk Rating ( The Initial Risk Rating is the Risk Rating calculated without the Global Correlation Risk Delta).
    When Global Correlation is enabled in version 7.0 the sensor will download a Reputation Database from the cisco servers. This reputation database contains lists of Public IP Addresses that have been known to be sources of attacks in the past. With that database a Negative Reputation Score is determined for each Address in the database. The Negative Reputation Score could range anywhere from a -0.5 to a -10. If only a few atttacks have been seen from the address, the score may be only slightl negative in the -0.5 - -3 range. The worst offending Attacker IP Addresses could have negative scores in the -8 to -10 range.
    That Reputation Database is only for Public IP Addresses. So Private IP Addresses (addresses used only with NAT/PAT and are not Internet routable) will not exist in the Reputation Database.
    If the attacker IP Address is a Private IP Address, or is a Public IP Address that is NOT in the Reputation Database, then the sensor will automatically set the Global Correlation Risk Delta to 0.
    When added into the Original Risk Rating, the Risk Rating winds up the same (no change).
    So Global Correlation has no effect on Private IP Addresses, or Public IP Addresses that do NOT have Negative Reputation.
    It is only when the Attacker is from a Public IP Address with Negative Reputation that the Global Correlation Risk Delta is calculated.
    Internally the sensor has a formula to calculate what that Delta should be.
    The inputs to that formula are the Negative Reputation Score for the Atttacker IP, Original Risk Rating, as well as some proprietary variables for fine tuning the formula.
    All of these are inputs to the formula, and the one output is the Delta.
    The Delta is then Added to the Initial Risk Rating and results in a Higher Risk Rating.
    The chart from your first post is a result of plugging in the highest 20 possible Risk Ratings, and 20 possible negative Reputation scores, and uses the original proprietary variable settings, and shows you what the formula will output as the Global Correlation Risk Delta.
    So this should be used as just an example.
    The formula will still be used for Risk Ratings lower than 80 that are not shown on the chart, and will also be used for Negative Reputation Scores that are not neatly rounded to a 0.5 number.
    Also the proprietary variables are also subject to change, as we continue to fine tune the formula.
    So the chart you've posted is a good example of the type of Deltas that the formula can output.
    Because of this calculated Delta being added to the Risk Rating, the same attack coming from a known Negative Reputation Public Address will wind up with a Higher Risk Rating than the same attack coming from a Private IP Address (or even the same Public Address when not using Global Correlation).
    The sensor then has features for how it can then make use of the Risk Rating.
    And I will talk about this in the next post. I am limited by the number of characters in a single post or I would have put it into this post.

  • Correlation Setup

    In the Integration Process the properties step does not display the Correlation mandatory value.
    Where we have to set up the correlation value in IR so that it will display in the Integration Process properties step.

    Das,
    I couldn't understand the question. Do u want to create Correlation Container? If yes then above the bpm design step, top left corner You will see <b>Graphical Definition</b>, you can find small icon next to it, click that and choose<b> Correlation Editor.</b>
    If this is not wht u are looking for, please tell us the reqmt.
    raj.

  • Integration Process not continuing after Synchronous BAPI call

    I have an integration process that splits up a batch file of purchase orders into single purchase order messages. This allows me to use the "ForEach" block to call the synchronous BAPI_PO_CREATE1.
    I have managed to get the process to call the BAPI and create the purchase order. The response message arrives back though the abstract synchronous interface and is mapped to the asyncronous response message. After that the process seems to hold where I am expecting it to continue on the process and be appended to a container storage list for mapping to a single return message.
    I have not set up any correlation sets as I thought they wouldn't be needed for a sychronous call.
    Has anyone got any advice on my approach to this process and how I might fix it.
    Thanks in advance

    Hi Bhavesh,
    There are no errors as such in the SXMB_MONI but it gets as far as the Inbound Message (PE_ADAPTER) stage after the Sych BAPI call.
    Also the SOAP Header at this stage seems to be missing "sysnchronous" or "asynchronous" in the  SAP:ProcessingMode tags.
    The technical workflow is as follows
    FTP Batch file outbound to Integratin Process Receive (Async)
    Transform message into a Multiline list of BAPI_PO_CREATE1.request (async abstract)
    Enter "For Each" Block using the multiline list.
    BAPI_PO_CREATE1 mapped to synchronous abstract interface
    synchronous abstract interface mapped to BAPI_PO_CREATE.request and response
    BAPI_PO_CREATE.response mapped to async BAPI_PO_CREATE.response
    async BAPI_PO_CREATE.response appended to multiline list
    Exit block
    Transform multiline response list into single line response
    FTP inbound
    As far as I can make out I have not correctly configured the receiver of PO_CREATE1.response after it has been mapped from the sync to async so it just persists it and sits there waiting or it is waiting for somethign else to happen.
    Let me know if I can clarify anything further.
    Thanks
    Ben

  • Random thick lines and loss of sensativity

    Hello. I've been having a problem with random sensativity in lines.
    On my other computer, which is several years older then the one I'm working on now, working on PS with a tablet that was Bamboo, I would draw and quite often, every other stroke or so, instead of doing the stroke, it would make a straight random line of full pen thickness instead of using any sensativity. I knew I was getting a new computer and equipment soon so I took little worry of it. Now I'm on an entirely different computer, using a different new version of PS6, an Intuos Pen and Touch Medium, and have the exact same problem. It is not a memory problem, as this new computer has nearly nothing on it, everything is on an external drive. I used to run on windows vista, and this is windows 8. I've tried downloading other programs, such as Sai, and have not had the issue in it so far, but I wish to use PS6 for all my work. Is there a setting in the tablet interface I need to fix so it doesn't have so many problems with PS? Or could it be something else? I tried using Sai briefly to see if it was the problem with the program and so far I haven't had the same issue in Sai itself.

    Are you able to try the tablet on another computer?  My first thought on reading your post was Wacom hardware or driver.  Is this only happening when brush size is set to Pen Pressure in Shape dynamics?  And does it never happen with the mouse (I'm guessing not).
    You are allowed two installations of Photoshop with your license or subscription, so you can legitimately install Photoshop on a laptop.  Reading your post again, it appears you are using a different pen and tablet, on a different computer with different operating system with a different version of Photoshop.  With odds like that working for you, you should probably rush out and get a lottery ticket!  There has to be something in common.  Some correlation between the two set ups.  Have you transferred brushes from old to new system?
    I take it you are using new drivers for the Intuos?  Wacom have had more than their share of driver glitches
    How about electrical interference?  Is the tablet resting on a device that might be radiating RF interference?
    It's a strange and interesting problem.  I'd suggest heading over to the Wacom forums, but I'd like to see how this pans out. 
    Can you double check your driver version

  • JMS adapter: Adapter specific message attributes

    Hi,
    I have a synchronous SOAP to JMS (MQ series) scenario where I’m using sync/async bridge (without BPM).
    I need to correlate the message being put on JMS queue (JMS receiver adapter) and the response (JMS sender adapter).
    The “standard” receiver JMS adapter only allows the JMS correlation ID to be set to one of three different values (excluding NULL). 2 of these (reference and conversation ID) will be empty in my scenario, leaving me with only the XI message ID. This ID however exceeds the length of ie. the JMS correlation ID and thus isn’t suitable for correlating anything using the field JMS Correlation ID.
    NB: it is of no use to try and set the conversation ID at mapping time (using container object) since the changed value only is available during mapping execution.
    Surely one way of setting the conversation ID would be to use an adapter module in SOAP sender, but this is not an option. Also the sender system will not provide one either.
    Now the problem isn’t setting the JMS correlation ID dynamically at runtime (this is achieved without trouble using the dynamic configuration API with the key ‘DCJMSCorreleationID’). The problem is to actually have XI correlate the request with the response.
    Since the JMS collelation ID is smaller than the XI message ID and the conversation and reference ID isn’t available, what I figure is that I need to find a MQ message property to use and then use the ‘Set MSProperty to’ part instead – this property surely needs to be large enough to contain the XI message ID.
    So what I did was I looked in http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.amqwak.doc/js50938.htm
    where a list of fields in the message descriptor is available figuring I can just use one of these. Looking through the list I notice the field MDRQ (‘Name of reply queue’, 48-byte character string) should be able to hold the XI message ID. So I add ‘MDQR’ in the ‘Specify additional JMS message properties’ and set the ‘Java Type’ to String and also enter this field in the Correlation Setting of the receiver JMS adapter.
    Runtime:
    When looking in MDT I see:
    New JMS message will be correlated with the XI message. Correlation rule: XI_MESSAGEID, correlated property: JMS property MDRM, correlation value: 36158680-5a0c-11dc-8c14-000f203cd3c8
    I looks like a success! No data is however set in the field when looking at messages being put on MQ.
    If I increase the trace level of the JMS adapter I can see (in defaultTrace) the following:
    Cannot read the switch setting for property name DCJMSStringProperty0, switch name dynConfigDCJMSStringProperty0. It is switched off.
    What does this error mean?
    I have of course clicked ‘Use adapter Specific Message-Attributes’ and also the ‘Specify additional…’. In other words everything look ok in configuration.
    Since I’ve also put a check mark in ‘Fail if adapter specific message attributes is missing’ I can see that I successfully put a value (using dynamic conf. at mapping time) in the field... but still something isn’t right – the value of the property never reached MQ.
    Now I’ve tried with a couple of fields in the message descriptor from the previous URL. XI complains all the time.
    Anybody got some ideas?
    Best Regards,
    Daniel

    Hi Vijay,
    Thanks for your replay,as per your input i creted dynamic configuration method,
    i taget structure  luks like this
       <Data>
           <Mesage>
                 <gl_update>
                      <header>
                            <ean1>
                            <ean2>
                      </header>
                  <gl_update>
           <Message>
    i written UDF and mapped to header element gl_update,
    but i am getting  below error message in MONI
    SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_MM_ ffjms_</SAP:P1>
      <SAP:P2>com.sap.aii.mappingtool.tf7.IllegalInstanceExcepti</SAP:P2>
      <SAP:P3>on: Cannot create target element /ns0:MT_jms_ _a</SAP:P3>
      <SAP:P4>sync_out/Data/Message/ GLUpdate. Values missi~</SAP:P4>
      <SAP:AdditionalText />
      <SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_MM_ ffjms_; com.sap.aii.mappingtool.tf7.IllegalInstanceException: Cannot create target element /ns0:MT_jms_ asyncout/Data/Message/ GLUpdate. Values missi~</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    i want to know i mapped to UDF to GL_Update is is correct, to which element i have to map.
    i think there is no prob with UDF,its executing ,giving warning messages
    help me on this,
    Regaards
    Raj

  • Can't get fade option to work when stroking a path!

    For some reason I can't get the fade option to work when I stroke a path for line work in Photoshop CS 6. I'm using a wacom intuos 5 pro. I set my brush settings to fade and whenever i push stroke path with simulated pressure checked it does the thin to thick to thin line instead of a normal line that fades off.... anyone have a clue why? it seems to jump back to pen pressure no matter what I do......I went as far as uninstalling and reinstalling my walcom drivers and my copy of Photoshop.....I'm new to doing line work this way but like the consistency I see colleagues work!

    Set the fade in the Shape Dynamics, then stroke the path Without enabling Simulate Pressure in the Stroke Path dialog

  • Reg: BPM design

    Hi All,
    I am bit confused on the solution approach of BPM design and I would like your suggestions in completing my task.
    Requirement :
    scenario is proxy to Jdbc .
    I will get two input files from the source system and I have combine two files information into database table :
    1) first file will come only once and have key field which I have to consider.
    2) second file  may come more than once based on bookings at source side( 3/5/6/8).
    with current design , able to capture only one output from this design . my current design is :
    Fork
    Two receive steps ( correlation enabled in two steps based on key value)
    transformation step
    send step.
    with the current design in bpm ,correlation will come out after the first message satisfies the condition. Now i want to loop in such away based on the second file input  correlation has to work ( there is no input from source to take count on files). pl guide me.
    Regards,
    Suman

    Hi,
    This is what happens: the first receive step starts the bpm. If you have, afterwards, some other receive steps you have to set up the correlation condition.
    Once a message is being sent, the engine looks at all the started BPMs and based on the correlation condition it assigns it to one of them (that's why it is important to have the correlation condition unique per instance).
    From what I understand, you have the first message and then you can get 1 to 4 more messages. So you always have at least two messages: the first one sets the correlation id for the second and further messages. This correlation condition/id is just a field in the message that corresponds. Now after you get the second message, you say that you already know how many other messages will follow, that's why I say put a loop block with the receive (which should have the same correlation as the other).
    Now the contents of the first message will be available to the other messages as long as you keep it in a separate container variable, and you can re-use it in the loop.
    Hope this helps,
    Horia

  • Parallel flow using same Partnerlink

    Hi all,
    This is what i'm trying to do: i have a process that splits up in two parallel processes which are EXACTLY the same (only input differs very slightly). Later on these processes converge again to one.
    So, I decided to build a process A that calls upon process B twice, using flow to have it in parallel. I realized I had to do something about getting the receive right. The thing to use looks to be the Correlation Set. However, Correlation set documentation is very meagre. I can't seem to understand the working of the 109.CorrelationSets example, as it looks to use a double correlation (?). It just confuses me.
    I really need some help here, and would appreciate a very simple working example.
    What I really need to know is:
    - what steps to take (BPELDEV guide isn't enough help)
    - where to place correlation (on invoke or receive in process A ?, on receive or reply in process B?)
    - how to set the correlation value, or is it always derived on the basis of the "query" in the bpws:PropertyAlias?
    Thanks in advance!

    Hi,
    This is probably related to the fact that you cannot have two concurrently enabled activities with the same partner link, operation, and correlation set (this constraint can be found in the BPEL spec.) The correlation sets won't help you here because correlation sets are there to do instance routing (i.e. route an inbound message to the right process instance) but the problem here is not to route to the right process instance, but to route to the appropriate "receive" action... If there are two competing receive actions, the engine just go nuts, and this is why the above constraint was introduced in the BPEL spec.
    One way to go around (assuming that the interaction between A and B is based on asynchronous send/receive), is to first send the two messages in a flow, and then wait for the response with a single receive (rather than two separate receive actions). Something like this:
    <sequence>
    <flow>
    <invoke (send asynchronous message to B), no output variable here!>
    <invoke (send asychrnous message to B), again, no output variable here!>
    </flow>
    set variable counter to 1
    <while counter <= 2>
    <receive one message from B>
    increment variable counter by 1
    </while>
    </sequence>
    With a colleague, we have written a more complicated version of this scenario, where we effectively can receive messages through the same partner link not from 2 process instances, but from any arbitrary number of process instances. See http://www.serviceinteraction.com and download the code sample for "one-to-many send/receive with dynamically determined partners".
    I can send you the full Oracle BPEL project for this example if you think it would help. But I think that with the above information you should be able to proceed.
    Regards
    Marlon Dumas (m . dumas @ qut . edu . au)

Maybe you are looking for

  • MacBook Pro run very slow when open Contacts

    My MacBook Pro (earlie 2011) run very slow. When open Contacs show the color ball. I can't see duplicates contacs.

  • Song not marked as explicit

    I was listening to some of my child's music and I heard cuss words in it but it was not marked as explicit. I was concerned because my child has almost 10 hours worth of music what can I do about this. Besides go though every one to check that there

  • Itunes 8 not working on my computer

    I previously had itunes version 7.7 whatever on my computer, I recently opened it and I only have 27 songs showing in the playlist, but that's about 1% of the songs I have in there. So I decided to uninstall itunes and re-download it. I re-downloaded

  • IPod Mini plays and all of a sudden it pauses :(

    Gentlemen, I have an iPod Mini. Issue is, that sometimes when I play a song and I am touching the earphones or turn the iPod, it pause the song. It gets boring after a while, cause you gotta push "play" every time. I must admit that the earphones are

  • I want to switch form of payment temporarily to a gift Visa

    I received a gift Visa card and would like to use it at the iTunes store.  Is there any way to use it without changing all of my F.O.P. info?