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

ColdBox 8.2.0: Middleware, Streaming, AI Gateways, and a Whole Lot More

ColdBox 8.2.0: Middleware, Streaming, AI Gateways, and a Whole Lot More

ColdBox 8.2.0 is the result of work we started in March. Several of its headline features, including route-scoped middleware and Server-Sent Events, were incubated for months before shipping. We held them back on purpose: we wanted the APIs settled, the edge cases covered, and the testing story complete before asking you to build on them. They're ready now.

Luis Majano
Luis Majano
September 23, 2026
Assert Like You Mean It, TestBox 7.1 Part 1: Set Expectations

Assert Like You Mean It, TestBox 7.1 Part 1: Set Expectations

If you have ever tested that two collections contain "the same stuff, order doesn't matter," you already know the workaround: sort both arrays, compare them element by element, and hope nobody adds a duplicate. It works, but it isn't what you meant to write. You meant "these are the same set."

Luis Majano
Luis Majano
September 23, 2026
Is Your QA Process Ready for Your Next ColdFusion or BoxLang Release?

Is Your QA Process Ready for Your Next ColdFusion or BoxLang Release?

As applications continue to evolve, QA can easily become reactive. Teams may test late in the development process, focus only on happy-path scenarios, repeat manual checks, or rely on AI-generated changes without fully validating the results. ​ These gaps can create risks that are not always visible until they affect users, disrupt operations, or require costly fixes in production.

Maria Jose Herrera
Maria Jose Herrera
September 21, 2026