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...
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...
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....
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) + ":"...
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....
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....
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...
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...
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...
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...
If you use an RSS reader, you can subscribe to a feed of all future entries tagged '11g'.