You can expose your Apex methods as SOAP Web services so that external applications can access
your code and your application. To expose your Apex methods, use WebService Methods.
Tip
Apex SOAP Web services allow an external application to invoke Apex methods through SOAP Web services. Apex callouts enable Apex to invoke external Web or HTTP services.