Versions Compared

Key

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

...

Implement a web service with a method named OpsAuthenticate that is accessible via https. The method should accept two parameters, userName and password, and return a boolean.

 

 NameType
inputuserNamestring
inputpasswordstring
return
boolean

Provide Authentication URL

...