Console Login
Home / Blog / Development & Hosting / Modern APIs in 2009: REST vs. SOAP – The Battle for Norwegian Connectivity
Development & Hosting 5 views

Modern APIs in 2009: REST vs. SOAP – The Battle for Norwegian Connectivity

@

Introduction: The Changing Landscape of Norwegian IT

It is February 2009, and the digital landscape in Norway is undergoing a seismic shift. While we are still navigating the aftershocks of the global financial crisis, the technology sector in Oslo, Trondheim, and Bergen is showing remarkable resilience. With the explosion of the mobile web—driven by the popularity of the iPhone 3G and the rising dominance of Opera Mini—Norwegian businesses are being forced to rethink how their applications talk to each other.

For years, the gold standard for enterprise connectivity has been SOAP (Simple Object Access Protocol). It is the backbone of major Norwegian infrastructure, from the banking systems connecting to DnB NOR to the public sector's Altinn platform. However, a new challenger has emerged from the Silicon Valley startup scene and is rapidly gaining traction among our local developers: REST (Representational State Transfer).

As a provider of high-performance VDS (Virtual Dedicated Servers) and Web Hosting solutions, we at CoolVDS are seeing this debate play out in real-time on our servers. Customers are asking: "Should I stick with the robust, XML-heavy structure of SOAP, or migrate to the lightweight, cache-friendly world of REST?" This article dissects the technical and business implications of this choice for the Norwegian market in 2009.

The Contenders: A Technical Breakdown

1. The Incumbent: SOAP (Simple Object Access Protocol)

SOAP has been the ruler of the enterprise integration world for a decade. It is a protocol specification for exchanging structured information in the implementation of web services. It relies heavily on XML and enforces a strict contract between the client and the server.

Pros for Norwegian Enterprise:

  • ACID Compliance: Crucial for transactions where data integrity is paramount, such as in the oil and gas sector or banking systems.
  • WS-Security: SOAP has built-in standards for security (WS-Security), which appeals to conservative IT managers in Oslo concerned about data privacy.
  • Standardization: The strict WSDL (Web Services Description Language) contract ensures that if the API changes, the client knows immediately.

2. The Challenger: REST (Representational State Transfer)

REST is not a protocol but an architectural style. It uses standard HTTP methods (GET, POST, PUT, DELETE) and is increasingly favoring JSON (JavaScript Object Notation) over XML. In 2009, with the rise of AJAX-heavy web applications (

/// TAGS
← Back to All Posts