Previous Topic: Stand-alone .NET ApplicationNext Topic: Java Proxy


XML Test Application (Optional)

If you select the optional XML programming interface, the generation and installation process creates everything you need to invoke a .NET Proxy sample XML test application. The \samples\XML directory contains a Test<method-name>.exe assembly along with a sample import XML file and the generated XML schema (XSD) file.

When the \samples\XML directory is created, all the assemblies and resources files needed to execute the sample application are copied into the bin subdirectory. This means that the proxy assembly DLL, the runtime assembly DLLs, and the commcfg.txt file all are copied there. If any one of them changes, you must copy them manually to the bin directory or have the Build Tool rebuild the proxy.

To execute the XML sample application, execute the following command from a command line:

Test<method-name>.exe <method-name>Sample.xml

The parameter is required and must be the input XML file. A sample import XML file is generated that contains the syntax structure, and where possible, default values for the import view. If required, you can modify the sample import XML file for the server. The resulting errors or export view data are the standard outputs of the command.

Note: BLOB data in XML is represented by base 64 format.