Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Size: px
Start display at page:

Download "Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13"

Transcription

1 1

2 Roadmap Dave Bain PeopleSoft Product Management 2

3 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 3

4 Program Agenda Integration Broker Value Proposition RESTful Services Integration Network Integration Workcenter Integration Broker 8.52/8.53 Future Q&A 4

5 Connecting PeopleSoft Applications Fusion Apps/ Fusion Middleware PeopleSoft to PeopleSoft Integrations Integration Broker Web Services SOAP/ REST Integration Broker is technology to integrate with PeopleSoft Applications Service Definitions Pub/Sub Services Integration Gateway 3 rd Party Integrations 5

6 Integration Gateway External Systems http PeopleSoft Listening Connector G a t e w a y HTTP Web Service PSFT 8.1 Custom JMS REST Listening Connectors App Mobil e UI ESB jolt PeopleSoft Target Connector M a n a g e r HTTP SMTP PSFT 8.1 FTP JMS File Target Connectors Custom SFTP XML FTP 6

7 Integration Gateway http PeopleSoft Listening Connector G a t e w a y PeopleSoft Target Connector jolt jolt PeopleSoft Target Connector M a n a g e r PeopleSoft Listening Connector http 7

8 Connecting PeopleSoft Applications Continue to Invest in Integration Technology to Provide the Best Standards Based Integration for PeopleSoft Applications Increase Developer/Administrator Productivity Improve Performance and Stability Add More Integration Options Ongoing Compliance with Standards 8

9 RESTful Web Services 9

10 RESTful Services Representative State Transfer is an architectural style that follows four principles Use HTTP methods for operations (get, post, put, delete) Stateless thus a representation Can be located via a uniform resource identifier, typically in the form of a directory structure Transfers JSON or XML Adopted by Yahoo, Facebook and Google Generally considered easier to use 10

11 RESTful Services RESTful services are Defined as a Service type in Integration Broker Alternative to WSDL/SOAP based web services Support for HTTP Based operations (post, get, put, delete, head) Supported type JSON, XML, HTTP, Text Gives developers more options one that is being heavily adopted Easier to build/use expect gains in developer productivity 11

12 Documents Meta data that defines structured data Reference binding to XML schema or PeopleSoft record Package.Document.Version naming standard Structure composed of elements: primitives, compounds (document), and collections (of primitive or compounds). Rich name or index based PeopleCode API or stick with rowset 12

13 Document Structure Create a Document from XML/XSD Record Definition JSON By Hand 13

14 Document Tester Populate the Document structure with test data Generate XML JSON PeopleCode Mix and match... JSON and PeopleCode are 8.53 only 14

15 Documents (continued) Provide a light-weight structural specification that describes any XML Document Great reuse with compound documents Single programming api for the document definition Support mapping to different physical types Insulation from change to physical layer Support for XML, namespaces, attributes, non-rowset structures. Easy construction or generation of Documents (create from xsd, wsdl, or record) Managed object in PeopleTools 15

16 Building a RESTful Service RESTful or Non-RESTful Defined at the Service, not Service Operation Cannot be changed once created 16

17 Release 8.52 Enhancements Building a RESTful Service Distinguish between provider and consumer Use Web Access Descriptive Language (WADL) not Web Service Descriptive Language (WSDL) Rest Method is an HTTP method, not Service Operation 17

18 Building a RESTful Service Service Operation defines REST Method Security Authentication Type 18

19 RESTful Service Rest Base URL + URI: 19

20 In this example, the URL to call the service is one of these:

21 URI Template Builder Simplifies the process of creating one or more URIs Expression builder Follows standards Validate to see results New in PeopleTools

22 Release 8.52 Enhancements REST Content Type Supports all standard content types JSON XML HTML Plain text 22

23 From this: Integration Broker RESTful Service <?xml version="1.0"?> <soapenv:envelope xmlns:soapenc=" xmlns:soapenv=" xmlns:wsa=" xmlns:xsd=" xmlns:xsi=" <soapenv:header xmlns:soapenv=" <wsse:security soap:mustunderstand="1" xmlns:soap=" xmlns:wsse=" wss-wssecurity-secext-1.0.xsd"> <wsse:usernametoken wsu:id="usernametoken-1" xmlns:wsu=" <wsse:username>user</wsse:username> <wsse:password Type=" </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body xmlns:soapenv=" </soapenv:envelope> To this: 23

24 Restful Services PeopleTools 8.52 RESTful Services introduced Support for XML and plain text Simple URI support PeopleTools 8.53 Support for JSON directly from a document Generate PeopleCode from document Complex URI definition 24

25 Integration Network HCM FMS CRM Portal 25

26 Integration Network Problem Maintaining integrations at endpoints is very difficult There are a lot of administration difficulties with Integration Broker Bringing a new environment online Applying a patch in one system may impact another system Monitoring and debugging messages requires a lot of bouncing back and forth between systems Solution PeopleSoft Integration Network 26

27 Integration Network Two or more PeopleSoft applications Uses AppMessages to pass information between PeopleSoft applications Makes integration information from one application available in other applications Provides useful reports and utilities 27

28 Integration Network At least one application must be running PeopleTools 8.52 or above All applications that share a common Integration Gateway are considered part of the same Integration Network PeopleSoft applications accessed via remote gateways are supported 28

29 Integration Network Network Setup Identify the applications that are part of the Integration Network Auto-registration from local gateway in 8.53 Each application must have local keystore setup Network Node Registration (8.53) automatically registers nodes from a shared gateway 29

30 Integration Network Network Status Setup Identify number of days Show the diagnostics to be kept Propogate Auto Network Sync Identify Nodes 30

31 Integration Network Network Status Check the status of each application in the Integration Network from one place Drill into error details to see more information about status errors 31

32 Integration Network Network Monitor Check the monitor information from any application in the Integration Network Drill into the details and look at transaction information 32

33 Integration Network Transactional Tracker Track the details of a message on both the local sending and the remote receiving applications Eliminates the need to disconnect and log on to another system for transaction details Immediate insight, useful for debugging 33

34 Integration Network Bulk Change One time change to a set of nodes in the integration network Search based on node-type and other criteria 34

35 Integration Network Node Lockdown Preserve partial values on Node definitions when projects are applied Useful for migrating between development, testing and production environments 35

36 Integration Network Integration Group Arbitrary collection of one or more service or service operations May represent active services, customized services, custom services, service type, or other Created and delivered with maintenance bundles 36

37 Integration Network Introspection Looks at the group of integration points selected across the integration network Determines if the integrations are valid and operational Reports on any errors Will activate on request 37

38 Integration Network Active Integrations Given a node and an integration group this will list all the active integration points 38

39 Integration Workcenter 39

40 Workcenter Single landing page Assigned to users by role Simplifies navigation Provides most common links, components, reports 40

41 Integration Workcenter Configuration Administration Monitoring Utilities 41

42 Configuration Activity Guide Simplifies configuration process Keeps track of current step Completion of the activity guide completes setup 42

43 Recap of Integration Broker Release 8.52 HCM FMS CRM CS 43

44 Release 8.52 Enhancements Web Service Compliance WSDL 2.0 Compliance SOAP 1.2 Compliance Auto Sync Load Balancing Automatically checks availability at pre-determined intervals Will adjust load balancing based on actual availability Automate notification process Preliminary releases of RESTful Services, Integration Network and Integration Workcenter 44

45 Release 8.53 HCM FMS CRM CS 45

46 PeopleTools 8.53 Document Enhancements JSON support for documents Auto generate json structures RESTful Service URI Builder Integration Network Automatic registration Workcenter Configuration Activity Guide 46

47 PeopleTools 8.53 Connector Request is a PeopleCode API that issues a direct call to the HTTP Target Connector Better error handling with the Connector Request &Output = %IntBroker.ConnectorRequestURL (" 47

48 PeopleTools 8.53 JMS Listening Admin New Administration page that helps administer JMS integrations 48

49 PeopleTools 8.53 New Application Server Process PSIntServ Used by synchronous integration calls Identical to PSAppServer Prevents Integration Messages from using up all PSAppServ resources Configured in PSAdmin 49

50 PeopleTools 8.53 Maximum Segments Global setting for the maximum number of segments for a message Prevents very large messages from processing Used in the Configuration Workbench 50

51 PeopleTools 8.53 XSLT Builder New XSLT Transformation Page 51

52 What s Next? Continue to improve the services interface Integration network taken to the point of a virtual administrative console Build support for mobile user interfaces from within the RESTful framework Continue with the common themes 52

53 PeopleTools Sessions of Interest Wednesday Time Title Session Location 10:15 PeopleTools Roadmap: Integration Broker CON9189 MW Understanding PeopleSoft Maintenance Tools & How They Fit Together CON9193 MW /4 11:45 Taking Advantage of PeopleTools New Search Features CON9208 MW :15 PeopleTools Developer: Tips & Techniques CON9185 MW PeopleTools Roadmap: Platforms CON9203 MW :30 Case Study: Delivering a Ground-Breaking User Interface with PeopleTools CON9186 MW PeopleTools 8.53 Experiences - Panel Discussion CON9198 MW PSFT Update Manager Hands on Lab #1 (2.5 hours) HOL10460 Marriott - Nob Hill A/B 5:00 PeopleTools Product Team Panel Discussion CON9200 MW

54 PeopleTools Sessions of Interest Thursday Time Title Session Location 11:15 Using the Integration Network to Build, Test, & Debug Your Integrations CON9194 MW PeopleTools Developer: A Guide to Properly Enhancing PSFT Applications CON9197 MW PeopleSoft Update Manager Hands on Lab #2 (2.5 hours) HOL10460 Marriott Nob Hill A/B Meet the PeopleSoft PeopleTools Experts MTE9652 MW 2001A 12:45 Management of Oracle PeopleSoft with Oracle Enterprise Manager CON9055 MW

55 Get Connected and Win a Prize! PeopleSoft Fact of the Day Oracle OpenWorld Giveaway Follow PeopleSoft on Twitter (@PeopleSoft_Info) Everyday, Learn the Fact of the Day If Asked, Share the Fact of the Day Win a Prize! You Could Be Asked At Any PeopleSoft Oracle OpenWorld Session 55 Official Rules Available Upon Request

56 ORACLE PRODUCT LOGO QUESTIONS AND ANSWERS 56

57 Learn More PeopleSoft Information Development Resources Information Portal Hosted & Mobile PeopleBooks Doc Home Pages and Enterprise Integration Point Maps Transfer of Information (TOIs) Cumulative Feature Overview & Upgrade Resource Report Tools Business Process Maps & Entity Relationship Diagrams 57 click on images for more information

58 Learn More PeopleSoft Information Development Resources Video Feature Overviews PeopleSoft Apps Strategy Blogs Oracle Learning Library Twitter Fit Gap UPK YouTube 58 click images for more information

59 Graphic Section Divider 59

60 60

61 61

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 PeopleTools Developer: PeopleTools 8.53 in Action Christine Libby FSCM Architect Russell Broom HCM Architect 2 The following is intended to outline our general product direction. It is intended for information

More information

<Insert Picture Here> Making the Most of PeopleSoft Query

<Insert Picture Here> Making the Most of PeopleSoft Query Making the Most of PeopleSoft Query Brent Mohl Applications Technology The following is intended to outline our general product direction. It is intended for information purposes

More information

PeopleSoft Integration Tools II Rel 8.53

PeopleSoft Integration Tools II Rel 8.53 PeopleSoft Integration Tools II Rel 8.53 Duration: 4 Days What you will learn PeopleSoft Integration Tools II expands on the skills acquired in PeopleSoft Integration Tools I. In this 4-day course, you

More information

myinsight for Documentum myinsight Web Services User Guide

myinsight for Documentum myinsight Web Services User Guide myinsight for Documentum myinsight Web Services User Guide Contents 1. Version History... 3 2. Product... 4 3. Webservice Introduction... 6 3.1. REST End Points... 6 3.2. SOAP End Points...6 4. Authorization...

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights Web Services and SOA Integration Options for Oracle E-Business Suite Rajesh Ghosh, Group Manager, Applications Technology Group Abhishek Verma,

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Oracle SOA Tips & Tricks. Ahmed Aboulnaga Technical Director Raastech

Oracle SOA Tips & Tricks. Ahmed Aboulnaga Technical Director Raastech Oracle SOA Tips & Tricks Ahmed Aboulnaga Technical Director Raastech About Raastech Systems integrator founded in 2009 Headquartered in the Washington DC area Specializes in Oracle Fusion Middleware Oracle

More information

PeopleTools 8.54: Integration Broker Testing Utilities and Tools

PeopleTools 8.54: Integration Broker Testing Utilities and Tools PeopleTools 8.54: Integration Broker Testing Utilities and Tools November 2016 PeopleTools 8.54: Integration Broker Testing Utilities and Tools CDSKU Copyright 1988, 2016, Oracle and/or its affiliates.

More information

Integrating your CX, ERP and HCM Clouds with your On-premises Applications CON7012

Integrating your CX, ERP and HCM Clouds with your On-premises Applications CON7012 OpenWorld 2016 Integrating your CX, ERP and HCM Clouds with your On-premises Applications CON7012 Rajesh Kalra, Sr. Principal Product Manager, Oracle Ravi Sankaran, Sr. Director, Oracle Cloud Integration

More information

DocuSign Information Guide. Send On Behalf Of Functionality. Overview. Table of Contents

DocuSign Information Guide. Send On Behalf Of Functionality. Overview. Table of Contents DocuSign Information Guide Send On Behalf Of Functionality Overview The DocuSign Send On Behalf Of functionality permits automated sending through the DocuSign API by an integrated sender on behalf of

More information

PeopleTools 8.56: Integration Broker Testing Utilities and Tools

PeopleTools 8.56: Integration Broker Testing Utilities and Tools PeopleTools 8.56: Integration Broker Testing Utilities and Tools June 2017 PeopleTools 8.56: Integration Broker Testing Utilities and Tools Copyright 1988, 2017, Oracle and/or its affiliates. All rights

More information

Implementing WS-Security on TPF

Implementing WS-Security on TPF z/tpf EE V1.1 z/tpfdf V1.1 TPF Toolkit for WebSphere Studio V3 TPF Operations Server V1.2 IBM Software Group TPF Users Group Autumn 2006 Implementing WS-Security on TPF Name: Bill Cousins Venue: Distributed

More information

Oracle APEX 18.1 New Features

Oracle APEX 18.1 New Features Oracle APEX 18.1 New Features May, 2018 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2013, Oracle and/or its affiliates. All rights Creating Custom PDF reports with APEX 4.2.2 Marc Sewtz Senior Software Development Manager Oracle USA Inc. New York, NY 2 Copyright 2013, Oracle

More information

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle WebCenter Portal and ADF Development Richard Maldonado Principal Product Manager 2 Copyright 2012, Oracle and/or its affiliates.

More information

SafetyNet Web Services

SafetyNet Web Services SafetyNet Web Services Application Program Interface (API) Reference Document November 11, 2017 Copyright 2014-2017 Predictive Solutions, Inc. All rights reserved. Table of Contents Revision History...

More information

Secured ecollege Web Services Working with Web Services Security

Secured ecollege Web Services Working with Web Services Security ECOLLEGE Secured ecollege Web Services Working with Web Services Security VERSION 1.0 Revision History... 3 Introduction... 4 Definition... 4 Overview... 4 Authenticating SOAP Requests... 5 Securing the

More information

IUID Registry Application Programming Interface (API) Version Software User s Manual (SUM)

IUID Registry Application Programming Interface (API) Version Software User s Manual (SUM) IUID Registry Application Programming Interface (API) Version 5.11 Software User s Manual (SUM) Document Version 5.11 January 04, 2016 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Safe Harbour THE FOLLOWING IS INTENDED TO OUTLINE OUR GENERAL PRODUCT DIRECTION. IT IS INTENDED FOR INFORMATION PURPOSES ONLY, AND MAY NOT BE INCORPORATED INTO ANY CONTRACT. IT IS NOT A COMMITMENT TO

More information

CRM On Demand. Oracle CRM On Demand CTI Developer s Guide

CRM On Demand. Oracle CRM On Demand CTI Developer s Guide CRM On Demand Oracle CRM On Demand CTI Developer s Guide Release 37 August 2018 Copyright 2005, 2018 Oracle. All rights reserved. This software and related documentation are provided under a license agreement

More information

Enterprise PeopleTools 8.50 PeopleBook: Feed Publishing Framework

Enterprise PeopleTools 8.50 PeopleBook: Feed Publishing Framework Enterprise PeopleTools 8.50 PeopleBook: Feed Publishing Framework September 2009 Enterprise PeopleTools 8.50 PeopleBook: Feed Publishing Framework SKU pt850pbr0 Copyright 1988, 2009, Oracle and/or its

More information

Connecting your Microservices and Cloud Services with Oracle Integration CON7348

Connecting your Microservices and Cloud Services with Oracle Integration CON7348 Connecting your Microservices and Cloud Services with Oracle Integration CON7348 Robert Wunderlich Sr. Principal Product Manager September 19, 2016 Copyright 2016, Oracle and/or its affiliates. All rights

More information

Test Concepts and Technologies

Test Concepts and Technologies Test Concepts and Technologies May 18th 2015 Scott Davis & Dennis Behm Dennis.Behm@de.ibm.com SDAVIS@de.ibm.com 2015 IBM Corporation Testing in DevOps. Automated Testing Test Bucket xunit Component Testing

More information

Oracle Policy Automation The modern enterprise advice platform

Oracle Policy Automation The modern enterprise advice platform Oracle Policy Automation The modern enterprise advice platform Release features and benefits (November 2017) v1.01 Program agenda 1 2 3 Overview of Oracle Policy Automation New features in release For

More information

Oracle EXAM - 1Z Oracle Application Integration Architecture 11g Essentials. Buy Full Product.

Oracle EXAM - 1Z Oracle Application Integration Architecture 11g Essentials. Buy Full Product. Oracle EXAM - 1Z0-543 Oracle Application Integration Architecture 11g Essentials Buy Full Product http://www.examskey.com/1z0-543.html Examskey Oracle 1Z0-543 exam demo product is here for you to test

More information

Oracle Enterprise Data Quality - Roadmap

Oracle Enterprise Data Quality - Roadmap Oracle Enterprise Data Quality - Roadmap Mike Matthews Martin Boyd Director, Product Management Senior Director, Product Strategy Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle

More information

This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in

This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release,

More information

PeopleSoft Applications Portal and WorkCenter Pages

PeopleSoft Applications Portal and WorkCenter Pages An Oracle White Paper April, 2011 PeopleSoft Applications Portal and WorkCenter Pages Creating a Compelling User Experience Introduction... 3 Creating a Better User Experience... 4 User Experience Possibilities...

More information

EIP Software Development Kit Guide

EIP Software Development Kit Guide EIP Software Development Kit Guide EIP Software Development Kit Guide Contents EIP Software Development Kit Guide 2 Commercial In Confidence 3 Preface Information 4 Overview 5 Summary 5 License 5 Assumptions

More information

PeopleTools 8.56: Documents Technology

PeopleTools 8.56: Documents Technology PeopleTools 8.56: Documents Technology June 2017 PeopleTools 8.56: Documents Technology This software and related documentation are provided under a license agreement containing restrictions on use and

More information

Goal: Offer practical information to help the architecture evaluation of an SOA system. Evaluating a Service-Oriented Architecture

Goal: Offer practical information to help the architecture evaluation of an SOA system. Evaluating a Service-Oriented Architecture Evaluating a Service-Oriented Architecture Paulo Merson, SEI with Phil Bianco, SEI Rick Kotermanski, Summa Technologies May 2007 Goal: Offer practical information to help the architecture evaluation of

More information

CA SiteMinder Web Services Security

CA SiteMinder Web Services Security CA SiteMinder Web Services Security Policy Configuration Guide 12.52 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Oracle Cumulative Change Report PeopleTools 8.52 to 8.54 row# Product(s) Feature Version

Oracle Cumulative Change Report PeopleTools 8.52 to 8.54 row# Product(s) Feature Version 1 BI Publisher 2 3 4 5 6 7 Crystal Reports for PeopleSoft 8 Cube Builder 9 10 11 Documents Technology Prior to PeopleTools 8.53, BI Publisher report output to Microsoft Excel used an MHTML (Single file

More information

<Insert Picture Here> The Oracle Fusion Development Platform: Oracle JDeveloper and Oracle ADF Overview

<Insert Picture Here> The Oracle Fusion Development Platform: Oracle JDeveloper and Oracle ADF Overview 1 1 The Oracle Fusion Development Platform: Oracle JDeveloper and Oracle ADF Overview Dana Singleterry Principal Product Manager Oracle JDeveloper and Oracle ADF http://blogs.oracle.com/dana

More information

Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services

Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services September 2009 Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services SKU pt850pbr0 Copyright 1988, 2009, Oracle and/or its affiliates.

More information

Introduction to Worklight Integration IBM Corporation

Introduction to Worklight Integration IBM Corporation Introduction to Worklight Integration Agenda IBM Mobile Foundation Introduction to Worklight How to Integrate Worklight Adapters WebAPI HTTP & SOAP Database (SQL) WebSphere Message Broker Cast Iron 2 IBM

More information

Oracle WebCenter Interaction: Roadmap for BEA AquaLogic User Interaction. Ajay Gandhi Sr. Director of Product Management Enterprise 2.

Oracle WebCenter Interaction: Roadmap for BEA AquaLogic User Interaction. Ajay Gandhi Sr. Director of Product Management Enterprise 2. Oracle WebCenter Interaction: Roadmap for BEA AquaLogic User Interaction Ajay Gandhi Sr. Director of Product Management Enterprise 2.0 and Portals 1 Agenda Enterprise 2.0 and Portal Product Strategy AquaLogic

More information

<Insert Picture Here> Oracle Application Framework (OAF): Architecture, Personalization, and Extensibility in Oracle E-Business Suite Release 12

<Insert Picture Here> Oracle Application Framework (OAF): Architecture, Personalization, and Extensibility in Oracle E-Business Suite Release 12 Oracle Application Framework (OAF): Architecture, Personalization, and Extensibility in Oracle E-Business Suite Release 12 Sara Woodhull Principal Product Analyst, Oracle Corporation

More information

PeopleTools 8.55: Mobile Application Platform

PeopleTools 8.55: Mobile Application Platform PeopleTools 8.55: Mobile Application Platform November 2016 PeopleTools 8.55: Mobile Application Platform This software and related documentation are provided under a license agreement containing restrictions

More information

Jitterbit is comprised of two components: Jitterbit Integration Environment

Jitterbit is comprised of two components: Jitterbit Integration Environment Technical Overview Integrating your data, applications, and other enterprise systems is critical to the success of your business but, until now, integration has been a complex and time-consuming process

More information

Lab 3: Simple Integration Use Case

Lab 3: Simple Integration Use Case Exercise 1 : Create the web service...2 Exercise 2 : Deploy the web service...4 Exercise 3 : Test the service...8 1/16 In this exercise, you will learn how to activate a Maximo inbound web service. This

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. The following is intended to outline our general product direction. It is intended for information

More information

Mobile Application Development: Introducing ADF Mobile Native Client Framework

Mobile Application Development: Introducing ADF Mobile Native Client Framework Mobile Application Development: Introducing ADF Mobile Native Client Framework Denis Tyrell, Senior Director of Product Development, ADF/JDeveloper Joe Huang, Senior Principal Product Manager, ADF/JDeveloper

More information

OpenIAM Identity and Access Manager Technical Architecture Overview

OpenIAM Identity and Access Manager Technical Architecture Overview OpenIAM Identity and Access Manager Technical Architecture Overview Overview... 3 Architecture... 3 Common Use Case Description... 3 Identity and Access Middleware... 5 Enterprise Service Bus (ESB)...

More information

2018 GLOBALSCAPE TRAINING OVERVIEW

2018 GLOBALSCAPE TRAINING OVERVIEW 2018 GLOBALSCAPE TRAINING OVERVIEW TABLE OF CONTENTS COURSE... 3 EFT ESSENTIALS COURSE...4 EFT ADMINISTRATOR COURSE... 5 EFT ADMINISTRATOR COURSE (CONT.)... 6 EFT AUTOMATION COURSE... 7 EFT SECURITY COURSE...8

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

Enterprise Registry Repository

Enterprise Registry Repository BEAAquaLogic Enterprise Registry Repository Exchange Utility Version 3.0 Revised: February 2008 Contents 1. Getting Started With the ALRR Exchange Utility What is the ALRR Exchange Utility?.......................................

More information

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA 1 Building Applications with Oracle MapViewer LJ Qian (lj.qian@oracle.com) Director, Software Development The following

More information

INTEGRATION CLOUD SERVICE. Accelerate Your Application Integration Across the Cloud and On Premises

INTEGRATION CLOUD SERVICE. Accelerate Your Application Integration Across the Cloud and On Premises INTEGRATION CLOUD SERVICE Accelerate Your Application Across the Cloud and On Premises With Oracle Cloud Service you can innovate at a faster pace. Oracle Cloud Service gives you a powerful and intuitive

More information

Active Endpoints. ActiveVOS Platform Architecture Active Endpoints

Active Endpoints. ActiveVOS Platform Architecture Active Endpoints Active Endpoints ActiveVOS Platform Architecture ActiveVOS Unique process automation platforms to develop, integrate, and deploy business process applications quickly User Experience Easy to learn, use

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 The following is intended to outline our general product direction.

More information

Oracle Access Manager 10g - Oracle Enterprise Gateway Integration Guide

Oracle Access Manager 10g - Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 Oracle Access Manager 10g - Oracle Enterprise Gateway Integration Guide 1/26 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Oracle Developer Day

Oracle Developer Day Oracle Developer Day Sponsored by: Session 3 Familiar Techniques: Modeling and Frameworks Speaker Speaker Title Page 1 1 Agenda Forms as a Framework Mapping Forms to Oracle ADF Familiar Concepts Phases

More information

Administering Workspace ONE in VMware Identity Manager Services with AirWatch. VMware AirWatch 9.1.1

Administering Workspace ONE in VMware Identity Manager Services with AirWatch. VMware AirWatch 9.1.1 Administering Workspace ONE in VMware Identity Manager Services with AirWatch VMware AirWatch 9.1.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

PeopleSoft Spotlight Series Page Composer. Copyright 2017, Oracle and/or its affiliates. All rights reserved.

PeopleSoft Spotlight Series Page Composer. Copyright 2017, Oracle and/or its affiliates. All rights reserved. PeopleSoft Spotlight Series Page Composer Copyright 2017, Oracle and/or its affiliates. All rights reserved. Agenda Page Composer Overview What is Page Composer Fluid Approval Overview Updating Page Composer

More information

Oracle Application Express

Oracle Application Express Oracle Application Express DOAG Regionaltreffen NRW March 26, 2014 Joel R. Kallman, Director, Software Development Oracle Application Express 1 Copyright 2014, Oracle and/or its affiliates. All rights

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, 2017 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

Introduction to RESTful Web Services. Presented by Steve Ives

Introduction to RESTful Web Services. Presented by Steve Ives 1 Introduction to RESTful Web Services Presented by Steve Ives Introduction to RESTful Web Services What are web services? How are web services implemented? Why are web services used? Categories of web

More information

https://blogs.oracle.com/angelo/entry/rest_enabling_oracle_fusion_sales., it is

https://blogs.oracle.com/angelo/entry/rest_enabling_oracle_fusion_sales., it is More complete RESTful Services for Oracle Sales Cloud Sample/Demo Application This sample code builds on the previous code examples of creating a REST Facade for Sales Cloud, by concentrating on six of

More information

Oracle WebLogic Devcast Series: JMX for DevOps. Dr. Frank Munz ORACLE PRODUCT LOGO

Oracle WebLogic Devcast Series: JMX for DevOps. Dr. Frank Munz ORACLE PRODUCT LOGO Oracle WebLogic Devcast Series: JMX for DevOps Dr. Frank Munz g of the Year,, Cloud Oracle Technologist ORACLE PRODUCT LOGO 1 The following is intended to outline our general product direction. It is intended

More information

PeopleTools 8.56 Online Help Updates, January 2018

PeopleTools 8.56 Online Help Updates, January 2018 PeopleTools 8.56 Online Help Updates, January 2018 PeopleBook Path Description of Change Application Designer Application Designer Specifying Character Field Attributes Populating HTML Areas In PeopleSoft

More information

REST API Developer Preview

REST API Developer Preview REST API Developer Preview Dave Carroll Developer Evangelist dcarroll@salesforce.com @dcarroll Alex Toussaint Sr. Product Manager atoussaint@salesforce.com @alextoussaint Safe Harbor Safe harbor statement

More information

Distribution and web services

Distribution and web services Chair of Software Engineering Carlo A. Furia, Bertrand Meyer Distribution and web services From concurrent to distributed systems Node configuration Multiprocessor Multicomputer Distributed system CPU

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

Oracle WebLogic Server Management and Operations in Oracle E-Business Suite 12.2

Oracle WebLogic Server Management and Operations in Oracle E-Business Suite 12.2 Oracle WebLogic Server Management and Operations in Oracle E-Business Suite 12.2 Mike Lehmann, VP Product Management Oracle WebLogic Server Tahir Ahmad, Sr. Director Technology Integration Oracle E-Business

More information

PeopleSoft Applications Portal 9.1 PeopleBook: Portal and Site Administration

PeopleSoft Applications Portal 9.1 PeopleBook: Portal and Site Administration PeopleSoft Applications Portal 9.1 PeopleBook: Portal and Site Administration January 2012 PeopleSoft Applications Portal 9.1 PeopleBook: Portal and Site Administration SKU ps91psad-b0112 Copyright 2000,

More information

Enabling Web 2.0 User Experience for E-Business Suite. Padmaprabodh Ambale, Gustavo Jimenez Development Managers, Applications Technology Group

Enabling Web 2.0 User Experience for E-Business Suite. Padmaprabodh Ambale, Gustavo Jimenez Development Managers, Applications Technology Group Enabling Web 2.0 User Experience for E-Business Suite Padmaprabodh Ambale, Gustavo Jimenez Development Managers, Applications Technology Group The following is intended to outline our general product direction.

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. The following is intended to outline our general product direction. It is intended for information

More information

Perceptive Voucher Build Connector for PeopleSoft

Perceptive Voucher Build Connector for PeopleSoft Perceptive Voucher Build Connector for PeopleSoft Installation Guide Version: 2.1.x Date: September 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA 1 Introduction to MapViewer & Tools for Your Business Apps and Mobile Devices Albert Godfrind Oracle Spatial Architect

More information

Access SAP Business Functions (ABAP) via Web Services

Access SAP Business Functions (ABAP) via Web Services Applies To: SAP R/3 4.6c and ECC 5.0 SAP NetWeaver 04 WebAS 6.40 SP14 and up, XI 3.0 SP14, NWDS 2.0.14 SAP NW2004s WebAS 700, NWDS 7.0.07 Microsoft Visual Studio 2005, BizTalk Server 2006,.NET Framework

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

Stable currents. Nick Veenstra. Developing against the Pure API

Stable currents. Nick Veenstra. Developing against the Pure API Stable currents Nick Veenstra Developing against the Pure API From public libraries into Library Information Systems Development (at INFOR and TU/e) Research Information Specialist at Eindhoven University

More information

Table of Contents. 1 / 24 Author: Kuba Krzemień

Table of Contents. 1 / 24 Author: Kuba Krzemień Table of Contents Introduction: What is a Web Service?...2 Installing required tools...3 Web Tools Platform Installation...3 Apache Tomcat Setup...5 SoapUI Eclipse plug-in installation (optional)...6 Creating

More information

<Insert Picture Here> Forms Strategies: Modernizing Your Oracle Forms Investment

<Insert Picture Here> Forms Strategies: Modernizing Your Oracle Forms Investment Forms Strategies: Modernizing Your Oracle Forms Investment Desmond Chan Solution Architect Manager Oracle Consulting Services Agenda Oracle Forms Strategy Forms Modernisation Strategies

More information

StorageGRID Webscale NAS Bridge Management API Guide

StorageGRID Webscale NAS Bridge Management API Guide StorageGRID Webscale NAS Bridge 2.0.3 Management API Guide January 2018 215-12414_B0 doccomments@netapp.com Table of Contents 3 Contents Understanding the NAS Bridge management API... 4 RESTful web services

More information

Oracle Enterprise Manager Configuration Management Unleashed: Top 10 Expert Tips

Oracle Enterprise Manager Configuration Management Unleashed: Top 10 Expert Tips Session # S316978 Oracle Enterprise Manager Configuration Management Unleashed: Top 10 Expert Tips Sudip Datta & Andy Oppenheim Enterprise Manager, Product Management Oracle Corporation Gregg Grimes Database

More information

Creating a REST API which exposes an existing SOAP Service with IBM API Management

Creating a REST API which exposes an existing SOAP Service with IBM API Management Creating a REST API which exposes an existing SOAP Service with IBM API Management 4.0.0.0 2015 Copyright IBM Corporation Page 1 of 33 TABLE OF CONTENTS OBJECTIVE...3 PREREQUISITES...3 CASE STUDY...4 USER

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

Understanding Oracle ADF and its role in the Oracle Fusion Platform

Understanding Oracle ADF and its role in the Oracle Fusion Platform ORACLE PRODUCT LOGO Understanding Oracle ADF and its role in the Oracle Fusion Platform Dana Singleterry blogs.oracle.com/dana 2 Copyright Principal 2011, Oracle and/or its Product affiliates. All rights

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Deployment Guide for Oracle Service Bus 11g Release 1 (11.1.1.5.0) E15022-03 April 2011 Oracle Fusion Middleware Deployment Guide for Oracle Service Bus, 11g Release 1 (11.1.1.5.0)

More information

Building E-Business Suite Interfaces using BPEL. Asif Hussain Innowave Technology

Building E-Business Suite Interfaces using BPEL. Asif Hussain Innowave Technology Building E-Business Suite Interfaces using BPEL Asif Hussain Innowave Technology Agenda About Innowave Why Use BPEL? Synchronous Vs Asynchronous BPEL Adapters Process Activities Building EBS Interfaces

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

Oracle Application Express: Administration 1-2

Oracle Application Express: Administration 1-2 Oracle Application Express: Administration 1-2 The suggested course agenda is displayed in the slide. Each lesson, except the Course Overview, will be followed by practice time. Oracle Application Express:

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Putting the PeopleSoft Test Framework to Work for You Doug Redinger and Tim Durant PTF QA and Development Managers 2 The following is intended to outline our general product direction. It is intended

More information

!1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

!1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. !1 Oracle Applications User Experiences in the Cloud: Trends and Strategy Noel Portugal Principal UX Developer March, 2014!2 Safe Harbor The following is intended to outline our general product direction.

More information

S Analysis of a Threat and How to Protect Your Data. Greg Kelly Product Strategy Manager, PeopleTools

S Analysis of a Threat and How to Protect Your Data. Greg Kelly Product Strategy Manager, PeopleTools S317424 Analysis of a Threat and How to Protect Your Data Greg Kelly Product Strategy Manager, PeopleTools THE FOLLOWING IS INTENDED TO OUTLINE OUR GENERAL PRODUCT DIRECTION. IT IS INTENDED FOR INFORMATION

More information

An introduction API testing with SoapUI

An introduction API testing with SoapUI An introduction API testing with SoapUI Vincent Vonk 12-06-2018 CGI Group Inc. Agenda for the next 50 minutes What is SoapUI? What are Web APIs? Why test on API level? What can SoapUI do? Types of Web

More information

D&B Direct. API Documentation for Custom Product Service. Version 2.0 (API) / 2.0 (Service)

D&B Direct. API Documentation for Custom Product Service. Version 2.0 (API) / 2.0 (Service) D&B Direct API Documentation for Custom Product Service Version 2.0 (API) / 2.0 (Service) D&B Direct is a trademark or registered trademark of Dun and Bradstreet, Incorporated. Other trademarks used herein

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

<Insert Picture Here> Accelerated Java EE Development: The Oracle Way

<Insert Picture Here> Accelerated Java EE Development: The Oracle Way 1 1 Accelerated Java EE Development: The Oracle Way Dana Singleterry Principal Product Manager Oracle JDeveloper and Oracle ADF http://blogs.oracle.com/dana Warning demo contains

More information

PeopleSoft Enterprise Campus Solutions 9.0 Admission Applications Web Services

PeopleSoft Enterprise Campus Solutions 9.0 Admission Applications Web Services PeopleSoft Enterprise Campus Solutions 9.0 Admission Applications Web Services DEVELOPER'S GUIDE July 2011 C OPYRIGHT 2011, O RACLE AND/ OR ITS AFFILIATES. A LL RIGHTS RESERVED. PAGE 1 OF 66 Admission

More information

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018 ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk November 2018 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions,

More information

BEAAquaLogic. Service Bus. Interoperability With EJB Transport

BEAAquaLogic. Service Bus. Interoperability With EJB Transport BEAAquaLogic Service Bus Interoperability With EJB Transport Version 3.0 Revised: February 2008 Contents EJB Transport Introduction...........................................................1-1 Invoking

More information

Oracle Service Cloud Integration for Develope

Oracle Service Cloud Integration for Develope Oracle Uni Contact Us: 08 Oracle Service Cloud Integration for Develope Durat5 Da What you will learn The class covers how to extend the Service Cloud objec applicable to all APIs before moving on to specific

More information

WebSphere. WebSphere Enterprise Service Bus Next Steps and Roadmap

WebSphere. WebSphere Enterprise Service Bus Next Steps and Roadmap WebSphere Enterprise Service Bus Next Steps and Roadmap Rob Phippen IBM Senior Technical Staff Member Chief Architect WebSphere Enterprise Service Bus WebSphere 2011 IBM Corporation IBM's statements regarding

More information

<Insert Picture Here> Oracle SQL Developer: PL/SQL Support and Unit Testing

<Insert Picture Here> Oracle SQL Developer: PL/SQL Support and Unit Testing 3 Oracle SQL Developer: PL/SQL Support and Unit Testing The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information