Issue in Activation of OIC service
Summary:
Facing Issue in activation of App driven orchestartion service in OIC.
Content (please ensure you mask any confidential information):
Facing below issue :
java.lang.NullPointerException: Cannot invoke "com.oracle.ics.abstraction.api.common.resources.ICSFlowResourceRef.getRefUri()" because the return value of "com.oracle.ics.abstraction.api.common.resources.ICSFlowWirepoint.getMessageContextRef()" is null.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable): we need to call this service from another service and to call this service we are passing below re
{ "request" : { "P_LOAD_REQUEST_ID" : "" } } and then We are calling BIP reportto fetch required data after that for each record we are creating Credit memos through Rest API and then using soap wsdl we are selected (createApplyOnAccountCreditMemo) this opertaionn.