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 […]

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 […]

webMethods – Add Custom soapHeader in soapRequest

Lot of time webservice host applications don’t define soapHeader specifications in WSDL. However applications require consumers (in this case wM) to send values at soapHeaders level. This post describes two different methods on how to add custom header to WSD consumer request. There are two ways which I tested to get job done. Using handleRequestService and addHeaderBlock WmPublic […]