cancel
Showing results for 
Search instead for 
Did you mean: 

alerts in SOAP format

Former Member
0 Kudos

Hi,

In our current enterprise structure, all the errors from any middleware tool as are handled in unique way.

From middleware, all errors like mapping errors, connection, application error etc are posted to web services management tool. This tool than filters & send the errors to appropriate person. These errors are generated in form of SOAP.

From the PI 7.1, we can send email, Pager etc, but what I am looking is how we can convert these alerts in SOAP format and than send to web service management tool for further processing

Any suggestion on this is appreciated.

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Check with these if it helps

Thanks

Gaurav

Former Member
0 Kudos

Hi

I think you need to write a ABAP report to Pass the Alert Inbox content to Webservice. Or either you can write report to public Alert inbox as a webservice.

As for all alerts Fault message cannot be generated else using fault message and BPM there was a way to pass this to soap sender. It req SYNC mode also. Check for the first option

Thanks

Gaurav