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

webMethods – Adding UsernameToken to soapHeaders with Pre8.2 Compatibility

In this post we will see how to setup UsernameToken in webMethods webservice consumer connector. We will be covering only username/password based WS-Security. There are other ways also to secure consumer like signature, encryption using certificates. Username Token is a standard WS-Security feature which is not associated in webservice consumer by default until and unless […]

Increase IntegrationServer JVM memory

This post has an update available. Click Here IntegrationServer JVM Memory Settings In this post we will look at how to change the IntegrationServer JVM Memory Settings. It is a very basic topic that most of you might be aware of. However, for beginners this will be helpful. Recommended Settings for JVM Memory Below are […]

MQ Listener [ADA.600.1007] – Data disappearing from Queue

Few days back we faced a very strange issue. Whenever source application was putting data to MQ, data was getting consumed but nothing was coming into webMethods server. There used to be no data left in MQ however we were not able to see anything for listener document and no instance for interface was getting triggered. […]

Reason to avoid appendToDocumentList

Whenever I see usage of appendToDocumentList in any flow service for creating output document list, I wonder if we can achieve it through some other way e.g. Output array option of loop, java service loop or putting index of incrementing variable inside loop.Also the question used to arise what are the benefits of using other […]