Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Ohio SOAP USAS and USPS Agents will be shipped as a separate zip filefiles.

When the files are extracted, they should be placed in a separate folder for each agent and version. It is recommended that they be extracted into a directory including the version number of the agent. For example: C:\SIFAgents\USPS-SIF-2-0-0

...

  1. Create a directory to contain the new agent. For example: C:\SIFAgents\usps-soap-n.n.n.
  2. Download the kit from SSDT download web site (as described in the Release page) and place it in the new directory
  3. If upgrading from a previous version, copy the agent.cfg file from the previous install directory into the new directory. This will preserve zone and SOAP settings from the earlier configuration.  You may also need to copy the keystore file (Agent.ks).
  4. From a command prompt, launch the agent standalone:
    Code Block
    languagebash
    > cd C:\SIFAgents\{installdirectory}
    > java -jar RunAgentStandalone.jar
    

...