cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI to ClickSO using SXP Message and not webservice

Former Member
0 Kudos

Hi All,

We have a scenario where we are trying to send an SXP Message to Click SO (Reason: Clicksoftware does not have a web service for SXPMobileIsAlive case).

We have configured the Receiver HTTP_AAE Channel as below:

We are getting the below error while sending message through SOAP UI:

Has anyone else faced similar issue, Request you to please help with this.

Thanks and Regards,

NehaS

Accepted Solutions (0)

Answers (1)

Answers (1)

engswee
Active Contributor
0 Kudos

Hi Neha

I'd suggest that you try to access the webservice directly first without PI by using an HTTP client like Chrome Advanced Rest Client or Postman (both are Chrome extensions). See if you can successfully post to the webservice before even configuring PI channel.

Also, since you are on PI 7.4, might be better to use the REST adapter (available from SP9) since it is more configurable for handling HTTP-based interfaces.

Rgds

Eng Swee