jde intro_to_bssv

Download JDE Intro_to_BSSV

If you can't read please download the document

Upload: pranoy-kakubal

Post on 10-Dec-2015

85 views

Category:

Documents


23 download

DESCRIPTION

Its all about the introduction to business services in jd edwards and uses of it.

TRANSCRIPT

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

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

    FYI: New Portal with same DocID

    Archive

    740964.1

    Schedule

    740966.1

    Generic Advisor

    Webcast Note

    740966.1

    before

    now

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

    Introduction to Business Services

    Day, Date, 2004 time p.m. ET Teleconference Access: North America: xxxx International: xxxx Password: Advisor

    Upcoming live webcasts and recent recordings:

    December 13, 2012: JD Edwards World: Import GL Journal Entries Z-File

    Batch Process and Interactive Import Functionality

    December 13, 2012: PeopleSoft: Payroll for North America Preparing for

    Canadian Year-End Processing and Annual Tax Reporting

    December 13, 2012: JD Edwards EnterpriseOne: Advanced Preferences in

    Transportation

    December 18, 2012: EBS Mfg: Using Ship Sets, Arrival Sets & Fulfillment

    Sets in Order Management

    December 18, 2012: Primavera: Performing Functions in BI Publisher

    Similar to Those Available in Infomaker

    December 18, 2012: EBS Procurement: How to Solve Approval Errors in

    Procurement

    December 19, 2012: JD Edwards EnterpriseOne: General Ledger GA Year-

    End and Annual Close

    December 19, 2012: PeopleSoft Payroll for North America Special Year-

    End Topics, Session 3

    December 20, 2012: Database: ASM ACLs (Access Control Lists)

    presentation and Demo

    January 9, 2013: EBS Oracle Payroll North American Year-End 2012

    Overview Session #5

    January 9, 2013: PeopleSoft Payroll for North America Special Year-End

    Topics, Session 4

    Teleconference Access: US & Canada: 866-919-8679 Toll Number: 706-645-4564 Password: advisordk Current and Archived Advisor Webcast Schedule DOC#740966.1

    2012 Oracle Corporation Proprietary and Confidential

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

    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 decision. The

    development, release, and timing of any features

    remains at the sole discretion of Oracle.

    Safe Harbor Statement

  • Introduction to Business Services

    Nami Fujiyama

    Principal Technical Support Engineer

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

    AGENDA

    Current BSSV solutions

    Business Services Architectural Overview

    Provider and Consumer

    Deploying Business Services

    Testing Business Services

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

    Web Service Solutions (E1 BSSV)

    E1 Web Service Solution is called Business Services

    What is Web Service?

    Business Services are Used in Composite Applications

    Java based clients

    Consume with a Java Proxy

    E1 - Mobile Applications

    Business Services are Used in Integrations

    E1 - AIA Integration, OTM, VAT, RSS

    SOA Suite, BPEL

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

    RSS Punchout Demo

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

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

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

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

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

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

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

    Business Service Architectural Overview

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

    Interoperability with Business Services

    Enterprise Server

    J2EE

    Batch

    Business Functions

    HTML

    Server

    BPEL B

    2

    B

    Business Services

    Third

    Party

    Transaction

    Server

    Oracle SOA Suite

    JDeveloper

    JDE E1 Life Cycle

    Management

    (OMW)

    JDE E1 JMS Web Services

    B

    A

    M

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

    Types of Business Services (BSSVs)

    Provider (Outside to E1)

    Published BSSV (e.g.-JP420000)

    Internal BSSV (e.g.-J4200010)

    Consumer (E1 to Outside)

    Internal BSSV (e.g.-JRH90I33)

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

    Provider Business Services

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

    Internal Business Services Jxxxxxxxx

    Anatomy of a Provider BSSV

    Business Functions Data Base

    Enterprise Server

    Published Business Service JPxxxxxxx

    Business Services Server (WLS or WAS)

    WSDL

    Service Properties

    Cross Reference

    addCustomer getCustomer

    getCustomer

    VO VO

    VO

    getCustomer addCustomer

    Media Objects

    addCustomer

    VO

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

    D E M O N S T R A T I O N

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

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

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

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

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

    OMW JDeveloper

    Central

    Objects

    Business

    Service

    E1 as a Web Service Provider Developer Experience

    Wizards

    Value Objects

    Business Function

    Table I/O

    Media Objects

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

    Provider Security

    Authentication E1 user name and password must be provided in the soap header

    Long User Name may be used to include environment and role, which will

    override the default environment and role setup on the BSSV server.

    Authorization BSSVs are secured by default, out of the box no one can invoke any

    services

    Security records must be entered to open up access to services based on

    *Public, user or role at Published Manager Level

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

    Consumer BSSVs

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

    Anatomy of a Consumer BSSV

    Business Function (XML generation and parsing)

    Enterprise Server

    Outside WSDL

    addStatus

    Soft Coding

    Internal Business Service

    getStatus

    addStatus getStatus

    Generated Proxy

    BSSV Server

    HTML

    Client

    UBE

    IVO IVO

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

    D E M O N S T R A T I O N

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

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

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

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

    OMW

    JDeveloper

    Business Service

    WS Proxy

    WSDL

    External Web Service

    E1 as a Web Service Consumer Developer Experience

    Soft Coding (P954000)

    Business

    Functions

    XML

    Generation/

    Parse

    HTML Client UBE

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

    Building/Deploying Business Services