SlideShare a Scribd company logo
Quick Tutorial – Part 2
Open Data Web Services
for Oracle BPM
Forms and data integration using Open-XDX

1

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

August, 2013

David Webber and
Serge Leontiev
Public Sector
NIEM Team
Disclaimer Notice
The following is not intended to outline Oracle 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.

2

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

Slide 2
Tutorial Overview
 Introduce the Concepts and Approach
 Build New Service for Patient Medical History Query

 Completing and Testing the Data Services
 Creating the XSD schema

 Integrating via JDeveloper with Oracle BPM form
 Summary and Resources

3

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Development Conceptual View
Design

Test
SQL

CAM Editor
XML

Deploy
DB

Delivery

Open XDX

Open XDX
SQL

XML
BPM
BPM

•

Generate Data
Validate Data
Share Data

•

CAMV

•
•

•
•

4

Visual Editor
SQL Browser
Dictionaries
Drag and Drop

•
•
•

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

•
•
•

Open XDX
Web Services
Oracle BPM

•

Device
Browser
Server
Open XDX - Conceptual Overview
Data Exchange
Existing
Information
Databases

SQL

Control template contains information of the
exchange structure design and DB mapping
rules of data tables and columns

SQL

JDBC
connection

Template

Rapid
Build and
Deploy

Structure
Rules

Open-XDX

Configuration

DB Mappings
Parameters

XML or
JSON

5

Open Data
Send
Content

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Build New Service for
Patient Medical History
Query

6

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
SQL to XML – Visual Designer Mode
Data Exchange
Design

XML structure viewer

Drag and Drop
Designer

EMPTY (Patient Medical
History Report)

Database schema viewer

• Start with new empty XML structure;
• Toggle database viewer to designer mode.

7

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Visual Designer Mode
Data Exchange
Design

XML structure viewer
Drag and Drop
Designer

Control template contains information of
the exchange structure design and DB
mapping rules of data tables and columns

Template
Structure
Store Configuration

Database schema viewer

• Drag and Drop table into XML structure
• Complete XML structure components automatically inserted (with DBMappings);
• All component names / definitions conform to NIEM NDR (smart rename wizard
converts SQL to XML)
8

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

Rules

DB Mappings
Parameters
CAM Editor – Test with Open-XDX engine
Test Services
Existing
Information
Databases

XML structure viewer

SQL

SQL

JDBC
connection

Open-XDX

Execute Template

• Add filter parameter to restrict records returned

9

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

XML or
JSON

Open Data
Content
Demonstration – Open-XDX Data Generation
Data Exchange

Oracle Tools

Demo
XML Designer
2
Generate

3

1

Oracle Database

Application Data Tables

10

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
CAM Template
Structure

Completing the Exchange
Design Artifacts

Rules

Documentation

11

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
CAM Editor Tools
Visual Editing and Mapping
CAM Template

Target Renderings
XSD Schema

XML
Content

Structure

- Forms, PDF and Tools

MindMap
Model
UML Model

Rules

CAM
EDITOR
Documentation

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

Data Instance

- XML, JSON and PDF

XML
Dictionary

SQL

12

SOA / NIEM solution artifacts

Documentation
HTML, XML, Excel
Integrate Open-XDX
Web Service with
BPM Forms using
JDeveloper

13

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Web Services Configuration Steps
 Services Definition - JDeveloper
– Import BPM project from BPM Composer export
– Generate JAXB classes based on XSD schema (exported from CAM editor)
– Create JAX-WS / JAX-RS services with JAXB + Open-XDX process
– Service definition with WSDL

 Database Connection - Oracle WebLogic Server (WLS)
– Create JNDI Data Source in WLS for Open-XDX database connection
– Deploy services into WLS

14

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Integrating Services to Forms Steps
 Configure Data Handling - JDeveloper
– Create Web Service Reference based on new WSDL
– Define Process Data Objects based on Web Service XSD schema
– Map BPM Human Tasks and Services to Data Objects

 Forms Integration – Oracle BPM Composer
– Import new updated project (exported from JDeveloper)
– Auto-generate BPM Forms for Human Tasks using payload XSD schema

– Run and verify operation

15

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Demonstration – JDeveloper and BPM forms
JDeveloper

Demo

16

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Steps Review – JAXB generation from XSD schema
JDeveloper

• Initial menu options selection

17

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Steps Review – JAXB generation from XSD schema
JDeveloper

• Import XSD schema
• Generate JAXB object model

18

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Steps Review – Configure Web Service
JDeveloper

• Configure JAX-WS
• Wire JAXB and Open-XDX
into Web Services.

19

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Steps Review – Configure Web Service
JDeveloper

• Configure service port details

20

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Steps Review – Configure Database Connection
WLS Configure

• JDBC connection and JNDI

21

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Steps Review – Deploy Services
WLS Configure

• Create Web
Service Reference

22

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Steps Review – Configure WSDL
JDeveloper

• WSDL setup

23

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Steps Review – Attach Services to Processes
JDeveloper

• Attach WSDL services
to process steps

24

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Steps Review – Review Configuration
JDeveloper

• Process Review

25

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Steps Review – Data Associations
JDeveloper

• Data Association Details

26

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Steps Review – Form Generation and Editing
Oracle BPM
Composer

• Create BPM Form automatically
from XSD Data Source (via drag
and drop)

27

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Steps Review – Run Process and Test Operations
Oracle BPM
Composer

• Run Process

28

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

 Open-XDX and CAM editor software tools
– http://www.cameditor.org

 Product Information on Oracle BPM Suite
– http://www.oracle.com/us/technologies/bpm/suite/overview/index.html

 Java Developer Magazine article “BPM without Barriers”
– http://java.ulitzer.com/node/2269751

29

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Open-XDX Specific Resources
SNAPSHOT OF
PROJECT ACTIVITIES
Showcase site for
integration exchanges
using NIEM and Open
Data
Global Test bed initiative
for Information
Exchange (GITB)
CAMV validation tools

www.VerifyXML.org
30

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

30
CAMeditor.org Project Site

SNAPSHOT OF
PROJECT ACTIVITIES
165,000+ CAMeditor.org
page visits to site
165+ countries have
downloaded tools;
30% of visitors are from
U.S.;
800+ downloads weekly

3,500+ student views of
online video training
resources
8 languages now
available

www.cameditor.org
31

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

www.niemtrainingvideos.org
32

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
JDeveloper Source Code Samples

 VerifyXML GitHub resource

site:
 https://github.com/verifyxml
 Contains Open-XDX

example projects
Code
Samples

33

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Next - Oracle BPM Integration with Open-XDX
Oracle BPM
Composer

Demo

34

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

More Related Content

What's hot (20)

PPTX
Dimensional modeling in oracle sql developer
Jeff Smith
 
PDF
PaaS enabling Java EE applications through service meta-data and policies - J...
Jagadish Prasath
 
PPT
Fusion Middleware Oracle Data Integrator
Mark Rabne
 
PPTX
Oracle institutes in Hyderabad.
sreehari orienit
 
DOC
Basha_ETL_Developer
basha shaik
 
DOCX
NITIN_DIXIT
Nitin Dixit
 
PPT
oracle data integrator training | oracle data integrator training videos | or...
Nancy Thomas
 
PDF
Oracle ADF Architecture TV - Design - Service Integration Architectures
Chris Muir
 
PDF
Oracle ADF Architecture TV - Design - ADF Service Architectures
Chris Muir
 
PDF
Odi 11g-new-features-overview-1622677
Sandeep Jella
 
PPTX
Oracle SQL Developer Data Modeler - Version Control Your Designs
Jeff Smith
 
DOC
Munir_Database_Developer
Munir Muhammad
 
PPT
ODI (Oracle Data Integrator)
keenittech
 
PDF
Ebs troubleshooting con9019_pdf_9019_0001
jucaab
 
PPTX
Oracle Data integrator 11g (ODI) - Online Training Course
Ramesh Pabba - seeking new projects
 
PPTX
EBS-endeca-technical-considerations
Berry Clemens
 
PPTX
Beginner's Guide to APEX
Anthony Rayner
 
DOCX
Shrikanth
Shrikanth DM
 
PDF
Oracle ADF Architecture TV - Design - Application Customization and MDS
Chris Muir
 
PDF
Odi best-practice-data-warehouse-168255
nm2013
 
Dimensional modeling in oracle sql developer
Jeff Smith
 
PaaS enabling Java EE applications through service meta-data and policies - J...
Jagadish Prasath
 
Fusion Middleware Oracle Data Integrator
Mark Rabne
 
Oracle institutes in Hyderabad.
sreehari orienit
 
Basha_ETL_Developer
basha shaik
 
NITIN_DIXIT
Nitin Dixit
 
oracle data integrator training | oracle data integrator training videos | or...
Nancy Thomas
 
Oracle ADF Architecture TV - Design - Service Integration Architectures
Chris Muir
 
Oracle ADF Architecture TV - Design - ADF Service Architectures
Chris Muir
 
Odi 11g-new-features-overview-1622677
Sandeep Jella
 
Oracle SQL Developer Data Modeler - Version Control Your Designs
Jeff Smith
 
Munir_Database_Developer
Munir Muhammad
 
ODI (Oracle Data Integrator)
keenittech
 
Ebs troubleshooting con9019_pdf_9019_0001
jucaab
 
Oracle Data integrator 11g (ODI) - Online Training Course
Ramesh Pabba - seeking new projects
 
EBS-endeca-technical-considerations
Berry Clemens
 
Beginner's Guide to APEX
Anthony Rayner
 
Shrikanth
Shrikanth DM
 
Oracle ADF Architecture TV - Design - Application Customization and MDS
Chris Muir
 
Odi best-practice-data-warehouse-168255
nm2013
 

Viewers also liked (20)

PPTX
SOA_BPM_12c_launch_event_BPM_track_proficiency_features_joost_volker_oracle
Getting value from IoT, Integration and Data Analytics
 
PDF
Creating a Business Oriented UI in APEX
Enkitec
 
PDF
Oracle SOA and BPM
kumar gaurav
 
PDF
Pretius Oracle Apex Primer
Pretius
 
PDF
Soa12c launch 2 features cr
Vasily Demin
 
PPT
BPM & Workflow in the New Enterprise Architecture
Nathaniel Palmer
 
PDF
Soa12c launch 3 bpm 12c cr
Vasily Demin
 
PDF
Soa12c launch 4 mft cr
Vasily Demin
 
ODP
Large Scale Deployment of SOA-P
C2B2 Consulting
 
PPTX
SOA_BPM_12c_launch_event_BPM_track_business_rules_marcelvdglind
Getting value from IoT, Integration and Data Analytics
 
PDF
Process-oriented reactive service architecture
Peter Hilton
 
PDF
Deployment in Oracle SOA Suite and in Oracle BPM Suite
Lonneke Dikmans
 
PPTX
BPM Suite 12c Launch - Focus on Developer Productivity
Lucas Jellema
 
PDF
Business Integration for the 21st Century
Bob Rhubart
 
PPTX
The mobilization of SOA Suite - the rise of REST (ADF Enterprise Mobility Co...
Lucas Jellema
 
PPTX
Oracle application express ppt
Abhinaw Kumar
 
PPTX
SOA OSB BPEL BPM Presentation
Liviu Claudiu Cismaru
 
PPTX
Oracle WebCenter Over SOA and BPM
Vasken Knouni
 
PDF
ADF 12c como Backend
Guatemala User Group
 
PDF
SOA OSB suite cluster installation
Rakesh Gujjarlapudi
 
SOA_BPM_12c_launch_event_BPM_track_proficiency_features_joost_volker_oracle
Getting value from IoT, Integration and Data Analytics
 
Creating a Business Oriented UI in APEX
Enkitec
 
Oracle SOA and BPM
kumar gaurav
 
Pretius Oracle Apex Primer
Pretius
 
Soa12c launch 2 features cr
Vasily Demin
 
BPM & Workflow in the New Enterprise Architecture
Nathaniel Palmer
 
Soa12c launch 3 bpm 12c cr
Vasily Demin
 
Soa12c launch 4 mft cr
Vasily Demin
 
Large Scale Deployment of SOA-P
C2B2 Consulting
 
SOA_BPM_12c_launch_event_BPM_track_business_rules_marcelvdglind
Getting value from IoT, Integration and Data Analytics
 
Process-oriented reactive service architecture
Peter Hilton
 
Deployment in Oracle SOA Suite and in Oracle BPM Suite
Lonneke Dikmans
 
BPM Suite 12c Launch - Focus on Developer Productivity
Lucas Jellema
 
Business Integration for the 21st Century
Bob Rhubart
 
The mobilization of SOA Suite - the rise of REST (ADF Enterprise Mobility Co...
Lucas Jellema
 
Oracle application express ppt
Abhinaw Kumar
 
SOA OSB BPEL BPM Presentation
Liviu Claudiu Cismaru
 
Oracle WebCenter Over SOA and BPM
Vasken Knouni
 
ADF 12c como Backend
Guatemala User Group
 
SOA OSB suite cluster installation
Rakesh Gujjarlapudi
 
Ad

Similar to Oracle BPM workflow and Open-XDX web services (Part 2) (20)

PPTX
Expertezed 2012 Webcast - XML DB Use Cases
Marco Gralike
 
PPTX
Oracle OpenWorld 2014 Review Part Four - PaaS Middleware
Getting value from IoT, Integration and Data Analytics
 
PDF
Developer & Fusion Middleware 1 | Mark Drake | An introduction to Oracle XML ...
InSync2011
 
PDF
D66123 gc10 toc
Abdullah Sarkhosh
 
PPT
Talking Services with Oracle ADF and Oracle SOA Suite
DataNext Solutions
 
PPT
Building a Scalable XML-based Dynamic Delivery Architecture: Standards and Be...
Jerry SILVER
 
PPTX
Poster
tdsrogers
 
PPTX
UKOUG 2011 - Drag, Drop and other Stuff. Using your Database as a File Server
Marco Gralike
 
PDF
Odpnet Developers Guide Oracle Database 10g Development With Visual Studio 20...
harinblenktn
 
PPTX
ADF EMG XML Data Control, OOW Presentation
Richard Olrichs
 
PPTX
BGOUG 2012 - Drag & drop and other stuff - Using your database as a file server
Marco Gralike
 
PPTX
SOA (hands-on exercise w.r.t Oracle included)
santosh_c_s
 
PDF
Primavera Cost Unifier cost controls and project delivery modules tips and tr...
p6academy
 
PPT
The Story of How an Oracle Classic Stronghold successfully embraced SOA
Lucas Jellema
 
PPT
Oracle BPEL Presentation
shub54
 
PPTX
Soa symposium eclipse con 2013
Marc Gille
 
PPTX
Introducing Open XDX Technology for Open Data API development
Bizagi Inc
 
PPT
Report From Oracle Open World 2008 AMIS 2 October2008
Lucas Jellema
 
PDF
M011400Alert_Full_Alert_FullAlert_Full_Alert_Full.PDF
Mohammed Mahyoub
 
PPTX
Demystifying BPM
Tony Caniglia
 
Expertezed 2012 Webcast - XML DB Use Cases
Marco Gralike
 
Oracle OpenWorld 2014 Review Part Four - PaaS Middleware
Getting value from IoT, Integration and Data Analytics
 
Developer & Fusion Middleware 1 | Mark Drake | An introduction to Oracle XML ...
InSync2011
 
D66123 gc10 toc
Abdullah Sarkhosh
 
Talking Services with Oracle ADF and Oracle SOA Suite
DataNext Solutions
 
Building a Scalable XML-based Dynamic Delivery Architecture: Standards and Be...
Jerry SILVER
 
Poster
tdsrogers
 
UKOUG 2011 - Drag, Drop and other Stuff. Using your Database as a File Server
Marco Gralike
 
Odpnet Developers Guide Oracle Database 10g Development With Visual Studio 20...
harinblenktn
 
ADF EMG XML Data Control, OOW Presentation
Richard Olrichs
 
BGOUG 2012 - Drag & drop and other stuff - Using your database as a file server
Marco Gralike
 
SOA (hands-on exercise w.r.t Oracle included)
santosh_c_s
 
Primavera Cost Unifier cost controls and project delivery modules tips and tr...
p6academy
 
The Story of How an Oracle Classic Stronghold successfully embraced SOA
Lucas Jellema
 
Oracle BPEL Presentation
shub54
 
Soa symposium eclipse con 2013
Marc Gille
 
Introducing Open XDX Technology for Open Data API development
Bizagi Inc
 
Report From Oracle Open World 2008 AMIS 2 October2008
Lucas Jellema
 
M011400Alert_Full_Alert_FullAlert_Full_Alert_Full.PDF
Mohammed Mahyoub
 
Demystifying BPM
Tony Caniglia
 
Ad

More from Bizagi Inc (11)

PDF
GRA, NIEM and XACML Security Profiles July 2012
Bizagi Inc
 
PPTX
Oracle BPM Adaptive Case Management 2014
Bizagi Inc
 
PPTX
NIEM and XML for Architects and Developers
Bizagi Inc
 
PPTX
Ottawa NIEM SOA Open Data Event
Bizagi Inc
 
PPTX
NIEM, CAM and Open-XDX tools
Bizagi Inc
 
PPTX
NIEM and Future SAR
Bizagi Inc
 
PPTX
CAM editor NIEM Evaluation Report
Bizagi Inc
 
PDF
NIEM Overview Rule Ml November 2011
Bizagi Inc
 
PPTX
EML V7 Election Standard Overview
Bizagi Inc
 
PDF
NIEM and Oracle Overview October 2011
Bizagi Inc
 
PPTX
Xml Validation Test Suite With Camv
Bizagi Inc
 
GRA, NIEM and XACML Security Profiles July 2012
Bizagi Inc
 
Oracle BPM Adaptive Case Management 2014
Bizagi Inc
 
NIEM and XML for Architects and Developers
Bizagi Inc
 
Ottawa NIEM SOA Open Data Event
Bizagi Inc
 
NIEM, CAM and Open-XDX tools
Bizagi Inc
 
NIEM and Future SAR
Bizagi Inc
 
CAM editor NIEM Evaluation Report
Bizagi Inc
 
NIEM Overview Rule Ml November 2011
Bizagi Inc
 
EML V7 Election Standard Overview
Bizagi Inc
 
NIEM and Oracle Overview October 2011
Bizagi Inc
 
Xml Validation Test Suite With Camv
Bizagi Inc
 

Recently uploaded (20)

PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PPTX
Top iOS App Development Company in the USA for Innovative Apps
SynapseIndia
 
PDF
Predicting the unpredictable: re-engineering recommendation algorithms for fr...
Speck&Tech
 
PDF
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
PDF
NewMind AI Journal - Weekly Chronicles - July'25 Week II
NewMind AI
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
Human-centred design in online workplace learning and relationship to engagem...
Tracy Tang
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PPTX
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
PDF
Smart Air Quality Monitoring with Serrax AQM190 LITE
SERRAX TECHNOLOGIES LLP
 
PDF
Building Resilience with Digital Twins : Lessons from Korea
SANGHEE SHIN
 
PDF
TrustArc Webinar - Data Privacy Trends 2025: Mid-Year Insights & Program Stra...
TrustArc
 
PDF
Impact of IEEE Computer Society in Advancing Emerging Technologies including ...
Hironori Washizaki
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
Top iOS App Development Company in the USA for Innovative Apps
SynapseIndia
 
Predicting the unpredictable: re-engineering recommendation algorithms for fr...
Speck&Tech
 
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
NewMind AI Journal - Weekly Chronicles - July'25 Week II
NewMind AI
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Human-centred design in online workplace learning and relationship to engagem...
Tracy Tang
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
Smart Air Quality Monitoring with Serrax AQM190 LITE
SERRAX TECHNOLOGIES LLP
 
Building Resilience with Digital Twins : Lessons from Korea
SANGHEE SHIN
 
TrustArc Webinar - Data Privacy Trends 2025: Mid-Year Insights & Program Stra...
TrustArc
 
Impact of IEEE Computer Society in Advancing Emerging Technologies including ...
Hironori Washizaki
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 

Oracle BPM workflow and Open-XDX web services (Part 2)

  • 1. Quick Tutorial – Part 2 Open Data Web Services for Oracle BPM Forms and data integration using Open-XDX 1 Copyright © 2012, Oracle and/or its affiliates. All rights reserved. August, 2013 David Webber and Serge Leontiev Public Sector NIEM Team
  • 2. Disclaimer Notice The following is not intended to outline Oracle 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. 2 Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Slide 2
  • 3. Tutorial Overview  Introduce the Concepts and Approach  Build New Service for Patient Medical History Query  Completing and Testing the Data Services  Creating the XSD schema  Integrating via JDeveloper with Oracle BPM form  Summary and Resources 3 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 4. Development Conceptual View Design Test SQL CAM Editor XML Deploy DB Delivery Open XDX Open XDX SQL XML BPM BPM • Generate Data Validate Data Share Data • CAMV • • • • 4 Visual Editor SQL Browser Dictionaries Drag and Drop • • • Copyright © 2012, Oracle and/or its affiliates. All rights reserved. • • • Open XDX Web Services Oracle BPM • Device Browser Server
  • 5. Open XDX - Conceptual Overview Data Exchange Existing Information Databases SQL Control template contains information of the exchange structure design and DB mapping rules of data tables and columns SQL JDBC connection Template Rapid Build and Deploy Structure Rules Open-XDX Configuration DB Mappings Parameters XML or JSON 5 Open Data Send Content Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 6. Build New Service for Patient Medical History Query 6 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 7. SQL to XML – Visual Designer Mode Data Exchange Design XML structure viewer Drag and Drop Designer EMPTY (Patient Medical History Report) Database schema viewer • Start with new empty XML structure; • Toggle database viewer to designer mode. 7 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 8. Visual Designer Mode Data Exchange Design XML structure viewer Drag and Drop Designer Control template contains information of the exchange structure design and DB mapping rules of data tables and columns Template Structure Store Configuration Database schema viewer • Drag and Drop table into XML structure • Complete XML structure components automatically inserted (with DBMappings); • All component names / definitions conform to NIEM NDR (smart rename wizard converts SQL to XML) 8 Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Rules DB Mappings Parameters
  • 9. CAM Editor – Test with Open-XDX engine Test Services Existing Information Databases XML structure viewer SQL SQL JDBC connection Open-XDX Execute Template • Add filter parameter to restrict records returned 9 Copyright © 2012, Oracle and/or its affiliates. All rights reserved. XML or JSON Open Data Content
  • 10. Demonstration – Open-XDX Data Generation Data Exchange Oracle Tools Demo XML Designer 2 Generate 3 1 Oracle Database Application Data Tables 10 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 11. CAM Template Structure Completing the Exchange Design Artifacts Rules Documentation 11 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 12. CAM Editor Tools Visual Editing and Mapping CAM Template Target Renderings XSD Schema XML Content Structure - Forms, PDF and Tools MindMap Model UML Model Rules CAM EDITOR Documentation Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Data Instance - XML, JSON and PDF XML Dictionary SQL 12 SOA / NIEM solution artifacts Documentation HTML, XML, Excel
  • 13. Integrate Open-XDX Web Service with BPM Forms using JDeveloper 13 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 14. Web Services Configuration Steps  Services Definition - JDeveloper – Import BPM project from BPM Composer export – Generate JAXB classes based on XSD schema (exported from CAM editor) – Create JAX-WS / JAX-RS services with JAXB + Open-XDX process – Service definition with WSDL  Database Connection - Oracle WebLogic Server (WLS) – Create JNDI Data Source in WLS for Open-XDX database connection – Deploy services into WLS 14 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 15. Integrating Services to Forms Steps  Configure Data Handling - JDeveloper – Create Web Service Reference based on new WSDL – Define Process Data Objects based on Web Service XSD schema – Map BPM Human Tasks and Services to Data Objects  Forms Integration – Oracle BPM Composer – Import new updated project (exported from JDeveloper) – Auto-generate BPM Forms for Human Tasks using payload XSD schema – Run and verify operation 15 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 16. Demonstration – JDeveloper and BPM forms JDeveloper Demo 16 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 17. Steps Review – JAXB generation from XSD schema JDeveloper • Initial menu options selection 17 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 18. Steps Review – JAXB generation from XSD schema JDeveloper • Import XSD schema • Generate JAXB object model 18 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 19. Steps Review – Configure Web Service JDeveloper • Configure JAX-WS • Wire JAXB and Open-XDX into Web Services. 19 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 20. Steps Review – Configure Web Service JDeveloper • Configure service port details 20 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 21. Steps Review – Configure Database Connection WLS Configure • JDBC connection and JNDI 21 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 22. Steps Review – Deploy Services WLS Configure • Create Web Service Reference 22 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 23. Steps Review – Configure WSDL JDeveloper • WSDL setup 23 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 24. Steps Review – Attach Services to Processes JDeveloper • Attach WSDL services to process steps 24 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 25. Steps Review – Review Configuration JDeveloper • Process Review 25 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 26. Steps Review – Data Associations JDeveloper • Data Association Details 26 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 27. Steps Review – Form Generation and Editing Oracle BPM Composer • Create BPM Form automatically from XSD Data Source (via drag and drop) 27 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 28. Steps Review – Run Process and Test Operations Oracle BPM Composer • Run Process 28 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 29. Resources and Links  Open-XDX and CAM editor software tools – http://www.cameditor.org  Product Information on Oracle BPM Suite – http://www.oracle.com/us/technologies/bpm/suite/overview/index.html  Java Developer Magazine article “BPM without Barriers” – http://java.ulitzer.com/node/2269751 29 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 30. Open-XDX Specific Resources SNAPSHOT OF PROJECT ACTIVITIES Showcase site for integration exchanges using NIEM and Open Data Global Test bed initiative for Information Exchange (GITB) CAMV validation tools www.VerifyXML.org 30 Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 30
  • 31. CAMeditor.org Project Site SNAPSHOT OF PROJECT ACTIVITIES 165,000+ CAMeditor.org page visits to site 165+ countries have downloaded tools; 30% of visitors are from U.S.; 800+ downloads weekly 3,500+ student views of online video training resources 8 languages now available www.cameditor.org 31 Copyright © 2012, Oracle and/or its affiliates. All rights reserved. www.niemtrainingvideos.org
  • 32. 32 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 33. JDeveloper Source Code Samples  VerifyXML GitHub resource site:  https://github.com/verifyxml  Contains Open-XDX example projects Code Samples 33 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 34. Next - Oracle BPM Integration with Open-XDX Oracle BPM Composer Demo 34 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.

Editor's Notes

  • #6: Open-XDX conceptual view
  • #8: Designer UI
  • #9: Drag and Drop
  • #10: Test Open-XDX
  • #11: Step 1 – review application databases using Workbench (Oracle Designer)Step 2 – Drag and Drop mappings to XML target structureRun Open XDX engine – read data, build results XMLTest, validate, refine, deployDeployment with BPM, WebLogic, SOA suite, JAX-WS, etc.
  • #17: JDeveloper dashboard
  • #18: Screen
  • #19: Screen
  • #20: Screen
  • #21: Screen
  • #22: Screen
  • #23: Screen
  • #24: Screen
  • #25: Screen
  • #26: Screen
  • #27: Screen
  • #28: Screen
  • #29: Screen
  • #35: Screen