Web Services Module

The Web Services Module provides a means for VTS to receive Simple Object Access Protocol (SOAP) requests over a network and translate those requests into VTS procedural requests. The results of these requests can be compiled back into the SOAP message format and sent back to the remote computer.

Note: The ability to provide Web Services is a separate licensing option of VTS.  If you did not purchase a license for the Web Services module, it will not be available on your system.

In short, this provides a way for remote applications to make use of the VTS services you choose to provide from your application.  This may be as simple as developing remote reporting and monitoring applications or as complex as a delivery scheduling system that relies on calculations done in VTS to predict when material deliveries will be required.

Note:  Adding Web Services to your application will require an understanding of VTS programming techniques, XML and SOAP.  The following is meant to provide an overview only, rather than a detailed set of instructions on how to use these technologies.

Topics in this section:

Web Services Terms and Definitions

Web Services Process Described

Web Services Example