Any developer or designer should give highest priority to error handling than the happy path for an quality delivery. Let us understand how the error flow happens in IIB with reference to below flow. Say failure occurred at compute node in above flow. How transactionality of message is affected by transaction property of input node: … Continue reading Exception/error flow in IIB ( IBM Integration bus)
IBM IIB (Integration Bus) best practices
We can segregate the best practices to be followed into two major categories. Designer perspectiveDeveloper perspective Designer perspective: First things first, A designer should Have a firm understanding of Functional Specification. To some degree, the Functional Specification may undergo a few minor amendments while the task of Technical Specification is underway. However, it is expected … Continue reading IBM IIB (Integration Bus) best practices
Understanding WSDL
(Quick Tip: WSDL file should be read from bottom to top) As the name indicates this single file contains all the information needed to understand a web service. like, URL, Req and Response message structure, operations that can be performed on this web service etc,. In simpler terms, a developer can develop a web service … Continue reading Understanding WSDL