Tag Archives: IBM Commerce

Sterling OMS How to test Java Code using HTTP Client

Sterling OMS How to test Java Code using HTTP Client Requirement : For given Organization ID (Matrix) print payment processing is enabled or not ? Write Java Class with Method return type as boolean. private boolean isPaymentProcessRequired(String orgCode) throws Exception { if(payment process enabled) { return true; } else { return false; } } What all the… Read More »

Learn Sterling IBM Commerce Order Management System

About: Activekite.com is for Sterling IBM Commerce Order Management System (OMS) and Warehouse Management (WMS) developers, all examples are simple and easy to understand, and well tested in my development environment. Activekite.com is created, written by, and maintained by passionate young professionals. Retail Business made simple. Let’s learn together. Any question : support@activekite.com Disclaimer: All… Read More »