[Discussion]SOAP API passthrough support for API Platform gateway #2291
SavinduDimal
started this conversation in
Ideas
Replies: 1 comment
-
Meeting Notes (15th June 2026)
Fault handling strategy
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
The current WSO2 API Platform Gateway supports REST, WebSub, WebBroker, MCP, and LLM APIs, but it does not support SOAP services. This creates a feature gap between WSO2 API Manager and WSO2 API Platform. In addition, enterprises with existing SOAP-based services cannot expose or manage those services through WSO2 API Platform and are unable to leverage the platform's gateway capabilities such as authentication, authorization, throttling, policy enforcement, and analytics for SOAP traffic.
SOAP APIs cannot be treated as normal REST APIs because:
Proposed Solution
A new SoapApi resource should be introduced alongside existing API kinds. This proposes a simpler model similar to the current WSO2 API-M passthrough model: one wildcard route per SOAP API without defining operations.
SOAP Fault Formatter
Gateway-generated errors (401 unauthorized, 429 throttled, 500 Internal server errors) must be returned as SOAP Faults.
The fault formatter will:
SoapApikind traffic.Content-Type.Beta Was this translation helpful? Give feedback.
All reactions