Skip to Content
1
Former Member
Apr 10, 2014 at 06:31 PM

Pay Pal integration using SOAP receiver - 403 Forbidden Error

519 Views

Hello,


We are PI 7.31 single-stack developing a new interface with Pay Pal SOAP API's using SOAP Receiver:

Transport Protocol: HTTP

Message Protocol: SOAP 1.1

Do Not Use SOAP Envelope: Checked

My SOAP Envelope and API call work fine in SoapUI but when I use PI it returns the following:

SOAP: Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 403 Forbidden


I have learned that Pay Pay requires HTTP 1.1 protocol when accessing their API's and a network trace has shown

PI is using HTTP 1.0. I have recreated this 403 error in my web browser by turning off the option to use HTTP 1.1.

So I feel confident this HTTP version mismatch is my issue.


How do you configure PI to send a HTTP 1.1 request when making a SOAP call as a receiver?

Regards,

Dave