Die BPC Version 4.0 wird nicht mehr gewartet.

Sollten Sie diese BPC Version nutzen, empfehlen wir Ihnen eine Migration auf eine aktuelle Version. Die Dokumentation zur neusten BPC Version finden Sie hier. Sollten Sie Fragen haben, wenden Sie sich bitte an unseren Support.

Method Endpoint

GET

/cxf/bpc-httpproxy/httpProxy/{instanceId}\{targetPath: (/.*)?}

Description

Perform an HTTP GET on the 'httpproxy' backend connection.

Path Parameter

instanceId

the id of the 'httpproxy' backend connections instance to use

targetPath

the path to call on the target system

Query Parameter

targetUrl

optional URL Parameter. Function equals targetPath

forceJson

if set to true, the content will be converted to JSON. Only XML can be converted at the moment.

Deprecated Parameter. This option will be removed with BPC 4.2. Default is false.

Returns

The response of the called backend connection

Required Access Rights

A logged in user or API Key is required.

POST

/cxf/bpc-httpproxy/httpProxy/{instanceId}\{targetPath: (/.*)?}

Description

Perform an HTTP POST on the 'httpproxy' backend connection.

Path Parameter

instanceId

the id of the 'httpproxy' backend connections instance to use

targetPath

the path to call on the target system

Query Parameter

targetUrl

optional URL Parameter. Function equals targetPath

forceJson

if set to true, the content will be converted to JSON. Only XML can be converted at the moment.

Deprecated Parameter. This option will be removed with BPC 4.2. Default is false.

Returns

The response of the called backend connection

Required Access Rights

A logged in user or API Key is required.

PUT

/cxf/bpc-httpproxy/httpProxy/{instanceId}\{targetPath: (/.*)?}

Description

Perform an HTTP PUT on the 'httpproxy' backend connection.

Path Parameter

instanceId

the id of the 'httpproxy' backend connections instance to use

targetPath

the path to call on the target system

Query Parameter

targetUrl

optional URL Parameter. Function equals targetPath

forceJson

if set to true, the content will be converted to JSON. Only XML can be converted at the moment.

Deprecated Parameter. This option will be removed with BPC 4.2. Default is false.

Returns

The response of the called backend connection

Required Access Rights

A logged in user or API Key is required.

DELETE

/cxf/bpc-httpproxy/httpProxy/{instanceId}\{targetPath: (/.*)?}

Description

Perform an HTTP DELETE on the 'httpproxy' backend connection.

Path Parameter

instanceId

the id of the 'httpproxy' backend connections instance to use

targetPath

the path to call on the target system

Query Parameter

targetUrl

optional URL Parameter. Function equals targetPath

forceJson

if set to true, the content will be converted to JSON. Only XML can be converted at the moment.

Deprecated Parameter. This option will be removed with BPC 4.2. Default is false.

Returns

The response of the called backend connection

Required Access Rights

A logged in user or API Key is required.