Ensure that you include the XML Extender external header files in the program that calls stored procedures. The header files are located in the DXX_INSTALL/include directory. DXX_INSTALL is the installation directory for the XML Extender. It is operating system dependent. The header files are:
The syntax for including these header files is:
#include "dxx.h" #include "dxxrc.h"
Make sure that the path of the include files is specified in your makefile with the compilation option.