Jcode – Utility to Compile webMethods java services

Introduction to JCode This post is attempt to help audience with using Jcode utility provided by Software AG with webmethods Integration Server. Instructions In project, there are different time when one might need to forcefully compile all the java service in a package or in server. there could be n number of reason. most common […]

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