Skip to Main Content

Application Development Software

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!

(xClbraUserList:isSelected) the colon is invalid name in WSDL

Rana AkkoubDec 16 2020

Hi;
I want to use FLD_Porpagate service , but when i add xMEtadat:isSelected its give in soap invalid metada on colon

requestData.putLocal("IdcService", "FLD_PROPAGATE");
requestData.putLocal("fFolderGUID", folderGUID);
requestData.putLocal("xClbraUserList:isSelected", "1");
requestData.putLocal("xClbraUserList", xClbraUserList);
requestData.putLocal("isForced:isSelected", "1");
return sendRequest(requestData);

Comments

FreddieEssex

you will have to run this on your catalog database:

select owner from dba_objects where object_name = 'RC_RMAN_CONFIGURATION';

1 - 2

Post Details

Added on Dec 16 2020
3 comments
107 views