web analytics
free online training

Posts Tagged ‘BPEL’

Java Embedding Activity in BPEL

Java embedding activity is a means of embedding Java and J2EE code directly inside Oracle process. Even though java embedding can provide enhanced functionality (since you can plug in any java code here!!), this should be avoided as much as possible – since the code would be harder to manage and will not be “SOA” like. Since this is an Oracle extension, it is not part of standard spec – hence won’t be portable!!

Related posts

BPEL Security and OPSS

11g benefits from OPSS (Oracle Platform Security Services) to externalize application security. OPSS provides a unified security layer to Oracle Fusion Middleware products like Weblogic Server, , Webcenter, etc., The major advantage is the single centralized security framework that can be used for both Oracle and non-Oracle environments thus reducing maintenance and integration costs.

In this example, we are going to explore how to secure process using an authentication and encryption policy: “oracle/wss10_username_token_with_message_protection_service_policy”.

Steps to implement this example:

  1. Create key stores for client and server.
  2. Import server key store into Weblogic server.

Related posts

Custom XPATH Functions in SOA Suite

This tutorial explains how to create custom functions that can be used across all components. You can learn how to implement IXPathFuction interface, create appropriate configuration files, update JDeveloper to use the plugin in design time, make the library available to SOA Server’s runtime and finally use it in a simple program.

VN:F [1.9.17_1161]
Rating: 9.0/10 (1 vote cast)
VN:F [1.9.17_1161]
Rating: +1 (from 1 vote)

Related posts

Fault Management Video Tutorial

Fault Management Tutorial in 11g explaining different types of validations and exception handling mechanisms.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Related posts

BPEL Entity Services and SDO – Part2

Please complete part1 of this example before continuing …

Lets build Order process to consumer Business Components we created in previous example through an entity variable.

  • Create an SOA project and name it “OrderSDOProcess”. Select Empty Composite from next screen and click Finish.

image image

  • Make a note of OrderSDO service WSDL we created in previous step. In my case,  it is http://192.168.0.5:7001/OrderBCServices/OrderSDOService?WSDL.
  • Drag and drop a BPEL Process component on to components section of composite.xml. Name it “OrderSDOProcess”. Select “Base on a WSDL” as template.

image

Related posts

Page 1 of 41234