Archive for March, 2010

Enterprise Application Integration testing with Citrus Framework

Last week i read a thread on the Oracle forums on how to test the Oracle Service Bus processes. A comment from one of the users lead to me this framework, Citrus Framework. "Citrus is an integration testing framework written in Java that tests your software application to fit into your customer's environment. The tool simulates surrounding systems across various transports (e.g. Http, JMS, TCP/IP, SOAP, ...) in order to perform automatic end-to-end use case testing." For one of my...

Oracle Service Bus, invoke asynchronous webservices

In this blog i will give a short overview on how to invoke asynchronous webservices from the Oracle Service Bus, and route the callback from the service back to some other endpoint (service) on the bus. The flow we will create will look like this Asynchronous webservice To communicate from the Oracle Service Bus to an asynchronous webservice i used this (http://www.ewernli.com/web/guest/12) tutorial to get a service up and running on my glassfish. After deployment the service (wsdl)...

New features in Oracle SOA Suite 11gR1 patchset 2

Clemens published a list of the new features coming up in the patchset 2 of SOA Suite 11gR1. short overview SOA Infra’s Spring C&I implementation (based on weblogic sca for java) becomes full production. Full and complete support for BPEL 2.0 Reintroduction of “BPEL domains”, now to be called "partitions" Enhancements to BPEL’s transactional behavior and audit-trail Oracle Mediator, support for re-sequencing XML / http – get and post support on binding level Support...