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

Similar Messages

  • How to deal with file(for example .xml)? what format of dir should be?

    I'd like to operate the file in disk, and want to use relative directory?
    How to deal with file dir? what format of dir should be?

    Hi Kamlesh,
    Thanks for your response.
    Actually, In the "Process External Bank Statement" window, i see that there are few entries which is for the previous year and which has not been reconciled. I have never worked practically on BRS and hence, i am scared to make any changes in the clients database without being confident on what i am doing. I need to reconcile for one of their Bank a/c for the month of April '08. I have the copy of the statements for the month ending 31st Mar 08 and 30th Apr 08. The closing balances are as below:
    31/03/08 - 2300000.00
    30/04/08 - 3100000.00
    Now my OB for Bank a/c for April '08 in SAP is 2300000.00 Dr.
    When i go to External Bank Reconciliation - Selection Criteria Screen (Manual Reconciliation), here are the detail that i enter:
    Last Balance: INR -7,000,000.00000 (Grayed out by the system)
    Ending Balance: INR -3,100,000.00000 (Entered by me)
    End Date: 30/04/08 (Entered by me)
    "Reconciliation Bank Statement" Screen opens up and shows the below balances in the screen:
    Cleared Book Balance: INR -7,000,000.00000
    Statement Ending Balance: INR -3,100,000.00000
    Difference: INR 3,800,000.00000
    As per the Bank statement, i have found all the transactions listed out here for the month of Apr '08 but, i also found that the open transactions for the previous month from April '08 have been lying in "Process External Bank Statement" window.
    Could you please help me solve my issue as to what needs to be done or could you also get me some links from where i can get few documents for processing External Bank Reconciliations?
    That will be of a great help for me. I need steps as to what needs to be done first and then the next so that i can arrive at the correct closing balance for the month April '08.
    Thanks in Advance....
    Regards,
    Kaushal

  • How to proceed with Fun Group In 4.7 to ECC6.0 upgradation

    Hi ABAP guru's,
    I am an ABAPer  and new to upgradation project
    I have a prob with Function Group
    1)what is the exact meaning of change of function group in upgradation.
    2)what is the relation b/w fun group and maintenance view
    3)what is the meaining of regeneration
    4)how to proceed with se11 and SM 30.
    Please reply soon
    its urgent
    Thanks in advance for your inputs
    Regards,
    Ramahari.

    Check this document link
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/103b1a61-294f-2a10-6491-9827479d0bf1
    Thanks
    Arghadip

  • How to work with file system in linux within a JSF app?

    I use this line in my backing bean to log some events:
    FileHandler fhxml = new FileHandler("../webapps/MyWebApp/Log/MyWebAppLog.xml", append);
    fhxml.setFormatter(new XMLFormatter());That works fine in windows but when I deploy it in my Tomcat 6 in linux It doesn't work. How can I work with file system in linux?

    You should never use relative paths to access the filesystem. The path would be relative to the current working directory which is not per se the same in all environments. To convert a relative web path to an absolute file system path, you need ServletContext#getRealPath(). Use this absolute file system path in the java.io stuff. In a JSF application on top of Servlet API you can get the underlying ServletContext by ExternalContext#getContext().
    Alternatively, if the file is located in one of the default paths of the classpath or if its path is added to the classpath, you can also just use ExternalContext#getResource() or even #getResourceAsStream() using just the file name.

  • How to deal with file sequences in importer plugin

    I checked the sdk example which deals with file import. What would be the difference if I would want to create an importer for a file sequence? Let's say I have a sequence of file0001.img, file0002.img,...,file1000.img. If I enable the image sequence import in media browser I should be able to import this 1000 files as one clip. However I don't see how PP will tell me that this is not just one image. It gave me the first filename and told me to open it, and as my code is not finished yet I could not go any further. What should I expect?
    Thanks,
    ajaj

    you could try using a Java Mapping to change the encoding manually. For that, set the encoding of the OutputFormat of the XML you'll serialize. Try the following code piece for the mapping (inside a try/catch declaration):
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder documentBuilder = factory.newDocumentBuilder();
    Document input = documentBuilder.parse(in);
    OutputFormat format = new OutputFormat(XML, "ISO-8859-1", false);
    XMLSerializer serializer = new XMLSerializer(out, format);
    For more details check this guide:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42

  • How to deal with files ?!!!!

    hiii, guys i dont believe that a huge program like flash with
    all these abilities doesnt deal easily with files !!! I just want
    to do simple reading and writing to text files. Something veryyyyyy
    simple like writing a name and reading it again later
    !!!!!!!!!!!!!!!!!! i know how to load them by using loadVariable()
    ,,, but how can i write to the file ?!! it's really annoying if i
    have to use asp scripting or xml or ... to do such easy job !!! i'm
    facing difficulties because i know ActionScript and VB and C++
    only,,, I dont know how to deal with asp and xml !!! @_@
    But, if this is the only way to do this, plz tell me in steps
    how to write a name and read it again in flash, THANX

    If you are sticking to those three languages and you have
    Flash CS3, you may want to consider publishing to an AIR
    application. Adobe's done a lot of work to keep the security tight
    on Flash Player which is one (if not the only... not sure) reason
    that you cannot do this with Flash alone. You would have to use a
    server-side script to accomplish what you want with Flash Player.
    Here is a tutorial on an AIR app that writes to txt files:
    http://www.adobe.com/devnet/air/flash/quickstart/building_text_editor.html

  • How to work with files in folders on Application/Presentation Server

    Hi,
    I am working on interface program in which files are populated in folders in application/presentation server in the format 'ABCsy-datumsy-uzeit.txt'(e.g.ABC20051022161450.txt,ABC20051022161455.txt ) in directory c:\temp.
    I want to sort all these files and read in sorted manner.
    can anybody help me out in this.
    waiting for reply.
    thanks & regards,
    Nitin

    Hi,
      This logic will work for files on presentation server,
    DATA:  l_count TYPE i,
           l_filename TYPE string,
           t_files TYPE string OCCURS 0 WITH HEADER LINE,
           BEGIN OF t_files_sorted OCCURS 0,
             file_prefix(3),
             file_date LIKE sy-datum,
             file_time LIKE sy-uzeit,
             file_extension(4),
           END OF t_files_sorted,
           t_text TYPE TABLE OF w3html.
    CALL METHOD cl_gui_frontend_services=>directory_list_files
      EXPORTING
        directory                   = 'C:\Temp'
        FILTER                      = '*.txt'
         files_only                  = 'X'
       DIRECTORIES_ONLY            =
      CHANGING
        file_table                  = t_files[]
        count                       = l_count
      EXCEPTIONS
        cntl_error                  = 1
        directory_list_files_failed = 2
        wrong_parameter             = 3
        error_no_gui                = 4
        OTHERS                      = 5.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LOOP AT t_files.
      t_files_sorted = t_files.
      APPEND t_files_sorted.
    ENDLOOP.
    SORT t_files_sorted BY file_date file_time.
    LOOP AT t_files_sorted.
      CONCATENATE 'C:\Temp\' t_files_sorted INTO l_filename.
      CALL METHOD cl_gui_frontend_services=>gui_upload
        EXPORTING
          filename                = l_filename
         FILETYPE                = 'ASC'
         HAS_FIELD_SEPARATOR     = SPACE
         HEADER_LENGTH           = 0
       IMPORTING
         FILELENGTH              =
         HEADER                  =
        changing
          data_tab                = t_text[]
        EXCEPTIONS
          FILE_OPEN_ERROR         = 1
          FILE_READ_ERROR         = 2
          NO_BATCH                = 3
          GUI_REFUSE_FILETRANSFER = 4
          INVALID_TYPE            = 5
          NO_AUTHORITY            = 6
          UNKNOWN_ERROR           = 7
          BAD_DATA_FORMAT         = 8
          HEADER_NOT_ALLOWED      = 9
          SEPARATOR_NOT_ALLOWED   = 10
          HEADER_TOO_LONG         = 11
          UNKNOWN_DP_ERROR        = 12
          ACCESS_DENIED           = 13
          DP_OUT_OF_MEMORY        = 14
          DISK_FULL               = 15
          DP_TIMEOUT              = 16
          others                  = 17.
      IF sy-subrc <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    *****Your processing here..
    ENDLOOP.
    Also, use the FM that MAX has if you have to work with files on application server by replacing code in the above logic at appropriate places, like replace
    cl_gui_frontend_services=>directory_list_files
    with the corresponding fm
    and replace cl_gui_frontend_services=>gui_upload
    with OPEN DATASET...
         CLOSE DATASET...
    logic.
    Hope this helps..
    Sri
    Message was edited by: Srikanth Pinnamaneni

  • How To Work With File Path in Forms

    Hi
    I have one button on form i use it to call microsoft word when i finsh work i want to save my word file then open save DIALOG box to save that file
    i want to take that path from save dialog box to text item in my form
    how can i do this ?

    If you are using Forms version 9.x or newer, you can use WebUtil to open Word on the client machine, Save the Word file, then do whatever you'd like with the path where the file was saved. If you are using an older version in client/server mode and not web, you would do something similar ony you would use OLE from within the form to call Word.
    In short, we cannot offer much information because you did not provide enough detail about what you are doing, how you are doing it and which product and platform versions you are using.
    WebUtil is included in Forms 10.1.2, so there is no need to download it. In version 9, you would need to manually download and configure it from here:
    http://www.oracle.com/technology/products/forms/htdocs/webutil/webutil.htm

  • OSB -How to communicate with a Asynchronous SOAP Service using OSB

    Hi,
    I am new to OSB and I need some help in working with Asynchronous SOAP Service.
    Test Case : OSB --> Proxy Service --> Business Service-->External Service pointing to Asynchronous service WSDL.
    While testing the proxy service using sb console i don't get a response back.
    After some googling I found out the following:
    ->We need to create another Proxy service for listening to callback from that Asynchronous service.
    ->Setting the "WS-replyTo" in header variable while sending the initial request to Business Service(pointing to Asynch wsdl).
    Even after this I am not getting some response.
    Questions :
    1. Can someone let me know in detailed way(end to end) what has to be done to achieve this ?
    2. The Asynch wsdl exposes only one port in the <service> tag ie., which is haing the binding related to "process" operation. ( but not processCallback operation)
    So in this case how do i make my responseProxy service listen to callback port ? When I try to do I just see the process binding only.
    Thanks and Regards,
    Sridhar.

    Vernetto,
    I am not sure about the publish, but yes we can do this without JMS also. Please refer to this post which is quite helpful which routes back to a proxy service.
    http://eelzinga.wordpress.com/2010/03/23/oracle-service-bus-invoke-asynchronous-webservices/
    Regards,
    Sridhar.

  • How to proceed with a requirement on changing the input type

    I have a requirement that seems rather simple yet I am having a hard time achieving it. What I have is a table where there is a Data_Value field and a Data_Type field. The Data_Value is stored in the database as a VARCHAR2(100) and the Data_Type contains the following values: STRING, DATE, DATETIME, NUMBER.
    The page I am working on is an update page, and what I am hoping to achieve through PPR is that whenever the user changes the Data_Type (I have these in a messageChoice) that the Data_Value will then be rendered with the correct settings.
    Originally I thought that I could just programmetically change the DataType property in the messageTextInput I am using, but this was causing errors since I had it bound to that field in the view which is a Varchar. I then thought that I could create one field of each type and render the one I want based on the selection, but I am getting an error saying: Data Type - Attribute set for DataType in view object Xo2cCustAcctUpdateVO1 failed whenever a new value is picked from my picklist.
    Does anyone have some suggestions on how I should tackle this issue? As a last resort I thought about just leaving that field as a String (which is how it is stored anyway) and do some validation in my controller to ensure it is formatted correctly.
    Thanks,
    Greg

    Greg,
    The simplest approach would be to define one field per data type and toggle them based on the data type selected from the choice bean. Use SPEL and PPR.

  • How to work with files in alsb 3.0

    My requirements are 1)Take the file from calling system (How to do this) 2) perform logic on it 3) create a new response file in target/clinet system.

    My requirements are 1)Take the file from calling system (How to do this) 2) perform logic on it 3) create a new response file in target/clinet system.

  • Can anyone tell me about Oracle Data Governance Manager??? How to proceed with it???

    Hai all,
    We are planning to implement Oracle Customer hub for Oracle Master Data Management.Please read the following link and tell me how to work on Oracle Data Governance Manager.
    Where can i find it???
    What are the steps involved in the implementation????
    http://www.oracle.com/us/products/applications/master-data-management/oracle-customer-hub-439838.pdf

    Hi Nandini,
    DGM Software build can be downloaded from My Oracle Support via the "Patches and Updates" tab with patch number/name 9329831 (currently password protected; please log a service request and request a password).
    DGM Installation:For information about how to install DGM are documented in siebel Maintenance Release Guide Version 8.1.1.x, Rev. O, Section: Installing Data Governance Management (DGM).
    Steps to Customize the Data Governance Management (DGM) application (Doc ID 1323952.1)
    Document provides steps to customize the DGM application, making it easier to change the skin via CSS stylesheet changes in the OOTB DGM application.
    Reference: Oracle Master Data Management - Customer Hub (Siebel UCM) Information Center - Install Lifecycle (Doc ID 1081980.1) .
    Thanks,
    Shilpi

  • I want to cancel my annual ExportPDF subscription. Please let me know how to proceed with this as soon as possible.

    Please let me know how to cancel my annual ExportPDF subscription immediately - Adobe has made this cancellation process unnecessarily complicated.

    Hi Nancy1995,
    I would recommend you to use this link to cancel your subscription : http://helpx.adobe.com/x-productkb/policy-pricing/cancel-subscription-acrobat-online-servi ces.html
    Please let me know if you face any roadblock.
    Regards,
    Rahul

  • CSV - FCC Scenario how to proceed ??

    001,Handspring,HSTR600HK,Treo600,CP,000000,36120000,310000000009648,10582925156053011694023028,000000,000000,0000,05401179648,01.00,
    This is a kind of data present in CSV. Now this is different size cloumns How to proceed with FCC
    What exactly my data type should be so that this is converted into XML
    Where can i see result XML in SAP XI.
    I need to send this data to a Stored Procedure. so output data type can be ??

    Hi Gaurav,
    Best option would be --Search in sdn about blogs by Sravya Talanki. She has written good blogs for beginners. If you go through her blogs you might not need to post basic questions.
    >>>Now this is different size cloumns.
    Why dont you ask the Vendor/Person who gave the file to you to confirm the size of each column?
    Or Alternatively when you create the datatype in XI dont mention the size. Just mention the type as String.
    Create datatype like this..
    ->Record
        -->field1
        -->field2
        >----
    n so on..
    Result XML in  SXMB_MONI.
    Go to help.sap.com . Click on Search Documentation. In the new window select checkbox SAP NetWeaver. Enter JDBC Adapter and search.
    Just incase you dont feel like doing .. here is the link http://help.sap.com/saphelp_nw70/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm
    Regards,
    Sumit
    Regards,
    Sumit

  • How to create a file under web application root from java program

    how to create a file under web application root from java program like an action class?

    like an action class?Huh? What exactly is your requirement?
    Creating a file is usually done with java.io API. Read the java.io tutorials how to play with files.

Maybe you are looking for

  • IPod playlists by Artist

    I've noticed several inconsistencies when I access my iPod 60G. When searching for a song using the Artist feature only one song by a particular shows up in that list. However, I can find the other songs if I go to the Music>Songs feature. Also, in t

  • Bdc for change of fixed vendor in me01

    Dear All, i want bdc if some vendor already present in me01 also fixed vendor is there . if there is 4 vendor in any material and plant  if my 1st vendor is fixed now if i want to change my fixed vendor out put of remain 3. so how can i do it i want

  • Annotated PDF file not saved, + "System Error"

    A few issues with the newly updated Adobe Reader app for the iPad (April 10, 2012): 1- I can mark-up a PDF with the annotation tools (pen, highlighting, underlining, etc) and then hit SAVE.  When I then re-open the PDF, I do not see my comments/mark-

  • Exporting photo slideshow - HELP!

    I've been trying to export my photo slideshow with final cut express 4, and every combination I've tried always comes out blurry when the photos have movement. I was able to export them clearer on imovie. There must be a way to import photos, give th

  • Difference between iCal events & iPhone calendar after syncing

    Events created on iMac iCal with a complex repeat (i.e every 2nd Tuesday of month) change their 'repeat' pattern on my sync'd iPhone calendar. On the iMac calendar it continues to be correct but on my iPhone it now defaults to iPhone calendar's stand