What problem does it solve?
It helps you determine the exact HTTP contract for SAP ADT REST endpoints, including URL patterns, supported methods, and the precise XML request/response formats and content types.
Core Features & Use Cases
- Discover endpoint wiring from discovery documents: Trace from discovery workspace files to the RES_APP class that registers resources and templates.
- Resolve handler behavior and HTTP methods: Inspect handler classes to see which methods (GET/POST/PUT/DELETE) are actually supported.
- Derive request/response XML schemas from Simple Transformations: Follow content handler factory usage to the Simple Transformation sources that define the XML structure and required XML namespaces.
- Use case: When documentation is unclear for an ADT feature, you can identify the correct endpoint and content type version, then generate or validate matching XML payloads by reading the underlying transformations.
Quick Start
Ask: Investigate the SAP ADT REST endpoint for the ADT feature "[what ADT endpoint or feature to investigate]" and provide the full URL, supported HTTP methods, required content types, and the request/response XML structure derived from the relevant Simple Transformations.