Asy-Syn bridge

I have a scenario like
The XML PO data from the HTTP client is posted asynchronously to XI (using quality of service “Exactly Once”). The control is taken over by BPM and posts the BAPI synchronously into the R/3 system and upon receiving the BAPI response containing the PO number, BPM will send a message asynchronously to the legacy system, as a flat file.
Is this Asyn-Synch, does Asyn-Synch really exists. I would appreciate if anybody can explain me.
Thanks
sneha latha reddy

Hi,
If your sender is Sync,in the above scenario, then you need to have steps like. I.e Open Sync bridge and close the bridge.
For more -you can refer BPM Pattern in the SAP BASIS software component in the Integration Repository.
http://help.sap.com/saphelp_nw2004s/helpdata/en/43/65d4dab39b0398e10000000a1553f6/content.htm
also this blog will help you-
https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
discussion on http and Webservice-from different views
Http client directly sends data into XI pipeline.
But Webservice is the case, you need to have adapter to convert XI understandable message format.
Generally Webservice is mainly used in the internet applications. and also for remote client
But http client is used when you have integration in the same landscape. http client is used by external systems to connect to the Integration Engine using the native HTTP interface i.e message with no SOAP enevelop
Difference between SOAP and Http Sender
Regards
Moorthy

Similar Messages

  • Difference between syn/asyn vs asyn/syn Bridge

    Hi Group,
    Can any body give me the difference between Syn/Asyn Bridge ,Async/Sync
    Beidge,and what are the satpes in both of these

    Hi,
    Sync/async communication enables a synchronous sender system to communicate with a receiver system that cannot process synchronous messages
    Refer this blog
    /people/ravikumar.allampallam/blog/2005/02/17/bridging-the-sync-async-bridge-with-fork-xi
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi
    There is an example of the Sync/Async Bridge in th SWCV: SAP BASIS.
    Namespace: http://sap.com/xi/XI/System/Patterns
    Asyn - Synch BPM - /people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    regards

  • Aysnc-syn bridge

    Hi ! I have seen this question in previous threads........and their responses. Many of them are responded with there wont exist a situation like asyn-sync bridge. And also they suggested to refer the blog
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    Inspite of all the above if you are in a fix to be choosen one out of these 3 which option is the better bet ??
    a) send setp, synch receiver,asyn send,receiver step
    b) Receiver steps,Async send,Asyn receive,Send step
    c) receiver step,async send,Receiver step
    thanks
    kumar

    Hi Kumar,
    There is nothing like asyn-sync bridge..
    What is present is synch-asynch bridge..
    ie we have a synchronous sender and a asynchronous receiver.
    Then we need to use synch-asynch bridge in BPM.
    As mentioned by others...BPM should start with a Receive Step and end with a Send Step.
    <i>Your B option is the perfect one...</i>
    Cheers,
    Sumit

  • Asyn-syn bridge

    Hi SAP-XI guru,
    can u explain me what is meant by Asynchrous and synchronous bridge in BPM ?when and how it is used?

    Dear Vijaya,
    /people/ravikumar.allampallam/blog/2005/02/17/bridging-the-sync-async-bridge-with-fork-xi  ==> Bridging the Sync-Async bridge with Fork (XI)
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi  ==> Use of Synchronous-Asynchronous Bridge to Integrate Synchronous and Asynchronous systems using ccBPM in SAP Xi
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]  ==> Usage of Sync-Async when both Sender and Receiver are Synchronous Apps
    Go through the above links. Hope this will help you.
    Regards,
    JP.

  • BPM error: interface are not same

    Hi,
    In my BPM I opened a Asy/syn bridge. When I close it I get the error: A interface and B interface are not the same.
    A is the interface (synch) which I used on the sender side when I opened the bridge. B is the aynch. abs. interface for the receiver side for which I defined a container.
    A interface response and B interdace request are the same. Why do I get this error? Any idea.

    Make sure that you have created a SYNC interface (ABS) which refers to the Request and response messages....and then the COntainers in your BPM refer to these request and response messages only!
    The COntanier should have the same message types as they are in the SYNC ABS message Interface..... as of now they are different and hence the error.
    Just have a look at the BPM pattern which I mentioned in previous reply and you will know which message has to be include in the Receive and Send step.
    Regards,
    Abhishek.
    Edited by: abhishek salvi on May 4, 2010 1:56 PM

  • About interfact mapping.

    can anybody tell me!
    how many types interface mapping according to the mode of both interface?
    sync 2 async
    sync 2 sync
    async 2 async
    async 2 sync
    the case above must be appeared?
    please describe them respectively via each concrete scenario!
    thanks a lot!

    Sync2Async:
    Refer this step by step
    http://help.sap.com/saphelp_nw04/helpdata/en/43/65d4dab39b0398e10000000a1553f6/frameset.htm
    You can find the examples in the Integration Repository under SAP Basis , namespace http://sap.com/xi/XI/System/Patterns under BpmPatternSyncAsyncBridge
    Also check Usage of Sync-Async when both Sender and Receiver are Synchronous Apps
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    sync 2 sync
    Here the INterface maping will be 1 which contains both the reuest mapping and response mapping
    async 2 async
    Here also the interfce mapping is 1 ( normal design)
    async 2 sync
    difference between syn/asyn vs asyn/syn Bridge
    might be helpfull

  • Module in Receiver JMS Adapter

    I am using the following Modules in one of receiver JMS adapter. What is the function of each Bean that we are using here ??
    Any links in this regard is appreciated
    1-AF_Modules/RequestOnewayBean-Local Enterprise Bean-0
    2-SAP XI JMS Adapter/ConvertMessageToBinary-Local Enterprise Bean-convert_XI2Bin
    3-SAP XI JMS Adapter/SendBinarytoXIJMSService-Local Enterprise Bean-exit
    4-AF_Modules/WaitResponseBean-Local Enterprise Bean-1
    thanks
    kumar

    Hi,
    The JMS adapter (Java Message Service) enables you to connect messaging systems to the Integration Engine or the PCK.
    This link will help you...
    JMS adapter
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5393. [original link is broken] [original link is broken] [original link is broken]
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm
    ref this weblog by william Li
    /people/william.li/blog/2006/11/13/how-to-use-saps-webas-j2ees-jms-queue-in-exchange-infrastructure
    syn-asyn bridge( with out bpm)
    /people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19
    similary asyn-syn bridge
    /people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19
    also refer
    http://help.sap.com/saphelp_nw04/helpdata/en/45/20d1dec20a0732e10000000a155369/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bfc7d12f891
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/how%20to%20use%20the%20content%20conversion%20module%20with%20the%20xi%203%20j2ee%20jms%20adapter
    /thread/217893 [original link is broken]
    JMS adapter -Message format pre-requisites
    /people/alessandro.guarneri/blog/2006/01/04/jms-sender-adapter-handling-too-short-lines
    /people/william.li/blog/2006/11/13/how-to-use-saps-webas-j2ees-jms-queue-in-exchange-infrastructure

  • Error in response

    HI
    have a IDOC - Soap Communication.
    its IDOC - BPM- SOAP.
    It has 3 entries in MONI.
    1. IDOC - BPM
    2. BPM - Soap
    3. Soap- XI
    in the message 1, I see ackonwledgement has no errors. when I double click on this message and check for the acknowledgement, I see error message "error occured during back routing in communicaiton channel "
    Was it the message in sending to BPM or was it the messaeg receiving the response? ( if its related to response, y is it in the IDOC - BPM?)
    regards,
    Nikhil.

    Hi,
    Check  the below links
    Demonstrating Use of Synchronous-Asynchronous Bridge to Integrate Synchronous and Asynchronous systems using ccBPM in SAP Xi
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    difference between syn/asyn vs asyn/syn Bridge
    Cheers
    Agasthuri Doss

  • Synchronous bpm call

    Hi All,
           I have a scenario where a bpm is synchronously calling a nother bpm.
           Is it a must that the receiving bpm should receive the message only synchronously ?, ie the receiving step should open an syn bridge ?
    Thanks.
    Regards.
    Disney Joe.

    Hi,
    >>>ie the receiving step should open an syn bridge
    yes, you have to open this bridge
    to send a sync call to BPM
    a receive step in BPM with option Start Process
    does not allow you to send sync messages in any other way
    then just in Async or "sync-async bridge" way
    Regards,
    michal

  • Regarding Syn-Asyn Bridge

    Hi All,
    Can any one explain the following:-
    In Syn-Asy bridge, we are using Reveiver Step( open Syn/Asyn), Send step(Asyn), Receiver step(Asyn), Sendstep(close syn/Asyn bridge). In this case receiver is Asynchronous system, so we are taking response from Asy system?(i.e., 3rd step from above flow). This means receiver system in called as synchronous ( send step-request, receive-step response). Please explain why we are taking response from Asyn system in syn/asyn bridge?

    Hi Ajay,
    As you said is perfectly correct that we receive response from the Asynch system but synchronously.
    As in the synch/asynch bridge, the synchronous business system sends request synchronously to the Integration Server (BPE) which in turn forwards that request asynchronously to the aynchronous business system(receiver). This receiver sends the asynch response to BPE back which is then sent back as anch response to the sender that is the synchronous business system.
    Also refer to the topic Sync/Async Communication in the following link
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    Also see the blog:
    /people/henrique.pinto/blog/2007/08/02/syncasync-scenarios-without-bpm
    Regards,
    Shibani
    *Reward with points if helpful*

  • Syn/async bridge in bpm?

    hi all,
         could any one explain abut syn/async bridge in bpm?y it is used?

    Hi,
    Sync/async communication enables a synchronous sender system to communicate with a receiver system that cannot process synchronous messages
    Plz go thru the following:
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    Asyn - Synch BPM - /people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19
    regards
    Message was edited by:
            Vijaya Lakshmi MV

  • Is mapping possible between InterfaceA_Out(Asy) and InterfaceB_In(Syn)

    Hi All,
             I have the following scenario:
              jms(asyn)-->PI7.1->(SOA with request /response)
              When I model this scenario in Integration repository as Integration scenario ,the connection between the two actions(jms  and SOA)  does not show any interface on the receiver side.It only shows on the sender side,so I am unable to map the interfaces and it fails to validate the model.
    Please let me know what might be causing this.

    your scenario assuming that you need to process the response message from the target is a Async - Sync one.
    Regarding your specific question about Is mapping possible between InterfaceA_Out(Asy) and InterfaceB_In(Syn), the answer is no. you can only have an interface mapping between a sync interface to sync interface or async to async.
    you can read thru these links to give u an idea on how to configure JMS scenarios;
    How to correlate JMS messages - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5059f110-0d01-0010-7c8b-fdc983be70c0
    In case JMS scenario that you have is a sync one, in that case if you are below SP19 you might have to build a BPM - ref: http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.htm
    Else ref:
    /people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19
    /people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19

  • Syn-Asyn Bridge and correlation

    Regarding Sync-Asyn ,I have gone thru these blogs...
    Demonstrating Use of Synchronous-Asynchronous Bridge to Integrate Synchronous and Asynchronous systems using ccBPM in SAP Xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    I am not able to do a end to end scenario...using this ....So could any one give me a step by step guide for the syn-asyn Bridge.
    And also step by step for correlation...
    Please help me in this regard....
    <Moderator note: Moved to more appropriate XI forum>
    Edited by: Mike Pokraka on Jul 7, 2008 10:09 AM

    Regarding Sync-Asyn ,I have gone thru these blogs...
    Demonstrating Use of Synchronous-Asynchronous Bridge to Integrate Synchronous and Asynchronous systems using ccBPM in SAP Xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    I am not able to do a end to end scenario...using this ....So could any one give me a step by step guide for the syn-asyn Bridge.
    And also step by step for correlation...
    Please help me in this regard....
    <Moderator note: Moved to more appropriate XI forum>
    Edited by: Mike Pokraka on Jul 7, 2008 10:09 AM

  • What is Syn to Asyn bridge

    hi all,
    it is one interview question.
    what is Syn to Asyn bridge.
    vijay

    Hi Vijay,
    You can use a sync/async bridge to connect a synchronous system to an asynchronous system. The synchronous request is converted to an asynchronous request in the module processor and sent.
                 The asynchronous system sends a response to a sender adapter. In the module processor of the sender adapter, this response is forwarded to the module processor of the original receiver adapter, where it is sent as a synchronous response of the waiting synchronous request.
    Please have a look upon :
    http://help.sap.com/saphelp_nw04/helpdata/en/43/65d4dab39b0398e10000000a1553f6/content.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5059f110-0d01-0010-7c8b-fdc983be70c0
    *Pls: Reward points if helpful*
    Regards,
    Jyoti

  • Doubt on Syn/Asyn Bridge scenario without BPM

    I followed the how to guide “How To Realize a sync-async and async-sync bridge within the Adapter Framework”,but issue still exists.
    It’s a File(QoS:BE)<=>Idoc scenario
    1 File adapter sends a sync booking request to idoc(MSG type: FLIGHTBOOKING_CREATEANDRESP)
    2 The idoc creates a booking in its system and then sends a async confirmation response(MSG type:
    FLIGHTBOOKING_SENDRESPONSE) to the sender(sync file adapter)
    In ID, there are 2 receiver determinations and 2 IF determinations for the request and the response.
    <b>Sender business system: NWB_FileSystem_XML</b>
      Sender CC: Syn_SenderChannel_FileXML
        Parameters Tab
    Qos:BE
    Poll Interval(secs) : 60
    Processing Mode: Delete  (Successfully processed files are deleted)
    Adapter-Specific Message Attributes: Select “File name”
    Module Tab
      Processing Sequence
        AF_Modules/DynamicConfigurationBean      0
        AF_Modules/RequestOnewayBean            1
        CallSapAdapter                            2
        AF_Modules/WaitResponseBean              3
      Module Configuration
        0     key.0            write http://sap.com/xi/XI/System/File FileName
        0     value.0          message.correlationId
        1     passThrough     true
        3     timeout          40000
      Receiver CC: Dummy_ReceiverChannel_FileXML
        Parameters Tab
          Adapter-Specific Message Attributes: Select “File name”
    Module Tab
      Processing Sequence
        AF_Modules/DynamicConfigurationBean      0
            AF_Modules/NotifyResponseBean             1
      Module Configuration
        0     key.0            read http://sap.com/xi/XI/System/File FileName
        0     value.0          message.correlationId
        1     timeout          40000
    <b>Receiver business system: nwb_107</b>
      Receiver CC: GeneratedReceiverChannel_Idoc
    <b>Agreements</b>
    Sender Agreement for NWB_FileSystem_XML uses CC: Syn_SenderChannel_FileXML
    Receiver Agreement for NWB_FileSystem_XML uses CC: GeneratedReceiverChannel_Idoc
    Receiver Agreement for nwb_107 uses CC: Dummy_ReceiverChannel_FileXML
    The problems is:
    The scenario only executes once and there are 2 XML messages in SXI_MONITOR with status “Processed successfully”.One of the message from idoc to file has the Acknowledgement MSG status “still awaiting acknowledgement”
    In the runtime workbench,the status of CC:Syn_SenderChannel_FileXML is correctly configured and started.The latest Processing Details of Syn_SenderChannel_FileXML is “3/13/07 9:13:12 PM Processing started”
    Regards
    Ming

    The trace of the message from IDOC to File in SXI_MONITOR:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Response
      -->
    - <SAP:Trace xmlns:SAP="http://sap.com/xi/XI/Message/30">
      <Trace level="1" type="B" name="IDX_INBOUND_XMB" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">User: PIAPPLUSER</Trace>
      <Trace level="1" type="T">Language: E</Trace>
      <Trace level="1" type="T">ALE-AUDIT-IDoc-Inbound Handling</Trace>
      <Trace level="1" type="T">IDoc-Inbound-Handling</Trace>
      <Trace level="1" type="T">Syntax-Check-Flag X</Trace>
      <Trace level="1" type="T">IDoc-Tunnel-Flag</Trace>
      <Trace level="1" type="T">Queueid</Trace>
    - <Trace level="1" type="B" name="IDX_IDOC_TO_XML">
      <Trace level="1" type="T">Get the Metadata for port SAPNWB</Trace>
      <Trace level="1" type="T">Convert Segment-Definitions to Types</Trace>
      <Trace level="1" type="T">Make Syntax check of actual Idoc</Trace>
      </Trace>
      <Trace level="1" type="T">Set Receiver Routing-object</Trace>
      <Trace level="1" type="T">Exit Function IDX_INBOUND_XMB</Trace>
      <Trace level="1" type="T">COMMIT is expected by application !</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-ENTER_XMS" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_XMS_MAIN-SET_START_PIPELINE" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="SXMBCONF-SXMB_GET_XMB_USE" />
      <Trace level="1" type="B" name="CL_XMS_TROUBLESHOOT-ENTER_PLSRV" />
      <Trace level="1" type="T">****************************************************</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">XMB entry processing</Trace>
      <Trace level="1" type="T">system-ID = NWB</Trace>
      <Trace level="1" type="T">client = 100</Trace>
      <Trace level="1" type="T">language = E</Trace>
      <Trace level="1" type="T">user = PIAPPLUSER</Trace>
      <Trace level="1" type="Timestamp">2007-03-13T13:13:12Z UTC+8</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">****************************************************</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_UC_EXECUTE" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Message-GUID = DBD16497D8475CF186920017314ECFFB</Trace>
      <Trace level="1" type="T">PLNAME = CENTRAL</Trace>
      <Trace level="1" type="T">QOS = EO</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_ASYNC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Get definition of external pipeline = CENTRAL</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID" />
      <Trace level="1" type="T">Get definition of internal pipeline = SAP_CENTRAL</Trace>
      <Trace level="1" type="T">Queue name : XBTI0007</Trace>
      <Trace level="1" type="T">Generated prefixed queue name = XBTI0007</Trace>
      <Trace level="1" type="T">Schedule message in qRFC environment</Trace>
      <Trace level="1" type="T">Setup qRFC Scheduler OK!</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Going to persist message</Trace>
      <Trace level="1" type="T">NOTE: The following trace entries are always lacking</Trace>
      <Trace level="1" type="T">- Exit WRITE_MESSAGE_TO_PERSIST</Trace>
      <Trace level="1" type="T">- Exit CALL_PIPELINE_ASYNC</Trace>
      <Trace level="1" type="T">Async barrier reached. Bye-bye !</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">--start sender interface action determination</Trace>
      <Trace level="1" type="T">select interface FLIGHTBOOKING_SENDRESPONSE.FLIGHTBOOKING_SENDRESPONSE01*</Trace>
      <Trace level="1" type="T">select interface namespace urn:sap-com:document:sap:idoc:messages</Trace>
      <Trace level="1" type="T">no interface found</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-PERSIST_READ_MESSAGE" />
      <Trace level="1" type="T">Note: the following trace entry is written delayed (after read from persist)</Trace>
      <Trace level="1" type="B" name="SXMS_ASYNC_EXEC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Starting async processing with pipeline CENTRAL</Trace>
      <Trace level="1" type="T">system-ID = NWB</Trace>
      <Trace level="1" type="T">client = 100</Trace>
      <Trace level="1" type="T">language = E</Trace>
      <Trace level="1" type="T">user = PIAPPLUSER</Trace>
      <Trace level="1" type="Timestamp">2007-03-13T13:13:12Z UTC+8</Trace>
      <Trace level="1" type="T">----
    </Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_SYNC">
      <Trace level="1" type="T">Get definition of external pipeline CENTRAL</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID" />
      <Trace level="1" type="T">Corresponding internal pipeline SAP_CENTRAL</Trace>
    - <Trace level="1" type="B" name="PLSRV_RECEIVER_DETERMINATION">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_RD_PLSRV-ENTER_PLSRV">
      <Trace level="1" type="T">R E C E I V E R - D E T E R M I N A T I O N</Trace>
      <Trace level="1" type="T">Cache Content is up to date</Trace>
      </Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
    - <Trace level="1" type="B" name="PLSRV_INTERFACE_DETERMINATION">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_ID_PLSRV-ENTER_PLSRV">
      <Trace level="1" type="T">I N T E R F A C E - D E T E R M I N A T I O N</Trace>
      <Trace level="1" type="T">Cache Content is up to date</Trace>
      </Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
      <Trace level="1" type="B" name="PLSRV_RECEIVER_MESSAGE_SPLIT" />
    - <!--  ************************************
      -->
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
      <Trace level="1" type="B" name="CL_XMS_PLSRV_RECEIVER_SPLIT-ENTER_PLSRV" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">number of receivers: 1</Trace>
      <Trace level="1" type="T">Single-receiver split case</Trace>
      <Trace level="1" type="T">Post-split internal queue name = XBTO6___0001</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Persisting single message for post-split handling</Trace>
      <Trace level="1" type="T" />
      <Trace level="1" type="T">Going to persist message + call qRFC now...</Trace>
      <Trace level="1" type="T">NOTE: The following trace entries are always lacking</Trace>
      <Trace level="1" type="T">- Exit WRITE_MESSAGE_TO_PERSIST</Trace>
      <Trace level="1" type="T">Async barrier reached. Bye-bye !</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_XMS_MAIN-PERSIST_READ_MESSAGE" />
      <Trace level="1" type="T">Note: the following trace entry is written delayed (after read from persist)</Trace>
      <Trace level="1" type="B" name="SXMS_ASYNC_EXEC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Starting async processing with pipeline CENTRAL</Trace>
      <Trace level="1" type="T">system-ID = NWB</Trace>
      <Trace level="1" type="T">client = 100</Trace>
      <Trace level="1" type="T">language = E</Trace>
      <Trace level="1" type="T">user = PIAPPLUSER</Trace>
      <Trace level="1" type="Timestamp">2007-03-13T13:13:12Z UTC+8</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_SYNC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Get definition of external pipeline CENTRAL</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID" />
      <Trace level="1" type="T">Corresponding internal pipeline SAP_CENTRAL</Trace>
      <Trace level="1" type="T">Start with pipeline element PLEL= 5EC3C53B4BB7B62DE10000000A1148F5</Trace>
    - <Trace level="1" type="B" name="PLSRV_MAPPING_REQUEST">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV">
      <Trace level="1" type="T">Interface Mapping http://sap.com/xi/XI/Demo/Agency FBOConfirmation_AirlineIDoc2Agency</Trace>
      </Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
    - <Trace level="1" type="B" name="PLSRV_OUTBOUND_BINDING">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
      <Trace level="1" type="B" name="CL_XMS_PLSRV_OUTBINDING-ENTER_PLSRV" />
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
    - <Trace level="1" type="B" name="PLSRV_CALL_ADAPTER">
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL" />
    - <!--  ************************************
      -->
    - <Trace level="1" type="B" name="CL_XMS_PLSRV_IE_ADAPTER-ENTER_PLSRV">
      <Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_XMB-CALL_XMS_HTTP" />
      </Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
      </Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Async processing completed OK.</Trace>
      <Trace level="1" type="T">system-ID = NWB</Trace>
      <Trace level="1" type="T">client = 100</Trace>
      <Trace level="1" type="T">language = E</Trace>
      <Trace level="1" type="T">user = PIAPPLUSER</Trace>
      <Trace level="1" type="Timestamp">2007-03-13T13:13:13Z UTC+8</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      </SAP:Trace>

Maybe you are looking for