Blog

Boxlang SOAP Compatibility Module Released

Jon Clausen May 01, 2026

Spread the word

Jon Clausen

May 01, 2026

Spread the word


Share your thoughts

We're thrilled to announce the first stable release of bx-compat-soap, the official SOAP web services compatibility module for BoxLang web runtimes. Whether you're modernizing a legacy enterprise integration or building new service-oriented APIs, bx-compat-soap brings the full CFML-Compatible SOAP Webservice Publishing to BoxLang.

What's Included in v1.0

  • CFML Parity and Compatibility - bx-compat-soap implements the core features of CFML SOAP web services, ensuring that your existing code and patterns work seamlessly in BoxLang with minimal changes.
  • Automatic WSDL generation — Add ?wsdl to any BoxLang class endpoint and a standards-compliant WSDL document is generated automatically from your class metadata.
  • SOAP request/response handling — Full parsing and processing of SOAP envelopes with namespace support, type coercion, and automatic serialization of complex types like structs and arrays.
  • Remote method invocation — Only methods annotated with access="remote" are exposed, keeping your service surface intentional and secure.
  • createObject("webservice", ...) support — Consume any SOAP web service using the familiar CFML syntax, with named arguments, timeout configuration, and authentication options.
  • SOAP fault handling — Errors are returned as properly formatted SOAP faults and automatically converted to BoxLang exceptions on the client side.
  • SOAPAction routing — Automatic method routing based on SOAPAction headers or URL parameters.
  • Rich type mapping — Automatic conversion between BoxLang types (string, numeric, boolean, struct, array) and their XSD counterparts.

If your application talks to enterprise systems over SOAP — or exposes services to them — bx-compat-soap gives you a fully compatible, modern foundation inside BoxLang. Install it today via CommandBox:

install bx-compat-soap

This module is part of our premium modules included in our professional subscriptions. For more information on installation, configuration, and usage, see the official documentation.

Add Your Comment

Recent Entries

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

The MatchBox open beta is live at https://boxlang.ortusbooks.com/boxlang-framework/matchbox, and it brings something genuinely new to the BoxLang ecosystem: a path into WebAssembly.

That means BoxLang code can now move into browser applications, static-site deployments, edge runtimes, and WASI-style containers - without requiring a JVM. The feature is still beta, but the core direction is already useful: write BoxLang, compile it with MatchBox, and ship the generated WASM artifact to wherever a small portable runtime makes sense.

Jacob Beers
Jacob Beers
June 04, 2026
One Language, Every Runtime: BoxLang Expands Beyond the Server

One Language, Every Runtime: BoxLang Expands Beyond the Server

Discover how BoxLang’s multi-runtime architecture helps developers build beyond the server with support for serverless functions, desktop applications, CI/CD workflows, Java integrations, containers, runtime management, and more.

Maria Jose Herrera
Maria Jose Herrera
June 04, 2026
BoxLang 1.14.0 : Introducing Inner Classes

BoxLang 1.14.0 : Introducing Inner Classes

BoxLang has always embraced a simple truth: the way you organize code shapes the way you think about problems. For a long time, if you needed a helper class, you needed a file. One class, one .bx file, no exceptions. That's clean and predictable, but it creates real friction when a class is tightly coupled to exactly one caller and has no business existing anywhere else.

Luis Majano
Luis Majano
June 03, 2026