cancel
Showing results for 
Search instead for 
Did you mean: 

a URL in PI 7.31 single stack to POST HTTP message??

Former Member
0 Kudos

Hello Experts,

Do you know any url in PI 7.31 where  I can POST HTTP message?

This url is needed because  I have to test http receiver adapter in PI 7.1 and after posting nothing should happen. Which means I just want to post message into url.

I don't need internet url as its out of my client network.

reg, avinash

Accepted Solutions (1)

Accepted Solutions (1)

vadimklimov
Active Contributor
0 Kudos

Hi Avinash,

As one of examples, you can use ChannelAdminServlet for a given communication channel with action = status (Controlling a Communication Channel Externally - Integration Engine - SAP Library). Even if the communication channel is not enabled for an external control, its status check will still work well using this servlet, and status check does not change anything, it only verifies status of the communication channel. The servlet accepts both GET and POST requests. Its response is in XML format, but you can also ignore it if the intention is only to send POST requests.

Regards,

Vadim

Former Member
0 Kudos

Hello Vadim,

It helped me. thanks.

reg, Avinash

Answers (0)