Hi Guys,
I have a scenario for plain http at sender side in PI 7.31 single stack. The requirements are as follows :
1. Plain http with no soap envelope
2. https protocol to be used (URL should be HTTPS)
3. On using POST, the login credentials should be asked to post data to PI.
I have configured channel as HTTP_AAE with POST message protocol. I have verified the SSL access points are configured(port as 50101).
When testing from HTTP client, the message is not getting posted to PI.
But when I test with HTTP port, the message is posting to PI.
Please advice.