Which protocol is commonly utilized to invoke a web service?
Explanation
SOAP (Simple Object Access Protocol) is the protocol specifically designed for calling and exchanging information with web services, making it the correct choice. TCP and HTTP are underlying protocols, while SMTP is used for email, and FTP is for file transfers.