Categories
error on action - Invoke an HTTP request

Hi All,
We have just started to playa round with 'actions' in BIP that's part of the Oracle Financials Cloud. Trying to do a simple get with no authentication and parameters but getting this generic error. Am I missing something? Documentation doesn't talk about any additional set up required for this part.
Soap invocation failure. HTTP error code: '<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Header/>
<env:Body>
<env:Fault>
<env:Code xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Value>env:Receiver</env:Value>
</env:Code>
<env:Reason>
<env:Text xml:lang="en-US">Unanticipated error invoking web service null</env:Text>
</env:Reason>
<env:Detail>
<InvocationFault xmlns="http://oracle.bi.action.invoke.ws/" xmlns:ns0="com.siebel.analytics.web/report/v1.1">
<message>Unanticipated error invoking web service null</message>
<status>UnknownFailure</status>
</InvocationFault>
</env:Detail>
</env:Fault>
</env:Body>
</env:Envelope>'.
Answers
-
forgot to add, this is a named action.
0