Previous Topic: Calling the COM Proxy from Visual BasicNext Topic: COM Proxy Server Testing


Calling a COM Proxy from the XML Test Application (Optional)

If the optional XML programming interface was selected, the generation and installation process creates everything you need to invoke the COM Proxy from the sample XML test application.

For each method, the \xml directory contains an XSD (XML Schema Definition) file, a sample Import XML file, and a compiled Test executable.

To execute the test application, you must register the proxy DLLs, change to the \xml directory, and then execute the following command:

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

If required, the input data for the server can be modified by editing the sample XML file.