Welcome to VoltScript Volt MX Middleware documentation

VoltScript Volt MX Middleware is VoltScript files for integrating with HCL Volt MX Go. Currently, the only library available is VoltMXObjects.vss. It's a library for use in Volt Foundry integration services for parsing the request content coming into Volt Foundry and passing a JSON result back. In future enhancements, there might be a VoltScript library for making requests to Foundry.

To manage the content coming from Foundry, there are various dependencies:

  • ContextVSE is for parsing the JSON object passed from Foundry.
  • JSONVSE is necessary for manipulating JSON objects used in communication.
  • VoltScript Collections is for facilitating easier interaction by enabling incoming content to be parsed into Maps.
  • VoltScript Testing is only a dependency for unit testing of the framework and isn't a runtime dependency.
  • What's New?


    Find out what's new in the latest VoltScript Volt MX Middleware release.


    Go to What's New

  • Tutorials


    Hands-on introduction to VoltScript Volt MX Middleware.


    Go to Tutorials

  • How-to guides


    Practical step-by-step guides for performing tasks and operation.


    Go to How-to guides

  • Topic guides


    High-level discussion and explanation of key topics and concepts to give background information.


    Go to Topic guides

  • References


    Technical references and descriptions on using VoltScript Volt MX Middleware.


    Go to References

  • Using via dependency management


    For using with dependency management, see Use dependency management.