cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error HTTP: 403 - Forbidden

Former Member
0 Likes
14,107

Hi experts,

I'm facing a problem that is: i've configured a scenario in Integration Builder to communicate with a party that has no authentication (user, password, keystore, etc). In this case, the communication channel only have the endpoint and the soapAction configured.

When i execute the abap program on ECC, it communicates with the PI (7.31) to consume the service. But, i'm getting the error below:

14.05.2014 19:23:03.676InformaçõesSOAP: request message entering the adapter with user J2EE_GUEST
14.05.2014 19:23:03.687ErrosFailed to call the endpoint: Error in call over HTTP: HTTP 403 Forbidden
14.05.2014 19:23:03.687ErrosSOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 403 Forbidden
14.05.2014 19:23:03.693ErrosSOAP: error occured: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 403 Forbidden

When i consume the service by SOAPUI, it works correctly.

Someone can help ?

Best regards,

Gustavo

View Entire Topic
Former Member
0 Likes

Hi Gustavo,

Just to be sure. I have seen this in cases where a single sign on is enabled for the target system. Are you able to open the web service end point url in chrome?

Regards

Varun

Former Member
0 Likes

Hi Varun,

Yes, i can open the web service, it prompts to put the username and password from SAP pi and it's open correctly.

Regards

Gustavo