SOA learning materials

Hello friends
right know i am involve a project which i also content the soa implementation .i am wondering how to implement my soa application .right now we have ejb service and i want to expose this into my composite .but how to do this ?
is any step by step materials for creating this application in jdeveloper .
please help me out this problem .
Thanks

http://technology.amis.nl/blog/8144/publish-soa-composite-application-as-ejb-to-be-invoked-from-java-applications-using-ejb-binding
http://biemond.blogspot.com/2009/07/using-ejb-service-reference-in-soa.html
Regards,
Anuj

Similar Messages

  • Arabic SAP learning materials

    Hello,
    Is there any Arabic learning materials & if yes, where can we find it.
    Please advise.
    Thanks.
    Sunil.

    Dear,
    No Way...
    SAP Academy material not available Arabic language... I think SAP mateiral availabel in both German and English.
    If any third party / client prepared or translated the required end user educational material into Arabic with help of Arabic knowl consultants working in ME, you can get from them. But complete no.
    Regards,
    Syed Hussain.

  • Learning Materials for EBP

    Hi All..
    I am new to SAP EBP and Workflows..
    Please provide me with some learning materials and/or reference materials on the same.
    my email id: [email protected]
    Thanx in advance..
    Susruta

    http://java.sun.com/docs/books/tutorial/networking/index.html

  • Very urgent!  anyone who has webADI learning materials

    hello,everybody.
    I'm very new at webADI.
    who can share me some learning materials .such as : student guide. because user guide it to hard for me.
    thank you very much!
    peter

    Did you check the following?
    Oracle Web Applications Desktop Integrator Implementation and Administration Guide - R12
    http://download.oracle.com/docs/cd/B40089_09/current/acrobat/120bneig.pdf
    Oracle Web Applications Desktop Integrator Implementation and Administration Guide - 11i
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115bneig.pdf

  • SOA learning path

    Hi All,
    I'm new to SOA technology,I have good exposure in Oracle Applications and DBA side.Can you please share your opinion on how to start learning SOA as I'm very much interested to learn and focus on Oracle fusion middleware technologies.Your opinion will be appreciated.
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com/

    What specifically are you looking to understand?
    SOA does have a great application adapters. There are JCA adapters which can be used to integrate with endpoints applications. Some of the adapters are database, file, ftp, and etc. There's also an Oracle Apps adapter to connect JD Edwards, PeopleSoft and etc.
    Here is the link for that documentation:
    http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10231/toc.htm
    It also might be helpful to take a look at the demo as it gives a business use for SOA
    http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10224/fod_hi_level_fod.htm#CIHGDIII
    Hope this helps!

  • Need learning materials.

    Hi!
    Could someone send me PDF manuals from Oracle for preparation to 1Z0-001, 1Z0-147 and 1Z0-141 exams? I'd like to prepare to "Oracle Forms Developer Certified Professional".
    Many thanks in advance.
    Jacek

    I recommend you to download the Oracle manuals and install an oracle 10g environment on your local server to prepare a lab environment. Use the guides found at educaiton.oracle.com to focus the topics to learn and read and practice as much as possible.
    ~ Madrid.

  • SAP FICO learning materials

    Hi all,
    I am new to this world of SAP FICO. I have taken training on SAP FICO, but was wondering if anyone can direct me where I can get additional reading materials. I have found couple of pdf files and looking for more.
    any help is appreciated
    thanks in advance
    shik

    Dear,
    The best manuals to gain knowledge in SAP FI/CO are SAP Traning course materials. These are well organized for better understand with level upgradations.
    You can find many on net by search as you said.
    http://www.thespot4sap.com/introto/sap_fi_module_introduction.asp
    Regards,
    Syed Hussain.

  • Learning Materials for ALE and Idocs

    Hi Experts,
    Kindly send me the documents/Links for ALE and IDocs.
    Regards,
    Ram.

    Hi
    check url
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/ale/configuration.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapdevelopment.co.uk/training
    And also u can get lots of inof from the below link.
    http://www.sapgenie.com/ale/why_ale.htm
    check these...
    http://www.onestopsap.com/interview-Question/ale/
    http://sap.ittoolbox.com/groups/career/sap-career/aleidoc-interview-questions-688290
    http://www.erpgenie.com/faq/ale.htm
    Outbound:
    Step 1.  Application document is created when transaction is saved.
             2.  Message control is invoked.
             3.  Messages are processed by system.
             4.  Messages are Edited (if desired).
             5.  Output (ALE /  EDI) is checked
             6.  Validate against Message control record from Partner Profile
             7.  Application Document is saved.
             8.  Entry NAST table is created for every selected output program
                  along with Medium & Timing.
             9.  Check for Process Immediately .
                     If (yes)
                       Determine Processing Program from TNAPR Table.
                     ELSE
                       Execute RSNASTED Program.
           10.  Read Partner Profile to determine Process Code.
           11.  Process Code points to the Function Module & Invoked.
           12.  IDoc is generated. 
           13.  Check for ALE Request.
                        if (Yes)
                            Perform Filters, Conversions, Version Changes etc.
                        Else.
                            IDoc is stored in DATABASE.
    INBOUND:
    Step 1.  EDI Subsystem creates an IDoc file from EDI Messages
            2.   Subsystem calls Functional Module                                 EDI_DATA_INCOMING from startRFC program.
             3.  Data in Control Record is validate against the Partner                       Profile.
            4. IDoc is generated in Database and syntax check is                      carried out.
            5. IDoc file is deleted once file read.
            6. Event PROCESSSTATE REACHED is triggered in Idoc Object Workflow. 
                       7.  Check for Process Immediately.
                   If NO
                     Execute RBDAPP01 Program
                   Else
                      Read Process Code from Partner Profile        
                           Process Code Points to  Function Module
                     Application Document Posted.     
    further help:
    IDOC
    Data Creation in Idoc
    IDocs are text encoded documents with a rigid structure that are used to exchange data between R/3 and a foreign system. Instead of calling a program in the destination system directly, the data is first packed into an IDoc and then sent to the receiving system, where it is analyzed and properly processed. Therefore an IDoc data exchange is always an
    asynchronous process. The significant difference between simple RFC-calls and IDoc data exchange is the fact, that every action performed on IDocs are protocolled by R/3 and IDocs can be reprocessed if an error occurred in one of the message steps.
    While IDocs have to be understood as a data exchange protocol, EDI and ALE are typical use cases for IDocs. R/3 uses IDocs for both EDI and ALE to deliver data to the receiving system. ALE is basically the scheduling mechanism that defines when and between which partners and what kind of data will be exchanged on a regular or event triggered basis. Such a set-up is called an ALE-scenario.
    IDoc is a intermediate document to exchange data between two SAP Systems.
    *IDocs are structured ASCII files (or a virtual equivalent).
    *Electronic Interchange Document
    *They are the file format used by SAP R/3 to exchange data with foreign systems.
    *Data Is transmitted in ASCII format, i.e. human readable form
    *IDocs exchange messages
    *IDocs are used like classical interface files
    IDOC types are templates for specific message types depending on what is the business document, you want to exchange.
    WE30 - you can create a IDOC type.
    An IDOC with data, will have to be triggered by the application that is trying to send out the data.
    FOr testing you can use WE19.
    How to create idoc?
    *WE30 - you can create a IDOC type
    For more information in details on the same along with the examples can be viewed on:
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm#_Toc8400404
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a6620507d11d18ee90000e8366fc2/frameset.htm
    http://www.sappoint.com/presentation.html
    http://www.allsaplinks.com/idoc_search.html
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://www.erpgenie.com/sapedi/idoc_abap.htm
    To Create Idoc we need to follow these steps:
    Create Segment ( WE31)
    Create Idoc Type ( WE30 )
    Create Message Type ( WE81 )
    Assign Idoc Type to Message Type ( WE82 )
    Creating a Segment
    Go to transaction code WE31
    Enter the name for your segment type and click on the Create icon
    Type the short text
    Enter the variable names and data elements
    Save it and go back
    Go to Edit -> Set Release
    Follow steps to create more number of segments
    Create IDOC Type
    Go to transaction code WE30
    Enter the Object Name, select Basic type and click Create icon
    Select the create new option and enter a description for your basic IDOC type and press enter
    Select the IDOC Name and click Create icon
    The system prompts us to enter a segment type and its attributes
    Choose the appropriate values and press Enter
    The system transfers the name of the segment type to the IDOC editor.
    Follow these steps to add more number of segments to Parent or as Parent-child relation
    Save it and go back
    Go to Edit -> Set release
    Create Message Type
    Go to transaction code WE81
    Change the details from Display mode to Change mode
    After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter
    Click New Entries to create new Message Type
    Fill details
    Save it and go back
    Assign Message Type to IDoc Type
    Go to transaction code WE82
    Change the details from Display mode to Change mode
    After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter.
    Click New Entries to create new Message Type.
    Fill details
    Save it and go back
    Check these out..
    Re: How to create IDOC
    Check below link. It will give the step by step procedure for IDOC creation.
    http://www.supinfo-projects.com/cn/2005/idocs_en/2/
    ALE/ IDOC
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.docs
    go trough these links.
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    An IDoc is simply a data container that is used to exchange information between any two processes that can understand the syntax and semantics of the data...
    1.IDOCs are stored in the database. In the SAP system, IDOCs are stored in database tables.
    2.IDOCs are independent of the sending and receiving systems.
    3.IDOCs are independent of the direction of data exchange.
    The two available process for IDOCs are
    Outbound Process
    Inbound Process
    AND There are basically two types of IDOCs.
    Basic IDOCs
    Basic IDOC type defines the structure and format of the business document that is to be exchanged between two systems.
    Extended IDOCs
    Extending the functionality by adding more segments to existing Basic IDOCs.
    To Create Idoc we need to follow these steps:
    Create Segment ( WE31)
    Create Idoc Type ( WE30)
    Create Message Type ( WE81)
    Assign Idoc Type to Message Type ( WE82)
    imp links
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    www.sappoint.com
    --here u can find the ppts and basic seetings for ALE
    http://sappoint.com/presentation.html
    www.sapgenie.com
    http://www.sapgenie.com/ale/index.htm
    Reward points if useful
    Regards
    Anji

  • How do i share my e-learning materials for review?

    Does anyone know of any good tools to do this with?

    Hello There,
    Are you thinking of sharing the Cp Project? If so, there is Acrobat.com workflow through which you can share files and have them reviewed. Please let me know the exact requirement.
    Thanks,
    Vish

  • Oracle 10g Forms - recommened books, learning materials?

    Hi, I am new to Oracle 10g Forms development. I did a search for books on Amazon and the internet, but did not find books specific to Oracle 10g Forms. I found books on JDeveloper, web development with ADF, Fusion development, etc.
    Are there books written specifically to 10g Forms development? I am not sure what to search under to find them. Perhaps I am searching under the wrong terms.
    How can I get up to speed quickly?
    Any help would be greatly appreciated. Thank you very much in advance.
    Regards,
    TCN

    http://www.scribd.com/doc/78975271/Oracle-Forms-Developer-Form-Builder-Reference-Volume-1
    volume 2 is also there, just search in the same page...
    this will help you understand bricks of form builder...
    enjoy....have a nice day
    MANI

  • Web Dynpro Learning Materials

    Dear All,
    Kindly tell me the links where I can get free and easy learing stuff on SAP Web Dynpro.
    Thx...
    Paul

    Hi,
    ChrisWhealy book Inside Webdynpro for java:
    http://www.amazon.com/gp/reader/1592290388/ref=sib_dp_top_toc/102-5823260-5699349?ie=UTF8&p=S00B#reader-link
    Web Dynpro UI Element Reference Guide :
    http://help.sap.com/saphelp_nw04/helpdata/en/8f/aa63688343bd40aafc537971aee068/content.htm
    web dynpro material
    web dynpro material
    regards,
    Vijayakhanna Raman

  • Need material on SOA

    Hi Experts,
    i want to know more abt SOA .. so please give me materials or links from which i can get.
    Regards,
    Kali

    Hello Kali,
    For fundamental SOA learning
    www.ibm.com/soa
    http://www.service-architecture.com
    www.sun.com/soa
    For Enterprise SOA learning guide
    https://www.sdn.sap.com/
    Best wishes,
    Boopathi Thangavel

  • How can I install a full learning scenario in XI 3.0 -NW 2004S ?

    HI, GUYS.
    I have sucessfully installed NW 2004S XI component. But there is no any learning scenarios in Integration Builder via my bit400 learning materials.
    I don't know how to import some learning data in XI ?
    points will be reward.
    Thanks ,
    best regard.

    Hi,
    Import the SAP BASIS 700 software component into the repository. You can find this in the Installation DVD.
    How to do this, go to installation guide --page no 46
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/95d7d490-0301-0010-ce93-c58f9a3cde0b
    Rgds,
    Moorthy

  • Technical e-learning

    Hi experts,
    Can I get a link on technical e-learning materials on SAP B18.8, that includes standard setup and configuration taskS, mapping customer business requirements, UDFs, queries etc, I once got assistance from this forum on a link for product e-learning on SAP B1 8.8 and AIP materials which have been of great help, please assist.
    Patrick

    hi Patrick,
    go to SBO portal [www.service.sap.com|https://websmp103.sap-ag.de/~SAPIDP/002006825000000234912001E]
    you need the S Account to access this page. then got to Education there you can find what you looking for.
    regards,
    Fidel

  • Where can I buy study materials for SAP BANKING

    Hi, Experts:
    I have plan to get certificate for SAP Banking. And I am looking for some study materials if any body know where can I buy these documents. Please provide me the detail informations. FS040FS260FS212FS001
    Thank you very much

    See if this helps:-
    http://social.technet.microsoft.com/Forums/en-US/cd96c03f-8e79-409b-9cba-153f0247d8fc/question-about-learning-materials-for-the-74697-exam?forum=CertGeneral

Maybe you are looking for

  • Excel export problem (Fatal Error)

    Hi friends, I am trying export my ALV grid contents (my internal table content) to excel with standard alv toolbar excel button (&XXL) But i give an error. "Spreadsheet cannot be called (return code FATAL error)" What is my wrong? My code parts : Dat

  • App Alert

    Hi all:  In Adobe Acrobat, I could create a button with an app. alert that would give the users some sort of information or instruction.  Is this possible in Adobe LiveCycle Designer?  How would one create an button with an app. alert message to inst

  • All Letter Keys Stop Working

    this has happened to me twice this week. and i don't know what is causing it. i will be in the middle of working and all of a sudden all the letter keys stop working (i.e. i can't type anything) However, the mouse still works, the arrow keys still wo

  • Smart Build Bug? Reflections/Shadows missing from newly added graphics

    So, you create a smart build - I have seen this with both dissolve and turntable - with say 5 images in it. You apply a shadow and reflection. I know, overused, but that's for a different forum. You then add a new graphic to the build - anywhere. Tha

  • Value of ROCANCEL on datasource 2lis-12-vcitm

    <Moderator Message: Please search the forums. This question has been asked already a lot of times> hi guru, could you tell me what ROCANCEL values look like on datasource 2lis-12-vcitm? it always "x"? thanks. brgds/steve Edited by: Siegfried Szameita