Category Archives: SOA

Enterprise Integration Patterns (EIP) with OpenESB Part 2 : Dynamic Router

This is second of the series Enterprise Integration Patterns (EIP) with OpenESB where we will cover Enterprise Integration Patterns using OpenESB. According to Enterprise Integration Patterns, The Dynamic Router is a Router that can self-configure based on special configuration messages … Continue reading

Posted in BPEL, Integration, Java, SOA | Leave a comment

Enterprise Integration Patterns (EIP) with OpenESB Part 1 : Content-Based Router

This is first of the series Enterprise Integration Patterns with OpenESB where we will cover Enterprise Integration Patterns using OpenESB. According to Enterprise Integration Patterns, The Content-Based Router examines the message content and routes the message onto a different channel based … Continue reading

Posted in BPEL, Integration, Java, SOA | 1 Comment

Can a SOA be designed with REST?

Recently I answered a question on stackoverflow.com asking can a SOA be designed with REST? I’m cross-posting the answer here.   At a high Level the answer is Yes, however not completely. SOA requires thinking about the system in terms … Continue reading

Posted in BPEL, Integration, REST, SOA, Uncategorized | Tagged , | Leave a comment

Enterprise Integration Patterns (EIP) with OpenESB

This is a series which’ll cover Enterprise Integration Patterns (EIP) using OpenESB. Part 1:Enterprise Integration Patterns (EIP) with OpenESB Part 1 : Content-Based Router

Posted in Integration, Java, SOA | Tagged | 2 Comments

Siebel CRM On Demand Web Services – Contact Search using SoapUI

Before we begin using Siebel CRM On Demand’s web services, we require the WSDL files. The WSDL files are specific to the account and can be downloaded by logging in to Siebel COD. Create a new SoapUI project and add … Continue reading

Posted in Camel, Integration, Java, Siebel, SOA | Tagged , , , , | 10 Comments

Reading WSDL

While SOA offers all the goodies of loose-coupling, it does require understanding of some basic concepts and formats. SOAP and WSDL are the prime candidates (or culprits, depending on your view) SOAP is just a protocol for passing information, important … Continue reading

Posted in Java, SOA | Tagged , , | Leave a comment

Connect to GlassFishMQ / OpenMQ from ActiveMQ using Camel configuration

I was working on a solution based on ActiveMQ where we required to pull messages from GlassFishMQ (based on OpenMQ) and put them on OracleAQ. Now, ActiveMQ uses Camel ESB for internal message routing, this proved useful. However try as … Continue reading

Posted in Camel, Integration, Java, JMS, Oracle, SOA | Tagged , , , , , | Leave a comment