0 votes
in SOAPUI by
Architectural style for creating web API

1 Answer

0 votes
by

The architectural style for creating web api are

  • HTTP for client server communication
  • XML/JSON as formatting language
  • Simple URI as the address for the services
  • Stateless communication
...