Upload BTX

Access the Business Transaction XML upload service to upload business transactions for tracing.

Upon receiving the client request, the SAP Mobile Server parses the multipart form request to gather the Business Transaction content sent by the client and sends this content to the SAP Solution Manager in another multipart request.

Syntax

Perform a POST request to the following URL:

http://host:port/[public/]btx/{appid}

Parameters

None.

Returns

On successful upload, the client receives a 201 Created status code. Otherwise, an HTTP failure code and failure message are returned.

Examples

Usage

Use this method to support your application using SAP Solution Manager. See SAP Solution Manager documentation for more information.