cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP response

glenn_karlsson2
Participant
0 Kudos

Hi experts,

A novice question. Do I have to trigger a HTTP response message or does the system automatically send it when PI receives a HTTP message?

kind regards,

Glenn

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It depends on whether your interface / requirement is synchronous or asynchronous.

Only synchronous messages need a response message.

Regards,

Nikhil

glenn_karlsson2
Participant
0 Kudos

Hi,

It is a synchronous interface. So I would need an acknowledgement sent to our partner.

Do I have to create that myself or does PI send it for me based on the processing status in PI, ie if we managed to receive the message or not.

It is only a technical acknowledgement I am talking about. Not a message whether we managed to post the message in backend or not.

kind regards,

Glenn

Former Member
0 Kudos

I think HTTP response code is sent by the system.. For example if system is alive.. HTTP 200 code is sent..

Answers (1)

Answers (1)

glenn_karlsson2
Participant
0 Kudos

Hi,

I did manage to get the answer from another site. The acknowledgement is created automatically by PI.

regards,

Glenn