
470 IMS Connectivity in an On Demand Environment: A Practical Guide to IMS Connectivity
C sample source code
Example A-1 provides the C sample source code.
Example: A-1 Sample C code for an IMS Connect client
/*********************************************************************/
/* sample.c - IMS Connector basic client written in C */
/* ----------------------------------------------------------------- */
/* See the redbook IMS V9 Connectivity Update - SG24-6794 for details*/
/* and terms & conditions of use. */
/* */
/* Copyright (c) - International Busines Machines, Inc. 2005,2001 */
/* */
/* Author: Jordi Guillaumes Pons and others */
/* */
/****************************************** ...