cancel
Showing results for 
Search instead for 
Did you mean: 

Can we Invoke an external Webservice from alerts in PI

Former Member
0 Kudos

Dear all,

I have a requirement where in I need to configure an alert in PI with following requirement.

Once an alert is trigerred, it should post an XML file to an external URL.To put it in simple terms my alert should post an xml-file via HTTP to a specific URL.

Please help me as what approach should be adopted to achieve this ?

Regards

Azahar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Design separate interface for the same...

Create an Alert and route it specific mail account .and then configure the sender mail adapter which can fetch this message and can send the same to the receiver adapter i.e http ..

HTH

Rajesh

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Azahar,

define a mail address for the alert user (su01) and use the mail for a sender mail adpater, receiver is your http url.

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

Thanks for this. Can you please elaborate a little more on this ?

Regards

Azahar

udo_martens
Active Contributor
0 Kudos

Hi Azahar,

in ALRTCATDEF you have to define alert categories and you can assign a user to it. If you add a mail address to the user in SU01, the alert will as well be delivered by mail.

You setup a sender mail sender adapter for that mail address: http://help.sap.com/saphelp_nw2004s/helpdata/en/23/c093409c663228e10000000a1550b0/content.htm

and route the message to the webservice.

I have no informations regarding your PI knowledge, therefore it would be helpful if you just ask the points which are not clear for you.

Regards,

Udo

Former Member
0 Kudos

You can solve this issue, by catch the alert exception in BPM and send a message to the receiver service.