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

Introducing BoxLang AI: Build Intelligent Applications with One Unified AI Platform

Introducing BoxLang AI: Build Intelligent Applications with One Unified AI Platform

Artificial intelligence is opening new possibilities for web applications, but building those experiences can become complicated quickly. Each AI provider brings its own SDK, authentication process, APIs, and model-specific requirements. Add agents, memory, tools, structured responses, or document retrieval, and development teams can find themselves managing integrations instead of improving their applications.

Introduced at Into the Box 2026, BoxLang AI gives developers a more unified way to build AI-powered applications within the BoxLang ecosystem.

Maria Jose Herrera
Maria Jose Herrera
August 06, 2026
bx-toml : Native TOML Support for BoxLang

bx-toml : Native TOML Support for BoxLang

TOML has quietly become the configuration format of the modern toolchain. Rust ships Cargo.toml, Python ships pyproject.toml, and a growing pile of CLIs, deployment platforms, and infrastructure tools expect it. If your BoxLang application needs to read one of those files, or generate one, you now have first class support for it.

Luis Majano
Luis Majano
August 04, 2026
BoxLang 1.16.0 Released!

BoxLang 1.16.0 Released!

BoxLang 1.16.0 is here, closing 50 issues across new features, improvements, and bug fixes. The theme running through this release is control: control over how HTTP clients are created and reused, control over what happens when a request fails, control over how much data a response is allowed to buffer, control over when Java classpaths reload, and tighter alignment with CFML behavior in the edge cases that only show up in production.

Luis Majano
Luis Majano
August 04, 2026