SOAP
Simple Object Access Protocol
An XML-based messaging protocol for exchanging structured information between web services. Salesforce provides SOAP API (Enterprise and Partner WSDLs) for integration.
Example use case
A legacy .NET application uses the Salesforce SOAP API with the Enterprise WSDL to create and update Opportunity records.