cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PO need to trigger a webservice itself

former_member183906
Active Contributor
0 Kudos

i have a requirement in PO

SAP PO need to trigger web service by itself and get the response and send it to a 3rd party tool.

How SAP PO can trigger web service by itself. Please provide details.

Accepted Solutions (1)

Accepted Solutions (1)

apu_das2
Active Contributor
0 Kudos

Hi Vijay,

Make a File to Web service scenario and use sync - async bridge to send the response to the 3rd party system.

1. Create one File to web service scenario. In the File sender CC - use RequestResponseBean and ResponseOneWayBean to send the response back to your desired 3rd party system.

2. Put a trigger file in a predefined path to start the interface flow in the regular polling interval, but make sure that the processing mode will be Test/Set read-only so that file will not be archived.

Alternatively, you can schedule the sender channel as well to trigger the interface as per your convenient time.

There can have some other tricks as well to trigger the interface automatically. But, general in case of synchronous scenario it is desired that the end party will initiate the flow.

Thanks,

Apu

Answers (0)