Web Services & SOAP Integration in SAP
Exposing and consuming classic SOAP-based web services from ABAP, still relevant for legacy and enterprise B2B integration.
SOAP web services are the integration technology interviewers ask about specifically to check whether a candidate can work with older, still-common enterprise integration patterns - a huge amount of B2B/EDI-adjacent integration and older custom interfaces still run on SOAP rather than REST/OData, and understanding it remains a practical necessity in many real-world SAP landscapes even as SAP's own newer development has moved toward OData.
A SOAP service is like faxing a very specific, rigidly formatted government form to a partner organization - every field and section is strictly defined in advance (the WSDL), and both sides need the exact right form template to communicate at all, whereas OData is more like a flexible order form where the customer can check off exactly which fields and options they want from a shared, generic menu structure.