cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP 401 [ISS.0084.9004] Access Denied error

Former Member
0 Kudos

Hi,

We are using receiver SOAP adapter to send file to the third party system (non-SAP).

We have implemented HTTP headers in SOAP adapter.

The Target url is https which has been provided by third party and they are saying the url does not require User Authentication.

While sending the file we are getting error as:

SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 401 [ISS.0084.9004] Access Denied

Kindly suggest as this is very urgent.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi,

We have implemented HTTP headers in SOAP adapter.

Did you use may be parameter "authentification" inside the http header?

You can test the service sending own http header fields for example with a firefox add on "poster" (freeware). You should first look for a successful test before you implement that on PI.

Regards,

Udo

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Since in the previous thread you stated that you have changed URLs, are the firewalls opened both ways e.g from PI system and from target system?

What third-party tool are you using to analyze the HTTP Headers expected by the target system? Can you share to us the HTTP Headers?

Regards,

Mark

Former Member
0 Kudos

Hi Mark,

The firewall is opened for the revised URL from both sides.

HTTP headers are:

Ent-filename = *

Ent-receiver = xxxxx

Ent-APRF = xxxxx

We have taken the XPI inspector traces and it mentions:

The signing certificate was not provided in the chain

End IAIK Debug.

      ERROR: The issuer of the certificate #0 doesn't match the subject of certificate #1

Can you please suggest what might be the reason for error?

Thanks.