QTP has add-in Web-Services to automate Webservices automation.
But anyone know without add-ins also we can automate WebServices testing.
1. Create HTTP object
2. Add Header,URL, Body along and Post the request
3. Get the response and validate response using XML checkpoints.
did anyone tried this before?