What are different ways to test web services?

Technology CommunityCategory: API DesignWhat are different ways to test web services?
VietMX Staff asked 3 years ago
  • SOAP web services can be tested programmatically by generating client stubs from WSDL or through software such as Soap UI.
  • REST web services can be tested easily with program, curl commands and through browser extensions. Resources supporting GET method can be tested with browser itself, without any program.