Test Client of Random String Service

The Restful service can be used for different purposes.
For example, for generating a string for image verifier or for a randon password.
The service offers two operations in URIs:
(1) http://venus.sod.asu.edu/WSRepository/Services/RandomString/Service.svc/GetRandomString
      which returns a random string of length betwee 4 and 20
(2) http://venus.sod.asu.edu/WSRepository/Services/RandomString/Service.svc/GetRandomString/8
      which returns a random string of the given length.


About

This example is from the textbook
SERVICE-ORIENTED COMPUTING AND SYSTEM INTEGRATION
IoT, Big Data, and AI as Services, 7th edition, Kendall Hunt Publishing, 2020
by YINONG CHEN
For more Information: http://www.public.asu.edu/~ychen10/book/socsi.html