Custom Processing logic using Outbound CallBack Service

Outbound callback service Outbound callback service is useful when there is need to modify headers before sending to consumer or there is any other modification which needs to be perform on payload. For webservice provider outbound callback service can be used to modify response payload to client. For this post, requirement was to change security […]

Dynamically create IS doc From CSV File In webMethods

This post describe how to create IS doc From CSV File structure at runtime in webMethods. Generated IS doc confirmed to csv column structure. This method comes very handy to when source can send any format file and can’t confirm structure at runtime. Most of the cases CSV file structure at design time is confirmed […]

AES Encryption Decryption in webMethods

AES Encryption Decryption This post describes how to implement AES encryption decryption in webMethods. This post is divided into different portions. Java Cryptography Extension (JCE) Information about AES Encryption Decryption Java service inputs Java Service for KeyGeneration Java Service to Decrypt Java Service to Encrypt Shared Code Java Cryptography Extension (JCE) Wikipedia define JCE as […]

Software AG – webMethods Integration Server New Look

Introduction In 2015, Software AG did re-branding with new logo, color theme. It was totally new look. It was showing up all over their website and official material however their core product webMethods was untouched from re-branding. but not any more, with new webMethods 9.10 (April, 2016) release Software AG gave a new fresh look […]

Tips on JUnit

JUnit JUnit in java is nothing but a programming technique or testing framework to perform the unit test for the code written in a new class or a new method added to an existing class in java. JUnit plays a vital role in the test driven development process of an application. The basic motto behind […]