/
Service Request Returns "Request is not allowed" Error Message
Service Request Returns "Request is not allowed" Error Message
Problem
A client-side information system sends a service request and receives "Request is not allowed" error message as a response.
Request is not allowed
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>Server.ServerProxy.AccessDenied</faultcode>
<faultstring>Request is not allowed: SERVICE: instanceIdentifier/memberClass/memberCode/subsystemCode/serviceCode/serviceVersion</faultstring>
<faultactor></faultactor>
<detail>
<faultDetail xmlns="">132ff5d7-a6c7-4807-968e-430c515bf32a</faultDetail>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Solution
The error message indicates that the client subsystem does not have sufficient permissions to invoke the service. Contact the service provider about the issue and request access permissions to the service. Don't forget to mention the subsystem that you want to use for accessing the service.
More information about access rights management is available at:
https://docs.x-road.global/Manuals/ug-ss_x-road_6_security_server_user_guide.html#7-access-rights
Related articles
, multiple selections available,
Related content
How to Interpret Security Server Proxy Error Messages?
How to Interpret Security Server Proxy Error Messages?
More like this
Sending Authentication Certificate Registration Request from the Security Server to the Central Server Fails
Sending Authentication Certificate Registration Request from the Security Server to the Central Server Fails
More like this
What Kind of APIs the Security Server Provides?
What Kind of APIs the Security Server Provides?
More like this
How to Change the Security Server UI/API TLS Certificate?
How to Change the Security Server UI/API TLS Certificate?
More like this
How to change Security Server logging levels?
How to change Security Server logging levels?
More like this
What Is the Difference Between the Add Member and Add Client Options Available on the Security Server?
What Is the Difference Between the Add Member and Add Client Options Available on the Security Server?
More like this