GetServiceBinding
Retrieve ABAP service binding source and metadata by name using the ADT Business Services endpoint. Specify service binding name and preferred response format (XML, JSON, or plain text) to access binding details.
Instructions
Retrieve ABAP service binding source/metadata by name via ADT Business Services endpoint.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_binding_name | Yes | Service binding name (for example: ZUI_MY_BINDING). Case-insensitive. | |
| response_format | No | Preferred response format. "json" requests JSON from endpoint, "xml" parses XML payload, "plain" returns raw text. | xml |