Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

access denied ("oracle.wsm.security.WSFunctionPermission"

3688362Jun 12 2018 — edited Jun 13 2018

Hi All,

Seeking an urgent help.

We are trying to perform an operation initializeNegotiation in Sourcing cloud through SOAP UI but getting following error:

access denied ("oracle.wsm.security.WSFunctionPermission"

we have assigned are related roles but still getting the above message in following XML file and RAW in response

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing">

   <env:Header>

      <wsa:Action>http://xmlns.oracle.com/oracleas/schema/oracle-fault-11_0/Fault</wsa:Action>

      <wsa:MessageID>urn:uuid:1d4eaae0-2d67-4dfe-b456-8c2c005645e0</wsa:MessageID>

   </env:Header>

   <env:Body>

      <orafault:Fault xmlns:orafault="http://xmlns.oracle.com/oracleas/schema/oracle-fault-11_0">

         <faultcode>env:Server</faultcode>

         <faultstring>access denied ("oracle.wsm.security.WSFunctionPermission" "http://xmlns.oracle.com/apps/prc/pon/negotiations/negotiationsServiceV3/NegotiationManageService#initializeNegotiationAsync" "invoke")</faultstring>

      </orafault:Fault>

   </env:Body>

</env:Envelope>

HTTP/1.1 200 OK

Server: Oracle-HTTP-Server

X-XSS-Protection: 1; mode=block

X-Content-Type-Options: nosniff

Content-Security-Policy: frame-ancestors 'self' *.oracledemos.com *.oracle.com *.oracleads.com *.bigmachines.com

Strict-Transport-Security: max-age=31536000; includeSubDomains

X-ORACLE-DMS-ECID: 005Rao0NxXFEsHZpHk1Fif0000KD0000IT

SOAPAction: ""

Content-Encoding: gzip

Content-Type: text/xml; charset=UTF-8

Content-Language: en

Content-Length: 383

Date: Tue, 12 Jun 2018 07:42:00 GMT

Connection: keep-alive

Vary: Accept-Encoding

Set-Cookie: JSESSIONID=INDy8cKI0WclHrcWd8qhyynwGmlkqmdbeG4IN-4fM0EGskgX2sSI!1784556444; path=/; HttpOnly

Set-Cookie: _WL_AUTHCOOKIE_JSESSIONID=wknqTk8UWG1i49S4dGq4; path=/; secure; HttpOnly

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"><env:Header><wsa:Action>http://xmlns.oracle.com/oracleas/schema/oracle-fault-11_0/Fault</wsa:Action><wsa:MessageID>urn:uuid:1d4eaae0-2d67-4dfe-b456-8c2c005645e0</wsa:MessageID></env:Header><env:Body><orafault:Fault xmlns:orafault="http://xmlns.oracle.com/oracleas/schema/oracle-fault-11_0"><faultcode>env:Server</faultcode><faultstring>access denied ("oracle.wsm.security.WSFunctionPermission" "http://xmlns.oracle.com/apps/prc/pon/negotiations/negotiationsServiceV3/NegotiationManageService#initializeNegotiationAsync" "invoke")</faultstring></orafault:Fault></env:Body></env:Envelope>

Please let me know if i m missing something or applying some wrong approach.

Regards,

Gurmeet

We are trying to perform an operation createNegotiation using SOAP API in oracle procurement cloud from SOAP UI but we are getting the following error. As per the oracle documentation we have the following roles.

Comments
Post Details
Added on Jun 12 2018
2 comments
1,199 views