Soap-rfc-file:how to start

hi frens,
             I need to do a scenario in which the request will be coming from EP and the rfc response has to be posted as a file in FTP folder.this file will be an input to another system which is out of the scope of XI.This system will again post a file in FTP folder and another rfc will pick it and the response of rfc is given to EP.
do i need a BPM for this or can i do it in any other way??If BPM required what are the steps
thanks,
Nisheeta

Hi,
While all this is happening, the webservice that sent the request would need to wait until it gets its response right?
You wouldn't be able to achieve this without a bpm.
However, in case, the webservice request is asynchronous(which is most probably not the case) you could go ahead with the design you suggested, since the source, need not as such, wait for a response.. and you could create a new file-rfc-soap scenario which would send back a response to a webservice, with a separate sender agreement.
Regards,
Smitha.

Similar Messages

  • Animation in FXD file - How to start several timelines simultaneously

    I have a slide show of different FXZ files. Each with it's own animations defined in the contained FXD file.
    As each FXD file contains different animations for different object and what not, how can I simply trigger all animations to execute at once?
    So far I am using:
    var action = fxdContent.getObject("moveCircle") as Timeline;
    action.play();But say for example, I have three animations in my FXD -> "moveCircle", "moveSquare", "moveLine" how can I initiate them all at once?
    Thanks.

    If you want to start several parallel transitions simultaneously, you should use the class javafx.animation.transition.ParallelTransition to do it. It can be defined either in directly in FXD content
    FXD {
            actions: [
                ParallelTransition {
                    id: "main"
                    content: [
                        Timeline {
                            id: "animation1"
                            repeatCount: 1
                            autoReverse: false
                            keyFrames: [
                                KeyFrame {
                                    time: 3000
                                    values: [ KeyValue { target: #rect.x value: 40} ]
                        Timeline {
                            id: "animation2"
                            repeatCount: 1
                            autoReverse: false
                            keyFrames: [
                                KeyFrame {
                                    time: 3000
                                    values: [ KeyValue { target: #rect1.y value: 200} ]
         content: [
                Rectangle {
                    id: "rect"
                    x: 10
                    y: 11
                    width: 40
                    height: 40
                    fill: Color.RED               
                Rectangle {
                    id: "rect1"
                    x: 50
                    y: 50
                    width: 40
                    height: 40
                    fill: Color.GREEN
    }or can be in the JavaFX Script code, for example
    var main = ParallelTransition {
            content: [
               fxdContent.getObject("moveCircle") as Timeline,
               fxdContent.getObject("moveSquare") as Timeline,
               fxdContent.getObject("moveLine") as Timeline
        }the parallel transition is then simply started by the play() method.

  • WD Program calls RFC. How to start external ABAP debugger to see the data

    Hi Experts,
    I have created WD program which calls RFC. I want to see the value passed from WD to ABAP. I have to see the values once data reaches ABAP. How I can do so?
    I did following.
    1) se 37 . Open the proram. Inside the fucntion near a select statement I placed the cursor. Then clicked on controlshitfF9 (set/delete  external brakepoint icon).
    2) I clicked on WD screen - Save push button.
    3) The data goes from WD to R/3. Some processing takes place. I can see message from R/3. However debugger never got triggered.
    How to resolve the issue.
    Regards,
    Gary

    go to following link.
    External debugging of ABAP from NWDS in web dynpro java
    I hope it helps.
    Regards,
    Rohit

  • How to proceed with File to SOAP to File

    Hi,
         I am going to do File to XI to SOAP to File scenario.....
    I want to send the response as is the request.... For this i think so mapping is not required, as request and response are same.
    Could you please guide me.....
    1) How many datatypes to create
    2) How many Message types to create
    3) How many Message interfaces to create, how many abstract interfaces required
    4) Is mapping required
    5) What are the step involved in creating BPM
    and regarding Integration Directory
    1) how many bussiness services requred
    2) how many communication channels required
    3) how many receiver determinations,interface determinations, receiver agreement s and sender agreements required....
    Regards,
    Pushparaju.B

    Hey
    its like a simple File to File scenario,u just need to generate webservice in ID and have to consume it somewhere(u can check it using ALTOVA XMl SPY),as its not possible to do a synchronous scenario wid file adapters,u have to use BPM ,refer ro this blog for BPM
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    i did the same scenaro yesterday,mine waz just asynchronous(without BPM).
    lemme know if u need any more help.
    you can have a look at the followin scenario as well
    /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
    thanx
    ahmad
    Pl:Reward with points for helpful answers
    Message was edited by:
            Ahmad

  • File Soap Rfc

    In my scnario file soap rfc i have used BPM.Even though the file is not picking up & its not calling webservices.Basically my requirement is i need to send a file which has to call webservice and the response has to get back to rfc.i am tring to work on this weblogs
    /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
    /people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2
    I am able to get response for rfc to soap,but i want to work on a scenario file-soap-rfc and the response has to come to file.
    Can any one please help me out.
    Thanks
    sriram

    Thanks moorthy for your response
    I have already configured receiver determination from file to bpm,even i  bpm after sync step i have taken asyn
    step..
    In adapter Framework
    Channelscn8_OB Sender Adapter v2727 for Party '', Service 'DEV_Integration_Server':
    Configured at 2006-05-11 10:56:36 GMT-07:00
    History:
    - 2006-05-11 11:08:37 GMT-07:00: Polling interval started. Length: 60.000 s
    - 2006-05-11 11:08:37 GMT-07:00: Processing finished successfully
    - 2006-05-11 11:08:36 GMT-07:00: Processing started
    - 2006-05-11 11:07:37 GMT-07:00: Polling interval started. Length: 60.000 s
    - 2006-05-11 11:07:37 GMT-07:00: Processing finished successfully
    But the file is not picked from directory
    But i could not see any response from soap adapter,
    Thanks
    sriram

  • BPM not starting in a File - RFC- File scenario

    Hi,
    For testing purpose with BPM, I have the following scenario:
    File (FTP server) -> RFC (BAPI_COMPANY_GETDETAIL) -> File (FTP Server)
    Under SXMB_MONI, I can see my message beeing procces with the black/white flag. opening it, I have, on the left top, the two lines:
    CENTRAL Client 001 (my XI client) XXXXXXMEssage number
    PE_ADAPTER Cleint 001 XXXXXXMEssage number
    No error messages, the only stuff I noticed is the following in the trace, but I don't know how to deal with:
    - <Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_BPE-ENTER_PLSRV">
      <Trace level="3" type="T">Processing mode is</Trace>
      <Trace level="3" type="T">created BPE proxy for message 27A64735F7914F440E54E0701C944C36</Trace>
      <Trace level="1" type="T">--start sender interface action determination</Trace>
      <Trace level="1" type="T">select interface FileRequest_OUT_MI</Trace>
      <Trace level="1" type="T">select interface namespace http://polyright.com/xi/HR</Trace>
      <Trace level="1" type="T">--start receiver interface action determination</Trace>
      <Trace level="1" type="T">Loop 0000000001</Trace>
      <Trace level="1" type="T">select interface FileRequest_AI</Trace>
      <Trace level="1" type="T">select interface namespace http://polyright.com/xi/HR</Trace>
      <Trace level="1" type="T">--no sender or receiver interface definition found</Trace>
      <Trace level="1" type="T">Hence set action to DEL</Trace>
      <Trace level="3" type="T">inserted message into pipeline PE_ADAPTER</Trace>
      <Trace level="1" type="Timestamp">2008-09-15T08:18:06Z CET qRFC raised on XBQO$PE_WS90000003</Trace>
      </Trace>
    Does anyone has any suggestion ?
    In SXMB_MONI_BPE, I don't see anything. Seems like the BPM process never started.

    Check these threads :
    RFC Scenario using BPM --Starter Kit
    1. Use Sender File adapter with QOS as EOIO.
    2. Use a BPM with a 1:N mapping and a Block with For Each as the mode. Wrap this with an excpetion handler block to send the alert.
    Look into this blog for exception handling and reconilation,
    Reconciliation of Messages in BPM

  • Abap Proxy to Send RFC  data  -- xi - File    ,   how to do - pls help  ?

    Hi Friends ,
                           Our scenario is once in day an  RFC is to be triggered and create flat file .That RFC will return data .
       Using  below likns i have configured the RFC Sender adapter
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    First Activate the ABAP Proxy?
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    How to implement a Client Proxy?
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    My question is
    <b>     1.    Is it possible to use ABAP Client proxy   to achive this ?
          2.   Then do we need to write RFC Call in side this proxy call ?
          3.      If we go for proxy do we need RFC Sender Adpater ?</b>
            I am little confused can you please explain , as how it works ?
    <b>       Is there is any other way to trigger RFC to send data ?</b>
    Regards.,
    Shyam

    Hi sabrish ,
                          Tahnks for ur reply. I was waiting for ur response . i have doubt
    the foloowing code i got from ur blog .
    REPORT Z_TEST_RFC_XI_WEBSERVICE.data: lv_distance type char10.CALL FUNCTION 'Z_WEBSERVICE_TEST_SHABZ' <b>destination 'Z_WEBSERVICE' </b> EXPORTING FROMZIP        = '12222' TOZIP          = '22222' IMPORTING  DISTANCE       = lv_distance.write : 'Distance is : ' , lv_distance.
      <b>           1. i have to generate proxy from Out bound interface right ? inside that proxy class whare i have to in clude the code to call rfc ?
                  2. Can u please tell what is the Destination in that report.  What is z_webservice ?</b>
                  3 . Do we need to use RFC Sender adapter ? It is not related to proxy right ?
    Regards.,
    Shyam
    null

  • How do i copy files from my macbook pro to my hard drive? These files were previously started on my old dell.

    how do i copy files from my macbook pro to my hard drive? These files were previously started on my old dell.

    More then likely that external drive is formatted the Windows NTFS format which Mac OS X can Read but it can not Write to that format. So you would need to copy all the data off that drive, to either a Windows PC or to your Mac, thenn use the Mac to format it for the Mac OS. Which would be Mac Extended (Journaled) with a Partition Table of GUID.
    If you want to use that drive on both Mac and PC then you would need to format it either FAT32 or exFAT.

  • Sender File Adapter Conversion problem - how to start new recordset?

    Hi guys!
    I have a source file like following:
    aaaakkkkkk
    uuuupppppp
    &&hhhhffffff
    6666uuuuuu
    3333rrrrrrrr
    &&kkkkoooooo
    which means - fixed length 4,6 and && starts new recordset.
    I need to get structure like:
    <recordset>
      <item>
        <a>aaaa</a>
        <b>kkkkkk</b>
      </item>
      <item>
        <a>uuuu</a>
        <b>pppppp</b>
      </item>
    </recordset>
    <recordset> ... with h,f and 6,u </recordset>
    <recordset>
      <item>
        <a>kkkk</a>
        <b>oooooo</b>
      </item>
    </recordset>
    Any ideas?
    Let's say, I can add && on the beginning of the file and other "lite" changes... but structure stays the same...
    so, how to start new recordset? with which conversion parameter? for items it is clear...
    Thanx a lot!
    Olian
    Message was edited by:
            Olian Saludew

    aaaakkkkkk<end_of_line>&&uuuuwwwwww<end_of_line>...
    then normal parameters should work fine,
    item.fieldFixedLengths==4,6
    Item.fieldNames=field1,field2
    item.endSeparator=<end_of_line>

  • How to start a local HTML5-file automatically as a weblink?

    Hi, i started to learn DPS two weeks ago and had a lot of fun. But yesterday i had a problem how to start a weblink autmaticially. The checkbox in the Overlay Creator panel for activating auto-start doesn't react by clinking on it. And the default is inactive. The other checkboxes in the panel also don't react. Could this problem be a InDesign-bug? The background, what i tried to do ...i inserted a local HTML5-File as a weblinki t's shown on my iPad after synchronizing. But i have to tap on it for showing the HTML-content - but i want to start it automatically.
    Thanks for your feedback. I'll hope, someone could help me.
    Bye Bert

    You're the man, Bob! After deleting the InDesign preferences i was able to activate the different Checkboxes. *thumbs up*
    Hint: Starting InDesign with shortcut for deleting the preferences  -->  "shift + alt + cmd + ctrl"

  • How to Start/Stop manually an oracle 9i database with a bat file?

    Hi;
    I have a manual Start/Stop of the db.
    How can i Start/Stop the 9i database all services with a batch file (windows 2000) ?
    All in one batch files ( One for Start & one for Stop)(Including listener)
    thanks for your answer !

    Save the scripts below in a batch file and use the first one to start your services, and the second one to shutdown.
    This script will shutdown your database first using SQL*Plus and stop the service later. This way you will avoid the timeout.
    Also will ask you for confirmation if you are sure to start Oracle services and database. press Y for yes and N for No.
    @echo off
    %systemdrive%
    REM #
    echo.
    echo You are about to start Oracle Services and Database
    echo.
    set /p Input=Do you want to continue? (Y=Yes N=No) =
    IF /i "%Input%"=="Y" (goto Proceed)
    exit /b
    :Proceed
    echo Oracle Instance and Services Startup in progress
    echo.
    Net start OracleOraHome92Agent
    Net start OracleOraHome92HTTPServer
    Net Start OracleOraHome92TNSListener
    Net Start OracleMTSRecoveryService
    Net Start OracleServiceORCL
    echo.
    echo Oracle ORCL Instance and Services Startup completed Successfully
    echo Good Bye
    echo on
    EXIT /BSave this one in a seperate batch, again it will ask for confirmation, and shutdown the database using SQL to avoid timeout
    Just replace the connect string with your own and the {SID} with your Database name
    @echo off
    %systemdrive%
    echo.
    echo You are about to shutdown Oracle Instance and Services
    echo.
    set /p Input=Do you want to continue? (Y=Yes N=No) =
    if /i "%Input%"=="y" (goto Proceed)
    exit /b
    :Proceed
    echo.
    echo Closing and Dismounting ORCL Database
    echo.
    echo shutdown immediate | sqlplus "/ @ORCL as sysdba"
    echo.
    echo Shutting down Oracle system services
    echo.
    Net Stop OracleService{SID}
    Net Stop OracleOraHome92HTTPServer
    Net Stop OracleOraHome92TNSListener
    Net Stop OracleMTSRecoveryService
    Net Stop OracleOraHome92Agent
    echo.
    echo Oracle Instance and Services Shutdown completed successfully
    echo Good Bye
    echo on
    EXIT /bTony Garabedian

  • Today My c: drive crashed...i had all my oracle database files and others in other resp drives.How to start by DB again as my services are destroyed.?!

    Today My c: drive crashed...i had all my oracle database files and others in other resp drives.How to start by DB again as my services are destroyed.?!
    or how to create a service for the database i had previously ??
    any help
    Aravind.

    AravindanJ wrote:
    Today My c: drive crashed...i had all my oracle database files and others in other resp drives.How to start by DB again as my services are destroyed.?!
    or how to create a service for the database i had previously ??
    any help
    Aravind.
    Where did Oracle software reside before  the failure & now?
    How do I ask a question on the forums?
    https://forums.oracle.com/message/9362002#9362002

  • Windows will not start up because of a corrupt or missing file how to fix

    Windows will not start up because of a corrupt or missing file how to fix

    http://support.apple.com/kb/HT2801?viewlocale=en_US

  • How to start SOAP Adapter

    Hi All,
    Please can any one say how to start SOAP Adapter.
    when i go to adapter monitoring, in that i found that SOAP is not started.
    So please any one can give the steps for Starting SOAP Adapter.
    Thanks in Advance,
    Sriram

    Hi All,
    I m now able to send the data to XI Server.
    I m getting this problem
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <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/_Soap2File_MM_</SAP:P1>
      <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
      <SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_Soap2File_MM_: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Please advice me.
    Thanks in Advance,
    Sriram

  • How do you remove files from your start up disk without deleting any files?, How do you remove files from your start up disk without deleting any files?

    Hi,
    I was wondering if anyone knew how to remove files from the start up disk without deleting any files?
    I am unable to add any more photos and even download the latest updates because the start up disk is full....
    Is it possible to move the files off the start up disk without deleting them?
    I would appreciate feedback,
    Thanks
    Sammy

    Well you can move them to an external drive but this will delete them from the internal drive. Which is what you have to do to free up disk space.

Maybe you are looking for

  • ITunes 10.6.1 not connecting to iTunes store

    When I open up iTunes and click on iTunes store, It say accessing iTunes store and I wait about 3 min and it still say accessing Itunes store. I went under help menu and click on Run Diagnostics and I pick Network connection one and said itunes store

  • Mail 6.2 will no longer open on my macbook pro after migrating my old computer from a time machine back up

    Hi, I recently got a new 13" macbook pro to replace my old macbook. I did a migration assistant transfer from a time machine back up of my old macbooks data on to my macbook however Mail 6.2 will no lonfer work for me. It worked fine before the trans

  • InDesign CS5 bugs!

    I was working in inDesign on my Mac this morning without a problem, then suddenly it started to give me several errors at once. When I tried to save my new file, it gave me error code: 0 and said "cannot save under a new name. The file (lots of numbe

  • Problem with the Value property node (MacOS)

    As far as I have tested it, Value Property nodes (and Value (signaling)) don't work in MacOS : The value property appears as a boolean, the value(signaling) as a cluster (width, height). Even with boolean controls, the node is not working. No such pr

  • ABAP Error   or    SD Error ?

    Hi All, I'm in entry stage of SD Module, Please help me, I & my computer stuck with a system error --Unable to lock Table/view V_TVAK. while going for tcode VOV8 as well as Path. --Unable to lock table/view V_TVKO while difining Sales Orgn. --Unable.