Loading…
Loading…
Zero-touch autopilot collapses the multi-step Publish flow into one step. Instead of importing a WSDL, then generating a service, then generating operations,…
Zero-touch autopilot collapses the multi-step Publish flow into one step. Instead of importing a WSDL, then generating a service, then generating operations, then generating mappings, you point the platform at a WSDL and it produces a draft service + operations + full-field mappings in a single pass — and reports a readiness score per operation so you know exactly what (if anything) needs your attention before you publish.
It is the fast path for the common case; the step-by-step flow remains available when you want to drive each stage by hand.
From a single WSDL input, zero-touch:
portType/operation, with inferred REST method/path.The result is a draft you review and publish — nothing goes live until you publish it.
Every operation comes back with a per-operation readiness grade, the same one the publish gate uses:
| Grade | What it means for you |
|---|---|
| AUTO_READY | Mapping is complete; publish as-is. |
| AUTO_READY_WITH_WARNINGS | Publishable, but review the flagged edge case (e.g. an unusual XSD construct, MTOM/XOP or WS-Addressing capability note). |
| MANUAL_REQUIRED | Needs attention before publish — resolve via a field override or deselect the operation. |
The score turns "did the autopilot get it right?" into a concrete, per-operation answer, so you only spend review time where the platform flagged genuine ambiguity — not re-checking the whole estate by hand.
AUTO_READY_WITH_WARNINGS or MANUAL_REQUIRED.