Versions Compared

Key

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

...

  1. Log in to the management console of your server and click List under Services in the navigator.
  2. The InMemoryDSSample should be listed.
  3. Click Try this service to open the TryIt tool for the InMemoryDSSample.
  4. Select the relevant operation and click Send to execute the command. The service contains the following operations:
    • "addVehicle": This operation adds a new vehicle to the datasource.
      Image RemovedImage Added 
    • "getOldVehicles": This gives all the vehicles added with the year greater than 1970.
      Image RemovedImage Added 
    • "getAllVehicles": This operation returns all the vehicles added in the datasource.
      Image RemovedImage Added 
    • "getVehicleById": This operation gives the vehicle information which matches with the provided id. 
      Image RemovedImage Added 
    • "getAllUsers": This operation returns the user information stored in the datasource.
      Image RemovedImage Added 
    • "echo1" and "echo2": This operation returns the entered values.
      Image RemovedImage RemovedImage AddedImage Added