How to check validation API service respone in XML in API
An API is using for login purpose Next thing is to validate if api is valid credendtials API is generating response How to parse the response of specific item and print in logs <?xml version="1.0" encoding="UTF-8" ?> <root> <Authuser>string</Au...
