Entries from Inside scoop on Oracle SOA Suite, BPM and EDA tagged with '11g'

SOA Suite 11g - Transaction(s) & boundaries; Part Two

Here is the second post - this time on one-way invocations: Usually a one way invocation (with a possible callback) is exposed in a wsdl as below <wsdl:operation name="process"> <wsdl:input message="client:OrderProcessorRequestMessage"/> </wsdl:operation> This will cause the bpel engine to split...

SOA Suite 11g - api part 3 - finding instances through composite sensor values

In the first two parts of the "API"-mini-story, I have shown how to use the API to find composites, display component states, invoke services and lastly find them back via CompositeInstanceFilter. Another way of finding instances (just by UUID, that...

SOA Suite 11g - api tricks part 2 - finding instances

In the last post we learned how to use the Locator to find a Composite (locator.lookupComposite(compositeDN);), and invoke it through a DeliveryService. The next step is to use the API to find its instances and get some meaningful information, e.g....

Using the new 11g SOA Suite API - changes to 10.1.3x

With 11g and the new SCA composite support our API has been revamped a little as well. The Locator is still available and is created against WL jndi properties Hashtable jndiProps = new Hashtable(); jndiProps.put(Context.PROVIDER_URL, "t3://" + props.get(STR_MGDSERVER_HOST_KEY) + ":"...

Mediator 11g new feature - echo to requestor

As part of the new 11g SOA Suite and the mediator component we added a new feature around routing rules. In short the direct forward from the request operation back to the requester via response operation with transformation....

Event Delivery Network - chapter one

Using Business Events is one of the big new features in SOA Suite 11g, namely through the Event Delivery Network (EDN) So how can you make use of events? First - you need to define the data-shape of the event....

Import b2b trading partner agreements via ant into B2B 11g

Following the first couple tips and tricks on 11g - here is the next one on B2B. Straight from Fusion Order Demo's B2B composite, is a small example on how to use the b2b 11g remote utility to import (deploy...

Two new features in SOA Suite 11g: Composite Sensors and Humantask callback events

Note that expanded human task - with an event subscribing mediator, correlated through the ecid and parent component id. Another great new feature is the composite sensor framework which allows sensors to be configured on service and references, down...

mds sharing and common tools - part 2

I figured I would start sharing stuff I built for fusion order demo - in this case - the common tasks to help you bootstrapping your soa 11g productivity. Download the mds-binaries jar here. Once extracted it contains a bunch...

Re-using common metadata (wsdl / xsd / edl) in SOA Suite 11g

As promised here is the first of a set of tips for the brand new SOA Suite 11g. Managing dependencies between services at development as well as runtime is a challenging task when people implement Service-Providers and -Consumers. There are...

Feed Subscription

If you use an RSS reader, you can subscribe to a feed of all future entries tagged '11g'.

Subscribe to feed Subscribe to feed