1 Getting Started with Oracle Service Bus

Size: px
Start display at page:

Download "1 Getting Started with Oracle Service Bus"

Transcription

1 1 Getting Started with Oracle Service Bus 1 Getting Started with Oracle Service Bus Prerequisites Introduction High-level Steps Setup and Deploy Composites URLs to access different consoles Creating Connection to Oracle WebLogic Server in JDeveloper Load SOA Composite solutions into JDeveloper Deploying Composites to the Application Server Running and Verifying the application with EM Getting the service description (WSDL) Configure Service Bus Import Resources Configure Business Service Config ure the Credit Card Validation Proxy Configure Message Flow Re-wire POProcessing Composite Test the end-to-end application Prerequisites Lab Machine Setup and Install is completed. (See Appendix A for complete instructions to configure machine These steps are already completed on the Amazon EC2 instance) 1.2 Introduction SOA and Oracle Service Bus server instance running within Amazon EC2 instance. Note: The solution for this chapter can be found in /home/oracle/soa-osb/solutions/chap-1. The solution directory includes both SOA Composite applications for JDev and the OSB configuration jar files. The OSB solution is chap-1-solution-sbconfig.jar. The JDEV SOA Composite applications solutions are in /home/oracle/soa-osb/solutions/chap-1/solution. If you are starting with the solutions deploy the OSB solution followed by the SOA composites. Use OSB Console, System Administration->Import Resources to import OSB solution configuration jar. To deploy the SOA Composites, first open the composite applications in JDEV and then deploy by creating an ApplicationServerConnection. You will perform end to end testing by following the instructions in Section 1.6. Section 1.1 Page 1 of 41

2 OSB 11gR1 Workshop To develop the OSB solution from scratch you will start by importing chap-1-startingsbconfig.jar. Pega Corporation has recently deployed their first major integration project into production using Oracle SOA Suite Middleware to handle all Purchase Order Processing. As a major widget Supplier to Mega Corporation, Pega is now positioned to help the business grow rapidly through automated order fulfillment. The POProcessing service was designed using a SCA Composite comprised of BPEL, Human Workflow, Business Rules and JCA Adapters. The new system has been quite successful and Pega IT is now looking at ways to help scale the system to accommodate recent upturn in business. Pega has just signed on to be the widget supplier for Mega Corporations and will handle all corporate requisitions through Pega s supply chain and warehouse. All Purchase Orders will be submitted through the new POProcessing system. In order to meet these new business requirements, and become more efficient, Pega has contracted with multiple credit card payment vendors to ensure high quality of service for POProcessing and lower costs of each transaction to increase profit margin for handling the Mega Corporation orders. With version two of the POProcessing composite application, it s time to think about how this application will accommodate the new business requirements. Are there elements embedded in our application that will change more frequently? Could these dependencies require re-deployment of the application unnecessarily, creating a disruption of service to the consumers of the POProcessing application? If so, we should work to minimize and remove these dependencies to allow our composite to be more resilient to change. Upon inspection, the credit validation service is a good candidate to decouple from the POProcessing composite. While the interface for the credit validation service is fairly stable, the service provider may be replaced frequently. In fact, we already have been alerted the credit validation service may be provided by multiple vendors and the system should be able to add/remove vendors easily along with giving each vendor equal business so each card transaction can be processed more efficiently. In summary, we do not want to redeploy our application every time the credit validation provider is moved or changed in some way insignificant to our own application. Being able to insulate from these types of changes will make our application more agile, robust and adaptable. Also, credit validation is a service needed by many business processes; therefore, it should be made available for enterprise-wide re-use. Re-use of IT assets helps reduce overall cost by allowing the service to be shared. In this lab, you will register credit validation as a Business Service with Oracle Service Bus. You then will create a Proxy Service and re-wire the POProcessing composite to access this service indirectly through Oracle Service Bus. This is called service virtualization. Service virtualization provides loose-coupling and will allow the POProcessing composite to be more agile and resilient to change in production. Section 1.2 Page 2 of 41

3 Before Virtualization with OSB After Virtualization with OSB High-level Steps During this lab you will accomplish the following tasks: Deploy Composites and Test Environment Import Resources into OSB Configure and test a business service for validationforcc Composite Service Create proxy and message flow to process incoming messages with data validation, reporting and error handling Re-wire the POProcessing composite to invoke credit validation service through Oracle Service Bus. Section 1.2 Page 3 of 41

4 OSB 11gR1 Workshop Test end to end application Once completed, the overall Message Flow of the Oracle Service Bus Proxy should look like the following picture. 1.3 Setup and Deploy Composites URLs to access different consoles Note: On the Amazon EC2 instance the SOA-OSB Server must be running. This might take up to 15 minutes for the SOA-OSB Server to start running the first time Amazon EC2 instance is launched. Please be patient. If the WLS Server for SOA+OSB domain (/oracle/soa/mwhome/user_projects/domains/soa_osb_domain) does not start, Click on Start/Stop Servers on the desktop and select Start soa-osb. You can see the tail of the log by clicking on on the desktop. This domain is an Admin-only server with OSB+SOA. Section 1.3 Page 4 of 41

5 The link for the OSB console is (login with weblogic/welcome1) The link for the EM Fusion Middle Control console is (login with weblogic/welcome1) The link for the Weblogic console is (login with weblogic/welcome1) There are already Shortcuts/Bookmarks in Firefox on your Amazon EC2 instance for the links above. The link for SOA worklist app (login with weblogic/welcome1) Creating Connection to Oracle WebLogic Server in JDeveloper You must create an Application Server connection in JDeveloper to deploy the composites to the SOA+OSB server. Click on on the desktop to launch JDeveloper. NOTE: The best way to launch applications on the desktop is to select the application and right-click followed by Open (as shown below) rather than Double-Click. You will be prompted with the Select Role dialog. Leave the default which is Default Role and Click OK. You need to create a connection from JDeveloper to the Oracle WebLogic Server configured for Oracle SOA Suite in order to deploy the composites from JDeveloper. Section 1.3 Page 5 of 41

6 OSB 11gR1 Workshop 1. From the Application Menu, select New. 2. In the New Gallery, in the Categories tree, select General, and then Connections. 3. Select Application Server Connection 3. Click OK. The Create Application Server Connection Type page is displayed. Section 1.3 Page 6 of 41

7 4. Enter MyAppServerConnection in the Connection Name field and select WebLogic 10.3 from the Connection Type list. 6. Click Next. The Connection Authentication page is displayed. 7. Enter weblogic for the User Name and the password welcome1 for that administrator in the Password field. 8. Click Next. The Configuration page displays. 9. Enter the following values: Weblogic Hostname (Administration Server): localhost Section 1.3 Page 7 of 41

8 OSB 11gR1 Workshop Port: 7001 WLS Domain: soa_osb_domain 10. Click Next. The Test page displays. 11. Click Test Connection. The following status should appear: Section 1.3 Page 8 of 41

9 If the test is unsuccessful, ensure that Oracle WebLogic Server status is RUNNING, and retry the test. 12. Click Next, and in the Finish page, click Finish. 13. You will see the connection in the Resource Palette Load SOA Composite solutions into JDeveloper The required composite applications are already loaded into JDeveloper on your EC2 instance. You can skip this section. You need to load three SOA Composites into JDeveloper 1. POProcessing 2. CreditCardValidation 3. ConsumeJMSFulfillmentApp These applications are available under /home/oracle/soa-osb/solutions/chap-1 If not, follow the steps below to load the composite applications into JDeveloper. 1. From the Application Menu, select Open, Browse to the application location as shown below to load the application into JDeveloper. Let us start with the POProcessing application Section 1.3 Page 9 of 41

10 OSB 11gR1 Workshop 2. Repeat Step 1 for CreditCardValidation and ConsumeJMSFulfillmentApp applications Deploying Composites to the Application Server After you open the composite application, you can deploy it to the server The Deploy command rebuilds the app and writes the binary to disk. It also brings up the deployment plan dialog before deploying. When the server is stopped and restarted, the applications will remain deployed. 3. In the project menu right-click on the POProcessing project name - select Deploy. Make sure you have the project menu and not the application menu in order to see this option. 4. Select Deploy to Application Server. Section 1.3 Page 10 of 41

11 5. Click Next. If you redeploy the same composite multiple times then check Overwrite any existing composites with the same revision ID if you intent to just test and hence over write the existing deployed version of the composite. This will render existing instances Stale. 6. Click Next. On the Amazon EC2 instance, do not check ApproveTaskDetails. Section 1.3 Page 11 of 41

12 OSB 11gR1 Workshop Note: Check ApproveTaskDetails if you are trying the tutorial on your local machine and deploying POProcessing composite the first time. 7. Select the MyAppServerConnection to deploy. If the Application Server connection does not show up in the list, click on below. on the top right. This should display the MyAppServerConnection as shown Section 1.3 Page 12 of 41

13 8. Click Next 9. Click Finish 10. Next the application is built and deployed. If there are no compilation errors, you will see on the SOA log, BUILD SUCCESSFUL and then the deployment starts. Section 1.3 Page 13 of 41

14 OSB 11gR1 Workshop 11. In the Deployment log, view the details of the deployment. 12. Wait for your application to be deployed 13. Repeat Steps 1 12 for CreditCardValidation and ConsumeJMSFulfillmentApp applications. You select the other composites from the Application Navigator as shown below 14. You are now ready to test the composites Section 1.3 Page 14 of 41

15 1.3.5 Running and Verifying the application with EM Often you'll have an application or some GUI-based front end to invoke your service so you can test it. But usually you will start developing your services first and won't have an application to test them with. The Oracle Enterprise Manager console allows you to run your service with any input so you can test it anytime. 15. Open your browser and navigate to EM. (The first time these screens are run after starting the server they will be slow as they are unpacked, compiled, and loaded into memory.) Login with weblogic/welcome1 (or appropriate password for your environment) The Enterprise Manager opens to the farm view. You can see the status of your Server as well as the deployed Java applications and SOA composites. 16. Select validationforcc composite from the list of composites on the main farm view or on the left navigation bar. The composite page opens. Section 1.3 Page 15 of 41

16 OSB 11gR1 Workshop On this page, you can see the Recent Instances (none yet), Faults, the Component Metrics (there is only one component in this composite), and the Services and References Metrics. 17. Click Test button at the top of the screen. The Test page opens. Section 1.3 Page 16 of 41

17 You can see the WSDL location, Operations list, and two tabs, Request and Response. Scroll down to the Input Arguments section. The first time you click on Test you might get the following error. You can ignore this error. Click on Test again 18. Specify your values for the payload. You can use the HTML form on the Tree View, which is default, or the XML source on the XML View. For smaller amounts of the data, using the HTML form view is probably easier. But for large payloads, it's easier to copy-and-paste your data into the XML View. Section 1.3 Page 17 of 41

18 OSB 11gR1 Workshop 19. Enter the data and click Test Web Service. When the composite completes, the screen changes to the Response tab and the returned value shown. From here, you can jump directly to this particular composite instance and view the flow. 20. Click Launch Message Flow Trace The Flow Trace screen opens and you can see the flow of your composite and the status of each service, component and reference. 21. Click on the component to drill down into the Instance Details of the component Section 1.3 Page 18 of 41

19 Close the Flow Trace window, click on your composite to return to the composite page. You can see your Instance ID listed. You can return to the Flow Trace screen by selecting the Instance ID Getting the service description (WSDL) You can get the service description, or WSDL, of your composite from the Test page. This is useful because you may need it for applications to access your service, or to expose your service to others. 22. Open the Test page for the composite you are interested in. 23. In the Test page you see the WSDL location. You also can see the Endpoint URL for each of the Operations defined in the WSDL. 1.4 Configure Service Bus Import Resources 1. Check to see if the SOA-OSB server is running. To do this, double click the desktop Start/Stop Servers icon. Click the OK button in the first menu (the Start radio button should be selected automatically). Then make sure the check box for the soa-osb server is checked,, then click OK. If the server is already running a message like this will be displayed:. Section 1.4 Page 19 of 41

20 OSB 11gR1 Workshop If it is not running, it will be started and a message will display indicating that. 2. Make sure your credit card validation service is running there (hint: use the EM console). See Section 1.3 for details about deploying SOA Suite composites. 3. Log into OSB Web Console ( username weblogic, password: welcome1 4. Click Create button in left hand corner of screen to start a new session. In OSB, all changes are done in a sandbox called a session. You first create the sandbox by creating a session in the change center. After a set of related changes are done, you deploy all the changes in the session as a unit by clicking Activate in Change Center. 5. We first need to create a project with sub folders. We could create it in the console, but instead we will import this to illustrate how configuration can be imported into OSB. If you chose to go directly to the solution, you can import the solution in the same way. Scroll down the left hand pane and click System Administration. 6. Click Import Resources (selected by default). 7. Click Browse and navigate to /home/oracle/soa-osb/solutions/chap-1 in your local file system. Select chap-1-starting-sbconfig.jar. Section 1.4 Page 20 of 41

21 8. Click Next then Import 9. Click the Activate button to commit the OSB configuration change. 10. Then click the Submit button. Click Project Explorer then Project Folders. You should see a top level project called Credit_Services with sub folder BusinessServices. 11. Click Create in the Change Center to start a new session to start adding the required resources. 12. Click Credit_ Services. Add ProxyServices folder and Resources folder under Credit_Services folder by typing the folder names in the Enter New Folder Name field and pressing Add Folder. When finished your project structure looks as depicted below. Section 1.4 Page 21 of 41

22 OSB 11gR1 Workshop 13. Navigate to the Resources folder. Click on Create Resources drop-down box and select Bulk - Resources from URL. 14. You will import resources from the WSDL URL of SOA Suite Server. You can simply paste the URL of the WSDL into the URL/Path field as depicted below. The precise URL to the WSDL file can be obtained from the validationforcc test page in Enterprise Manager console ( ) or by clicking the icon noted in the graphic below. Click this to see service WSDL. Be sure to remove any version numbering. It will be something like this. Section 1.4 Page 22 of 41

23 Put url here 15. Click Next. Click Import. You now have imported the WSDL and schema needed to create the Business Service for the credit validation service on Oracle Service Bus Configure Business Service A business service defines the interface and connection information for an endpoint OSB invokes. It is similar to a composite reference. 16. Navigate to the BusinessServices folder. From the Create Resources drop-down, select Business Service. Section 1.4 Page 23 of 41

24 OSB 11gR1 Workshop 17. On the General Configuration tab, fill in the Service Name and Description. Click the Browse button. This will bring up the window to select WSDL for the Business Service. Section 1.4 Page 24 of 41

25 18. Click on link to WSDL imported in previous step, ValidateCredit_WSDL. 19. Select the execute_pt under the Ports and then press Submit. 20. Click Next through each of the remaining configuration screens. Review options available to business services. Accept all of the defaults. Finally, on last screen showing all the options together in a table format, scroll down and press Save (don t forget this step and navigate away from this page before hitting Save or you ll lose your changes). Section 1.4 Page 25 of 41

26 OSB 11gR1 Workshop 21. From the Project Explorer view, Click on your new Business Service. 22. Click on Operational Settings Tab at top of page. 23. Check the box Enabled next to Monitoring. Change the aggregation interval to greater than ten minutes. Section 1.4 Page 26 of 41

27 Enabling monitoring will collect metrics for your service such as average response time, average TPS and number of errors. You can define SLA alerts on these metrics. The aggregation interval defines how often metrics will roll over. Generally for demos, you want to select something longer than 10 minutes, say 25 to 30 minutes. Note all the operational settings can be set at fine-grained Service level. 24. Click Update button to save your changes. 25. Activate your changes by clicking the Activate button in left hand corner of screen. Add a Description to document what was done. This will help you identify later in the Change Center in case you would like to undo or re-do your changes. Click Submit. You are now ready to test your first OSB Business Service! Section 1.4 Page 27 of 41

28 OSB 11gR1 Workshop 26. Select the next to your new Business Service to bring up the Test Console. Before proceeding, ensure you can invoke the validationforcc service deployed to SOA. 27. Set the credit card number to The test XML should look like this. <cca:creditcardstatusrequest xmlns:cca=" <cca:ccnumber> </cca:ccnumber> </cca:creditcardstatusrequest> 28. Click Execute button. Section 1.4 Page 28 of 41

29 29. Review the Response document for VALID, and close the test console window Configure the Credit Card Validation Proxy A proxy service is the OSB mediation logic that virtualizes the endpoints OSB routes to and decouples it from the client. We will first just create a proxy service exposed to the client that just routes to the business service. Later we will add more logic in the proxy service. 30. Click the Create button in the Change Center to start a new session. Section 1.4 Page 29 of 41

30 OSB 11gR1 Workshop 31. Navigate to the ProxyServices folder. Click on Create Resources drop-down box and select Proxy Service. 32. On General Configuration page, Service Name ValidateCredit. For the easiest way to create the Proxy Service Routing to a Business Service follow Step 33. For the more lengthy process follow Steps On the General Configuration page, Select Create From Existing Service, Select Business Service and click on Browse to select the business service, validationforcc, you created. Click Last and Click Save (Don t miss clicking Save). Section 1.4 Page 30 of 41

31 34. Click Activate on left hand side of screen to commit your changes to the session. Click Submit. You are now ready to test your new Proxy! 35. Navigate to the new Proxy Service and click on the to bring up the Test Console for the Proxy Service. You can click on to see the Message Flow logic for the Proxy Service 36. Cut and paste the same XML you used to test the validationforcc business service, or enter the credit card number of into the Payload text box. 37. Click on the Execute button. You should see output similar to when you tested your Business Service directly. Close the Proxy Service Testing window when complete Configure Message Flow. 38. Navigate to the newly created Proxy Service via Project Explorer. 39. Click on Create to start a new session in the Change Center. 40. Click on the Message Flow icon next to ValidateCredit. This will take you to the Message Flow editor. 41. Notice a Route node has already been created to pass-through to the validateforcc business service. Section 1.4 Page 31 of 41

32 OSB 11gR1 Workshop 42. Next you will add one stage (Stage allows grouping of related actions) with two actions to the Message Flow. a. Validate action will validate the incoming request payload against a schema type definition and if the validation fails, you will configure an error handler to signal the failure b. Report action will track incoming messages and stream data as it arrives from the POProcessing composite. 43. Click on the envelope above ValidateCredit Select Add Pipeline Pair. Section 1.4 Page 32 of 41

33 44. Click on left Request_Pipeline and select Add Stage. 45. Click on new Stage and select Edit Stage. 46. Now we will add 2 Actions, Report and Validate. The Report action allows you to record any payload elements along with key-value pairs to a database. Validate action will allow us to check for valid input to credit card validation service and throw an error if invalid input message is detected. 47. Click on Add Action->Reporting->Report. Section 1.4 Page 33 of 41

34 OSB 11gR1 Workshop You will see the Report action as below 48. Fill in fields as follows: Expression: $body (Click on <Expression>, Enter $body in text area, Click Save) Click Add a key: KeyName: CCNumber Key Value:./cca:creditcardStatusRequest/cca:CCNumber To specify the Key Value, Click <XPath> Either cut paste the above XPATH value into the text area OR select Variable Structures on the left bottom. Select body from Drop Down, Expand $body execute (request) and select CCNumber (as shown in the figure below) Section 1.4 Page 34 of 41

35 The Property Inspector field will be populated with the XPath as shown below. Click on Copy Property to copy the XPath automatically into the text area above. (Make sure the cursor is in the text area before you click Copy Property for the copy to work) Click Save In the in variable field type body and Click Save 49. Add Validate Action Click on Stage icon and Select Edit Stage, Add an Action Message Processing - Validate Section 1.4 Page 35 of 41

36 OSB 11gR1 Workshop 50. Fill in fields. XPath:./* (dot slash star) variable: body Resource: XMLSchema_ * ( Element = "creditcardstatusrequest" ) Note: the schema resource name will not match exactly as the name specified above as the name includes hash code, which is generated based on the URL 51. Click Save Button. 52. Navigate to top of message flow and click on envelope. 53. Select Add Service Error Handler. 54. Click on Error Handler 55. Select Add Stage. Section 1.4 Page 36 of 41

37 56. Click on stage and select Edit Stage. 57. Click on Add Action -> Reporting->Alert 58. Configure the Alert as depicted below and click on Save All. 59. Activate the session in Change Center. 1.5 Re-wire POProcessing Composite Next you'll open your POProcessing composite and fix the getcreditcardstatus reference to invoke Oracle Service Bus. 60. Open JDeveloper if not already open. Navigate to the POProcessing application. 61. Double-click the composite.xml within SOA_Content folder in left hand pane open the Composite editor. Section 1.5 Page 37 of 41

38 OSB 11gR1 Workshop 62. Double click the getcreditcardstatus reference link. In the Update Reference dialog click the icon next to the WSDL URL field. In the SOA Resource Browser select Resource Palette from the drop down. Expand the IDE Connections tree to select the ValidateCredit Proxy Service from OSB as shown below. Alternatively, you can also create a WSIL Connection to OSB ( and browse the Proxy Service. Section 1.5 Page 38 of 41

39 Click OK. This will populate the WSDL URL pointing to the OSB ValidateCredit Proxy Service 63. Click OK 64. Save the composite.xml and Re-deploy the POProcessing Composite. To keep things simple, be sure to overwrite any existing composites of the same version, as shown here. Also, do not forget to leave the ADF Task Flow un-selected. Section 1.5 Page 39 of 41

40 OSB 11gR1 Workshop You are now ready to test your end-to-end scenario with Oracle Service Bus. 1.6 Test the end-to-end application 65. After deploying, in the EM console, click on the POProcessing application and then open the Test page. You might get the following error when navigating in the Enterprise Manager FWM Control. You can ignore this error and simply repeat the action again 66. Click XML View. 67. Create a large order which the Mediator will route to the BPEL approval process. Open the following file in a text editor: Section 1.6 Page 40 of 41

41 /home/oracle/soa-osb/input/po-large-ipodx30.txt Copy the entire contents and paste them into the large text field in your browser: 68. Click Test Web Service. 69. Navigate back to the Oracle Service Bus console. Log in. Navigate to Operations 70. Review the Message Reports. You will see the report as shown below Section 1.6 Page 41 of 41

4 Connecting to Composites

4 Connecting to Composites 4 Connecting to Composites 4 Connecting to Composites...1 4.1 Prerequisites...1 4.2 Introduction...1 4.3 OSB to SOA Suite Direct binding...3 4.3.1 What is being done?...3 4.3.2 Create Direct Binding exposed

More information

3 Connecting to Applications

3 Connecting to Applications 3 Connecting to Applications 3 Connecting to Applications...1 3.1 Prerequisites...1 3.2 Introduction...1 3.2.1 Pega, the Widget Supplier...2 3.2.2 Mega, the Widget Procurer...2 3.3 Create Requisition...3

More information

BPEL Orchestration. 4.1 Introduction. Page 1 of 31

BPEL Orchestration. 4.1 Introduction. Page 1 of 31 BPEL Orchestration 4.1Introduction... 1 4.2Designing the flow... 2 4.3Invoking the CreditCardStatus service... 2 4.4Designing the BPEL approval process... 8 4.5Modifying the Mediator component... 18 4.6Deploying

More information

Sales Quote Demo Setup

Sales Quote Demo Setup Last updated: May 17, 2010 12:05 Sales Quote Demo Setup Sales Quote Demo Setup... 1 1. Create Quote Schema... 1 2. Set up data source in WebLogic server... 1 3. Perform Demo Seeding of Users & Groups...

More information

Oracle SOA Suite 11. Hands-On Workshop VM Intro / Demo / Deployment

Oracle SOA Suite 11. Hands-On Workshop VM Intro / Demo / Deployment Oracle SOA Suite 11 Hands-On Workshop VM Intro / Demo / Deployment Before you begin General notes: 1. All notable references, functions or actions to be performed by the student (for example, text to be

More information

Setup Real-Time Integration Business Insight using a native installation For AstraTeq Help Desk Tutorial

Setup Real-Time Integration Business Insight using a native installation For AstraTeq Help Desk Tutorial Setup Real-Time Integration Business Insight 12.2.1.1.0 using a native installation For AstraTeq Help Desk Tutorial Table of Contents OVERVIEW... 3 DOWNLOAD THE TUTORIAL RESOURCES... 3 SETUP THE INSIGHT

More information

Integrating JD Edwards Enterprise One and Oracle Service Bus

Integrating JD Edwards Enterprise One and Oracle Service Bus Integrating JD Edwards Enterprise One and Oracle Service Bus Overview This tutorial demonstrates how Oracle Service Bus (OSB) makes a service callout to a JD Edwards Enterprise One web service. OSB then

More information

Getting Started with. Oracle SOA Suite 11g. R1 -AHands-On Tutorial. composite application in just hours!

Getting Started with. Oracle SOA Suite 11g. R1 -AHands-On Tutorial. composite application in just hours! Getting Started with Oracle SOA Suite 11g R1 -AHands-On Tutorial Fast track your SOA adoption Build a service-oriented composite application in just hours! Heidi Buelow Manas Deb Jayaram Kasi Demed L'Her

More information

Oracle Web Service Manager 11g Component Level Role Authorization (in SOA Suite) March, 2012

Oracle Web Service Manager 11g Component Level Role Authorization (in SOA Suite) March, 2012 Oracle Web Service Manager 11g Component Level Role Authorization (in SOA Suite) March, 2012 Step-by-Step Instruction Guide Author: Prakash Yamuna Senior Development Manager Oracle Corporation Table of

More information

edocs Home > BEA AquaLogic Service Bus 3.0 Documentation > Accessing ALDSP Data Services Through ALSB

edocs Home > BEA AquaLogic Service Bus 3.0 Documentation > Accessing ALDSP Data Services Through ALSB Accessing ALDSP 3.0 Data Services Through ALSB 3.0 edocs Home > BEA AquaLogic Service Bus 3.0 Documentation > Accessing ALDSP Data Services Through ALSB Introduction AquaLogic Data Services Platform can

More information

Oracle Service Bus. 10g Release 3 (10.3) October 2008

Oracle Service Bus. 10g Release 3 (10.3) October 2008 Oracle Service Bus Tutorials 10g Release 3 (10.3) October 2008 Oracle Service Bus Tutorials, 10g Release 3 (10.3) Copyright 2007, 2008, Oracle and/or its affiliates. All rights reserved. This software

More information

Oracle SOA Suite 11g: Build Composite Applications

Oracle SOA Suite 11g: Build Composite Applications Oracle University Contact Us: 1.800.529.0165 Oracle SOA Suite 11g: Build Composite Applications Duration: 5 Days What you will learn This course covers designing and developing SOA composite applications

More information

Oracle SOA Suite 11g: Build Composite Applications

Oracle SOA Suite 11g: Build Composite Applications Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle SOA Suite 11g: Build Composite Applications Duration: 5 Days What you will learn This course teaches you to design

More information

Oracle SOA Suite 12c: Build Composite Applications

Oracle SOA Suite 12c: Build Composite Applications Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle SOA Suite 12c: Build Composite Applications Duration: 5 Days What you will learn This Oracle SOA Suite 12c: Build

More information

H. Adding BAM Activity Sensors

H. Adding BAM Activity Sensors H. Adding BAM Activity Sensors H.1. Introduction Note: The solution for this chapter can be found in c:\po\solutions\aph-bam To run this solution, you must have completed labs through chapter 9. Alternatively,

More information

Oracle Cloud. Using Oracle Eloqua Adapter Release E

Oracle Cloud. Using Oracle Eloqua Adapter Release E Oracle Cloud Using Oracle Eloqua Adapter Release 12.1.3 E65434-01 August 2015 Oracle Cloud Using Oracle Eloqua Adapter, Release 12.1.3 E65434-01 Copyright 2015, Oracle and/or its affiliates. All rights

More information

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm. Lab 1 Getting Started 1.1 Building and Executing a Simple Message Flow In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

More information

D Fault Handling. Note: The solution for this chapter can be found in c:\po\solutions\apd

D Fault Handling. Note: The solution for this chapter can be found in c:\po\solutions\apd D Fault Handling D.1 Introduction Note: The solution for this chapter can be found in c:\po\solutions\apd To run this solution, you must have completed labs in chapter 9. Alternatively you can follow the

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Using Oracle Eloqua Cloud Adapter Release 12.2.1.1.0 E73562-01 June 2016 Oracle Fusion Middleware Using Oracle Eloqua Cloud Adapter, Release 12.2.1.1.0 E73562-01 Copyright 2015,

More information

Oracle SOA Suite 12c : Build Composite Applications

Oracle SOA Suite 12c : Build Composite Applications Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle SOA Suite 12c : Build Composite Applications Duration: 5 Days What you will learn This course teaches you to design and develop

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Using Oracle Eloqua Cloud Adapter Release 12.2.1.3.0 E83336-02 July 2017 Documentation for Oracle Service-Oriented Architecture (SOA) developers that describes how to use the Oracle

More information

Enterprise Integration

Enterprise Integration Departamento de Engenharia Informática Enterprise Integration BPEL Tutorial IE 2016 In this tutorial, we shall create a simple BPEL process in JDeveloper 11g, deploy and test the SOA application. 1. Open

More information

Oracle SOA Suite/BPM Suite VirtualBox Appliance. Introduction and Readme

Oracle SOA Suite/BPM Suite VirtualBox Appliance. Introduction and Readme Oracle SOA Suite/BPM Suite VirtualBox Appliance Introduction and Readme Table of Contents 1 VirtualBox Appliance...3 1.1 Installed Software... 3 1.2 Settings... 4 1.3 User IDs... 4 1.4 Domain Configurations...

More information

Oracle SOA Suite 12c: Build Composite Applications. About this course. Course type Essentials. Duration 5 Days

Oracle SOA Suite 12c: Build Composite Applications. About this course. Course type Essentials. Duration 5 Days Oracle SOA Suite 12c: Build Composite Applications About this course Course type Essentials Course code OC12GSOABCA Duration 5 Days This Oracle SOA Suite 12c: Build Composite Applications training teaches

More information

Enterprise Integration

Enterprise Integration Departamento de Engenharia Informática Enterprise Integration Asynchronous BPEL process Tutorial IE 2016 In this tutorial, we shall create an asynchronous BPEL process in JDeveloper 11g, deploy and test

More information

Departamento de Engenharia Informática. Systems Integration. SOA Adapters Tutorial. 1. Open SQL*Plus in order to run SQL commands.

Departamento de Engenharia Informática. Systems Integration. SOA Adapters Tutorial. 1. Open SQL*Plus in order to run SQL commands. Departamento de Engenharia Informática Systems Integration SOA Adapters Tutorial IE 2016 In this tutorial, we shall create a BPEL process that uses two adapters, namely the file adapter and database adapter.

More information

Build Mobile Apps for Oracle E-Business Suite with Oracle Mobile Platform Part 2

Build Mobile Apps for Oracle E-Business Suite with Oracle Mobile Platform Part 2 Build Mobile Apps for Oracle E-Business Suite with Oracle Mobile Platform Part 2 Bruce Bailey Principal Mobile / Social Solutions Consultant Srikant Subramaniam Director, FMW Product Management, AppAdvantage

More information

Oracle SOA Suite 11g: Essential Concepts

Oracle SOA Suite 11g: Essential Concepts Oracle SOA Suite 11g: Essential Concepts Volume 2 - Student Guide D58786GC10 Edition 1.0 August 2009 D61581 Authors Bijoy Choudhury Swarnapriya Shridhar Technical Contributors and Reviewers Cathy Lippert

More information

1Z Oracle SOA Suite 12c Essentials Exam Summary Syllabus Questions

1Z Oracle SOA Suite 12c Essentials Exam Summary Syllabus Questions 1Z0-434 Oracle SOA Suite 12c Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-434 Exam on Oracle SOA Suite 12c Essentials... 2 Oracle 1Z0-434 Certification Details:... 2

More information

Departamento de Engenharia Informática. Systems Integration. Web Services and BPEL Tutorial

Departamento de Engenharia Informática. Systems Integration. Web Services and BPEL Tutorial Departamento de Engenharia Informática Systems Integration Web Services and BPEL Tutorial IE 2016 In this tutorial, we shall create a Web service in Java that validates a credit card number. In addition,

More information

Oracle BPEL Tutorial

Oracle BPEL Tutorial Oracle BPEL Tutorial This exercise introduces you to the Business Process Execution (BPEL) language, the Oracle JDeveloper BPEL Designer and to the Oracle BPEL Process Manager engine. INSTALL JDEVELOPER

More information

1Z

1Z 1Z0-451 Passing Score: 800 Time Limit: 4 min Exam A QUESTION 1 What is true when implementing human reactions that are part of composite applications using the human task component in SOA 11g? A. The human

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower Configuration Guide SOAPMDP_Config_7.2.0 Copyright Copyright 2015 SOA Software, Inc. All rights

More information

Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter. An Oracle White Paper September 2008

Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter. An Oracle White Paper September 2008 Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter An Oracle White Paper September 2008 Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft

More information

Developing an ADF 11g client for Agile PLM. Developing an ADF 11g client for Agile PLM

Developing an ADF 11g client for Agile PLM. Developing an ADF 11g client for Agile PLM Table of Contents 1 LAB OVERVIEW... 3 2 GETTING STARTED... 4 2.1 Starting Oracle JDeveloper 11gR1... 4 3 CREATE THE ADF CLIENT... 5 3.1 Create the ADF Application... 5 3.2 Create the Web Service Data Control...

More information

Oracle Fusion Middleware. Using Ariba Adapter Release 12c ( ) E

Oracle Fusion Middleware. Using Ariba Adapter Release 12c ( ) E Oracle Fusion Middleware Using Ariba Adapter Release 12c (12.2.1.2.0) E83386-01 March 2017 Oracle Fusion Middleware Using Ariba Adapter, Release 12.2.1.2.0 E78048-01 Copyright 2016 Oracle and/or its affiliates.

More information

Vendor: Oracle. Exam Code: 1Z Exam Name: Oracle SOA Suite 12c Essentials. Version: Demo

Vendor: Oracle. Exam Code: 1Z Exam Name: Oracle SOA Suite 12c Essentials. Version: Demo Vendor: Oracle Exam Code: 1Z0-434 Exam Name: Oracle SOA Suite 12c Essentials Version: Demo QUESTION 1 Which Oracle Event Processing (OEP) data cartridge should you use to track the GPS location of buses

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Administering Web Services 12c (12.1.2) E28131-01 June 2013 Documentation for developers and administrators that describes how to administer Web services. Oracle Fusion Middleware

More information

FCUBS Process Flow Deployment Oracle FLEXCUBE Universal Banking Release [December] [2017]

FCUBS Process Flow Deployment Oracle FLEXCUBE Universal Banking Release [December] [2017] FCUBS Process Flow Deployment Oracle FLEXCUBE Universal Banking Release 14.0.0.0.0 [December] [2017] FCUBS Process Flow Deployment Page 1 of 66 Table of Contents 1. INTRODUCTION... 3 1.1 BACKGROUND...

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Using Ariba Adapter Release 12c (12.2.1.3.0) E88147-01 June 2017 Contents 1-1 Oracle Fusion Middleware Using Ariba Adapter, Release 12.2.1.3.0 E88147-01 Copyright 2017 Oracle and/or

More information

Lab 1 - Getting started with OIM 11g

Lab 1 - Getting started with OIM 11g Lab 1 - Getting started with OIM 11g Contents Lab 1 - Getting started with OIM 11g... 1 1. Introduction... 1 2. Contents... 3 2.1 VM Accessibility... 3 2.2 Understand directory structures... 4 2.3 Database

More information

Oracle Exam 1z0-478 Oracle SOA Suite 11g Certified Implementation Specialist Version: 7.4 [ Total Questions: 75 ]

Oracle Exam 1z0-478 Oracle SOA Suite 11g Certified Implementation Specialist Version: 7.4 [ Total Questions: 75 ] s@lm@n Oracle Exam 1z0-478 Oracle SOA Suite 11g Certified Implementation Specialist Version: 7.4 [ Total Questions: 75 ] Question No : 1 Identify the statement that describes an ESB. A. An ESB provides

More information

Testpassport.

Testpassport. Testpassport http://www.testpassport.cn Exam : 1Z0-478 Title : Oracle SOA Suite 11g Essentials Version : Demo 1 / 7 1.You have modeled a composite with a one-way Mediator component that is exposed via

More information

Exam : 1Z Title : Oracle SOA Foundation Practitioner. Version : Demo

Exam : 1Z Title : Oracle SOA Foundation Practitioner. Version : Demo Exam : 1Z1-451 Title : Oracle SOA Foundation Practitioner Version : Demo 1.What is true when implementing human reactions that are part of composite applications using the human task component in SOA 11g?

More information

Exam Questions 1z0-451

Exam Questions 1z0-451 Exam Questions 1z0-451 Oracle SOA Foundation Practitioner https://www.2passeasy.com/dumps/1z0-451/ 1.What is true when implementing human reactions that are part of composite applications using the human

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Healthcare Integration User s Guide for Oracle SOA Suite 11g Release 1 (11.1.1.5.0 Feature Pack) E23486-01 September 2011 Oracle Fusion Middleware Healthcare Integration User's

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Application Testing Suite Lab Session S318966 Oracle Enterprise Manager 11g Application Testing Suite 9.1 Hands on Lab Introduction to

More information

Oracle SOA Suite VirtualBox Appliance. Introduction and Readme

Oracle SOA Suite VirtualBox Appliance. Introduction and Readme Oracle SOA Suite 12.2.1.3.0 VirtualBox Introduction and Readme December 2017 Table of Contents 1 VirtualBox... 3 1.1 Installed Software... 3 1.2 Settings... 4 1.3 User IDs... 4 1.4 Domain Configurations...

More information

JDK 1.6 update 11 from You must use Java 1.6 update 11. Update 12 does not work with SOA 11g

JDK 1.6 update 11 from  You must use Java 1.6 update 11. Update 12 does not work with SOA 11g INSTALLATION JDEVELOPER 11G WITH SOA 11G PRE-REQUISITES BEFORE YOU BEGIN INSTALLATION DOWNLOAD FILES server103_win32.exe (WLS10_10.3.1_GENERIC_090417.1211248.LOAD16F) jdevstudio11111install.jar (JDEVADF_11.1.1.1.0_GENERIC_090421.1521.5361)

More information

VMware AirWatch: Directory and Certificate Authority

VMware AirWatch: Directory and Certificate Authority Table of Contents Lab Overview - HOL-1857-06-UEM - VMware AirWatch: Directory and Certificate Authority Integration... 2 Lab Guidance... 3 Module 1 - Advanced AirWatch Configuration, AD Integration/Certificates

More information

BEAAquaLogic Enterprise Repository. Automation for Web Services Guide

BEAAquaLogic Enterprise Repository. Automation for Web Services Guide BEAAquaLogic Enterprise Repository Automation for Web Services Guide Version 3.0. RP1 Revised: February, 2008 Table of Contents Overview System Settings Properties for Managing WSDL- and UDDI-Related

More information

Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written.

Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written. Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Peter Koletzke Technical Director & Principal Instructor Co-author: Duncan Mills, Oracle Moral Don t get

More information

Oracle Identity Governance 11g R2 PS1 - Creating a Parallel Approval Process

Oracle Identity Governance 11g R2 PS1 - Creating a Parallel Approval Process Oracle Identity Governance 11g R2 PS1 - Creating a Parallel Approval Process Overview Effective 06/05/12 Page 1 of 97 Rev 1 Overview of Creating a Parallel Approval Processes In this tutorial, you learn

More information

B. By not making any configuration changes because, by default, the adapter reads input files in ascending order of their lastmodifiedtime.

B. By not making any configuration changes because, by default, the adapter reads input files in ascending order of their lastmodifiedtime. Volume: 75 Questions Question No : 1 You have modeled a composite with a one-way Mediator component that is exposed via an inbound file adapter service. How do you configure the inbound file adapter to

More information

FCUBS Process Flow Deployment Oracle FLEXCUBE Universal Banking Release [May] [2017]

FCUBS Process Flow Deployment Oracle FLEXCUBE Universal Banking Release [May] [2017] FCUBS Process Flow Deployment Oracle FLEXCUBE Universal Banking Release 12.4.0.0.0 [May] [2017] FCUBS Process Flow Deployment Page 1 of 64 Table of Contents 1. INTRODUCTION... 3 1.1 BACKGROUND... 3 1.2

More information

8 Adding Fulfillment. 8.1 Introduction. Section 8.1 Adding Fulfillment 8-1

8 Adding Fulfillment. 8.1 Introduction. Section 8.1 Adding Fulfillment 8-1 8 Adding Fulfillment 8.1 Introduction... 1 8.2 Designing the flow... 2 8.3 Add a BPEL Process and a Business Rule... 2 8.4 Define the Business Rule... 4 8.5 Define the BPEL Process... 9 8.6 Invoke FulfillmentProcess...10

More information

OIG 11G R2 Field Enablement Training

OIG 11G R2 Field Enablement Training OIG 11G R2 Field Enablement Training Lab 20 - Notification Lab Disclaimer: The Virtual Machine Image and other software are provided for use only during the workshop. Please note that you are responsible

More information

ActiveVOS Fundamentals

ActiveVOS Fundamentals Lab #8 Page 1 of 9 - ActiveVOS Fundamentals ActiveVOS Fundamentals Lab #8 Process Orchestration Lab #8 Page 2 of 9 - ActiveVOS Fundamentals Lab Plan In this lab we will build a basic sales order type of

More information

Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written.

Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written. Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Peter Koletzke Technical Director & Principal Instructor Co-author: Duncan Mills, Oracle Moral Don t get

More information

IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop

IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop IBM IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop Lab Exercises Contents LAB 1 BUILD-FROM-SCRATCH LAB - PART 1... 4 1.1 START LOMBARDI AUTHORING ENVIRONMENT... 4 1.1.1 START THE

More information

ebusiness Suite goes SOA

ebusiness Suite goes SOA ebusiness Suite goes SOA Ulrich Janke Oracle Consulting Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.2 February 2008 Contents 1. Introduction Introduction............................................................ 1-1 2. Setting

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Application Adapter for PeopleSoft User's Guide for Oracle WebLogic Server 11g Release 1 (11.1.1.4.0) E17055-04 April 2011 Oracle Fusion Middleware Application Adapter for PeopleSoft

More information

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide 2018 Amazon AppStream 2.0: SOLIDWORKS Deployment Guide Build an Amazon AppStream 2.0 environment to stream SOLIDWORKS to your users June 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide describes

More information

Oracle Retail Accelerators for WebLogic Server 11g

Oracle Retail Accelerators for WebLogic Server 11g Oracle Retail Accelerators for WebLogic Server 11g Micro-Applications Development Tutorial October 2010 Note: The following is intended to outline our general product direction. It is intended for information

More information

EUSurvey OSS Installation Guide

EUSurvey OSS Installation Guide Prerequisites... 2 Tools... 2 Java 7 SDK... 2 MySQL 5.6 DB and Client (Workbench)... 4 Tomcat 7... 8 Spring Tool Suite... 11 Knowledge... 12 Control System Services... 12 Prepare the Database... 14 Create

More information

Don t get it right, just get it written.

Don t get it right, just get it written. Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Peter Koletzke Technical Director & Principal Instructor (coauthored by Duncan Mills, Oracle) Moral Don t

More information

Tutorial 6 : Receiving Siebel Integration Object through the Oracle AS Adapter

Tutorial 6 : Receiving Siebel Integration Object through the Oracle AS Adapter Reference: 2005/04/26 Adapter Tutorial Tutorial 6 : Receiving Siebel Integration Object through the Oracle AS Adapter The Oracle AS Adapter for Siebel exposes the Siebel events - Integration Objects as

More information

Build the application using Rational Build Forge

Build the application using Rational Build Forge Build the application using Rational Build Forge In this lab, as the Build Engineer, you will run a formal build of Release 2.0 of the RatlBankWeb application. After the build completes, you will be able

More information

Oracle WebLogic and SOA Management with Oracle Enterprise Manager 12c

Oracle WebLogic and SOA Management with Oracle Enterprise Manager 12c Oracle WebLogic and SOA Management with Oracle Enterprise Manager 12c Page 1 of 68 WebLogic & SOA Management Hands-On Lab Lab Overview Objective: The objective of this lab is to provide exercises designed

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

Customizing Oracle Identity Governance: Populating Request Attributes

Customizing Oracle Identity Governance: Populating Request Attributes Customizing Oracle Identity Governance: Populating Request Attributes Page 1 of 29 Customizing Oracle Identity Governance : Populating Request Attributes Overview When creating requests for application

More information

Quick Start Guide for Oracle SOA Suite 11gR1 ( )

Quick Start Guide for Oracle SOA Suite 11gR1 ( ) Quick Start Guide for Oracle SOA Suite 11gR1 (11.1.1.5.0) Version 1.3 May 2012 Table of Contents Introduction to Oracle SOA Suite... 3 Installing Oracle SOA Suite... 4 INTRODUCTION... 4 WHAT YOU WILL NEED

More information

R9.7 erwin License Server:

R9.7 erwin License Server: R9.7 erwin License Server: Installation and Setup This is a quick guide to setting-up a erwin DM License Server. NOTES: - Concurrent licensing is available for only erwin r8.2 and later releases! - Concurrent

More information

ForeScout Extended Module for MobileIron

ForeScout Extended Module for MobileIron Version 1.8 Table of Contents About MobileIron Integration... 4 Additional MobileIron Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

ForeScout Open Integration Module: Data Exchange Plugin

ForeScout Open Integration Module: Data Exchange Plugin ForeScout Open Integration Module: Data Exchange Plugin Version 3.2.0 Table of Contents About the Data Exchange Plugin... 4 Requirements... 4 CounterACT Software Requirements... 4 Connectivity Requirements...

More information

Table of Contents. VMware AirWatch: Technology Partner Integration

Table of Contents. VMware AirWatch: Technology Partner Integration Table of Contents Lab Overview - HOL-1857-08-UEM - Workspace ONE UEM - Technology Partner Integration... 2 Lab Guidance... 3 Module 1 - F5 Integration with Workspace ONE UEM (30 min)... 9 Introduction...

More information

Java CAPS Creating a Simple Web Service from a JCD

Java CAPS Creating a Simple Web Service from a JCD Java CAPS 5.1.3 Creating a Simple Web Service from a JCD Introduction Holger Paffrath, August 2008 This tutorial shows you how to create an XML Schema definition to define the layout of your web service

More information

Table of Contents HOL-1757-MBL-6

Table of Contents HOL-1757-MBL-6 Table of Contents Lab Overview - - VMware AirWatch: Technology Partner Integration... 2 Lab Guidance... 3 Module 1 - F5 Integration with AirWatch (30 min)... 8 Getting Started... 9 F5 BigIP Configuration...

More information

Configuring an IMAP4 or POP3 Journal Account for Microsoft Exchange Server 2003

Configuring an IMAP4 or POP3 Journal Account for Microsoft Exchange Server 2003 Configuring an IMAP4 or POP3 Journal Account for Microsoft Exchange Server 2003 This article refers to Microsoft Exchange Server 2003. As of April 8, 2014, Microsoft no longer issues security updates for

More information

Contents Upgrading BFInventory iii

Contents Upgrading BFInventory iii Upgrading ii Upgrading Contents Upgrading.............. 1 Upgrading to IBM Tivoli Endpoint Manager for Software Use Analysis version 2.0....... 1 Planning and preparing for the upgrade.... 2 Installing

More information

SOA Software Intermediary for Microsoft : Install Guide

SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft Install Guide SOAIM_60 August 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks

More information

Step 1: Adding Darwin to your computer

Step 1: Adding Darwin to your computer Step 1: Adding Darwin to your computer You MUST be on GoucherWIFI. If you receive any network connection problems at any point, double-check your WIFI connection. Remove/Move GoucherGuest and GoucherMultimedia

More information

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902 Workspace ONE UEM Certificate Authentication for EAS with ADCS VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

X100 ARCHITECTURE REFERENCES:

X100 ARCHITECTURE REFERENCES: UNION SYSTEMS GLOBAL This guide is designed to provide you with an highlevel overview of some of the key points of the Oracle Fusion Middleware Forms Services architecture, a component of the Oracle Fusion

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

The End of the Beginning: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written.

The End of the Beginning: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written. The End of the Beginning: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Peter Koletzke Technical Director & Principal Instructor Co-author: Duncan Mills, Oracle Moral Don t

More information

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image Inserting Image To make your page more striking visually you can add images. There are three ways of loading images, one from your computer as you edit the page or you can preload them in an image library

More information

<Insert Picture Here> JDeveloper Treasure Hunt

<Insert Picture Here> JDeveloper Treasure Hunt JDeveloper Treasure Hunt Shay Shmeltzer Principal Product Manager Oracle Fusion Middleware Agenda Did you know that in JDeveloper you can. Day to Day Work Afraid

More information

Oracle 1Z Oracle SOA Foundation Practitioner.

Oracle 1Z Oracle SOA Foundation Practitioner. Oracle Oracle SOA Foundation Practitioner http://killexams.com/exam-detail/ True - A SOA domain can be created using the WLS domain configuration wizard. QUESTION: 112 What types of pipelines are supported

More information

Oracle Entitlements Server 11gR2 Integration Guide Published: May 2013

Oracle Entitlements Server 11gR2 Integration Guide Published: May 2013 Oracle Entitlements Server 11gR2 Integration Guide Published: May 2013 Applies To Oracle API Gateway v11.1.2.x Contents Introduction Prerequisites Integration Configuration Steps OES Configuration: Step

More information

Oracle Identity Manager 11gR2-PS2 Hands-on Workshop Tech Deep Dive Upgrade

Oracle Identity Manager 11gR2-PS2 Hands-on Workshop Tech Deep Dive Upgrade Oracle Identity Manager 11gR2-PS2 Hands-on Workshop Tech Deep Dive Upgrade atul.goyal@oracle.com Principal Product Manager, Oracle Identity Governance This document is for informational

More information

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Table of Contents Lab Overview - HOL-1857-03-UEM - Workspace ONE UEM with App & Access Management... 2 Lab Guidance... 3 Module 1 - Workspace

More information

CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE FEBRUARY 2019 PRINTED 26 FEBRUARY 2019 CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Purpose Audience

More information

DEPLOYMENT GUIDE Version 1.0. Deploying F5 with Oracle Fusion Middleware WebCenter 11gR1

DEPLOYMENT GUIDE Version 1.0. Deploying F5 with Oracle Fusion Middleware WebCenter 11gR1 DEPLOYMENT GUIDE Version 1.0 Deploying F5 with Oracle Fusion Middleware WebCenter 11gR1 Introducing the F5 and Oracle WebCenter configuration Welcome to the F5 and Oracle WebCenter deployment guide. This

More information

VMware AirWatch Integration with RSA PKI Guide

VMware AirWatch Integration with RSA PKI Guide VMware AirWatch Integration with RSA PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Amazon WorkSpaces Application Manager. Administration Guide

Amazon WorkSpaces Application Manager. Administration Guide Amazon WorkSpaces Application Manager Administration Guide Manager: Administration Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade

More information