cancel
Showing results for 
Search instead for 
Did you mean: 

XI3.0: Soap Sender with HTTPS

Former Member
0 Kudos

I have enabled HTTPS on our J2EE stack.

We have a soap sender which works fine using http and username/password authentication.

When I switch "HTTP Security level" on the SOAP sender to "HTTPS without client authentication" and sends the SOAP request to the HTTPS port XI (j2ee) returns a HTTP errorcode 403 Forbidden. No explanation, and I can't find any traces in the logs.

Please help/advise!

-AD

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Hi,

SAP Note 856597

Refer to the following questions:

- I get a permission error "403 Forbidden" from the adapter's servlet. What went wrong?

- Can I use SSL for my sender adapter?

Regards,

Prateek

Former Member
0 Kudos

The solution was very simple!

The client accessing XI was using a .NET application which picked up Internet explorer's proxy settings, even if the .NET application it self activly set NO proxy!,...and that proxy did not allow https

Nothing to do with XI at all. Everything worked as soon as we got rid of that.

-AD

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Error in SOAP Adapter - "403 Forbidden" from the adapter's servlet. –Because of the URL is incorrect or the adapter is not correctly deployed.

Regards

Chilla

Former Member
0 Kudos

The adapter works perfectly with HTTP. It returns 403 with HTTPS.

-AD