Menu

TheServices

Mark

The Wzz-Bridge Services

  • The setup of the Wzz-Bridge Application as described here GettingStarted .
    • Pay particular attention to the "Web Access/Security" section and ensure you have the correct "web.access.tokens" value set.
      • The access token for the below examples is "monkey"
    • The "wzz-bridge" folder exists inside the users home directory.
      • Linux - "/home/username/wzz-bridge"
      • Windows XP - "C:\Documents and Settings\username\wzz-bridge"
      • Vista - "C:\Users\username\wzz-bridge"

Groovy Services

New services can be added dynamically by copying the appropriate Groovy Class or Groovy script file to wzz-bridge/GroovyServiceHome directory.

Java Services

Java classes should have a services.core.commands.SimpleCommandResponse return type for service calls, otherwise the String value of the returned object will be used. New services can be added dynamically by copying the appropriate ".jar" file to the wzz-bridge/JavaServiceHome directory.

Process Services

Sql Services

You will need to add the appropriate java database library jar to to wzz-bridge/ApplicationHome/lib directory and restart the wzz-bridge for the libraries to become available. (For instance, ojdbc14.jar for Oracle). Additionally you will need to set the correct database values by editing the wzz-bridge/ApplicationHome/application.properties file.

Http Parameter Storage And Retrieval Services

The optional "sessionId" parameter is the unique key that resolves to the clients ip address if not given.

Property Retrieval Services

This service can response with local or remote properties

Environment Variable Retrieval Services

Resource Retrieval Services


Related

Wiki: ProjectHome

MongoDB Logo MongoDB