cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger external webservice without using ABAP Stack

Former Member
0 Kudos

Hello,

I'm using PI 7.31 with dual stack.

I want to trigger an external webservice from the PI system and map the response of the webservice to a text file and send it to a nonSAP system.

Is it possible to schedule a trigger mechanism for the syncronous webservice within the adapter engine.  (i.e not using any kind of proxy or some Z program scheduled within sm37 on the ABAP stack)

Accepted Solutions (1)

Accepted Solutions (1)

gagandeep_batra
Active Contributor
0 Kudos

Gokhan,

One apporch you can use  trigger the web service through file channel and use Async -Sync  bridge module to handle the response to transfer to the another file channel

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80f96dbf-adca-3010-ffb5-daf2d1f0e...

REgards

GB

Former Member
0 Kudos

Hi Gagandeep

Yep thanks for the quick answer. It was really helpful.

So If I create a xml file containing my parameters send to the webservice and set the poll interval to a desired value and not delete the file afterwards I can trigger the scenario in a scheduled way.

Answers (0)