Update-Increase webMethods IS JVM memory

In earlier post i explained how to increase webMethods IS JVM memory on Windows and Linux\Unix Machine. Post is valid for version 8x and older too. In current post i will cover how to increase webMethods IS JVM memory for newer versions (9x and above). Over the time SAG has made it very easy for administrator to […]

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

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

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