You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Business Event Service |`SHOW BUSINESS EVENT SERVICES`|`DESCRIBE BUSINESS EVENT SERVICE`|`business_event_services`|
@@ -52,6 +56,8 @@ Mendix Studio Pro has an **Integration Pane** that shows all connected services
52
56
| No `business_events` table | Individual messages not queryable |
53
57
|`CallExternalAction` not in activity type switch | Catalog builder doesn't recognize this activity type |
54
58
|`activities` table missing service/action columns | No OData service or action name stored per activity |
59
+
| No SOAP parsing at all |`WebServices$ImportedWebService` and `WebServices$PublishedWebService` BSON types exist in metamodel but no parser, reader, model types, or commands |
60
+
| No `soap_clients` / `soap_services` tables | SOAP services not queryable |
55
61
56
62
---
57
63
@@ -330,14 +336,57 @@ Phase 2 is out of scope for this PR.
330
336
331
337
---
332
338
339
+
## Phase 3: SOAP Web Services (Future)
340
+
341
+
Mendix supports both consuming and publishing SOAP web services. The BSON types are fully defined in the metamodel (`WebServices$ImportedWebService`, `WebServices$PublishedWebService`) but **no parser, reader, model types, or commands exist yet**. This requires building the full stack from scratch.
342
+
343
+
### BSON Types Available
344
+
345
+
| Type | Description |
346
+
|---|---|
347
+
|`WebServices$ImportedWebService`| Consumed SOAP service — holds WSDL, operations, port/binding info |
348
+
|`WebServices$PublishedWebService`| Published SOAP service — versioned services with published operations |
0 commit comments