How to implement Managed attachment solution in Oracle WCC 12.2.1.0.0 ?
I have been following one DOC 2170085.1(https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=256943745797632&id=2170085.1&_afrWindowMode=0&_adf.ctrl-… ) to implement Managed attachment solution.I am facing some issue in step-8 i.e. while invoking the wsdl-
http://172.16.1.220:16200/idcws/AfGrantAccess?wsdl (My content server address-172.16.1.220).
The error log is like below.
oracle.sysman.emInternalSDK.webservices.util.SoapTestException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://172.16.1.220:16200/idcws/AfGrantAccess?WSDL:WSDL not found at oracle.sysman.emInternalSDK.webservices.impl.ParsedWSDLFactoryImpl.getParsedWSDL(ParsedWSDLFactoryImpl.java:196) at oracle.sysman.emInternalSDK.webservices.impl.ParsedWSDLFactoryImpl.getParsedWSDL(ParsedWSDLFactoryImpl.java:108) at oracle.sysman.emas.model.wsmgt.WSTestModel.parseWSDL(WSTestModel.java:881) at oracle.sysman.emas.model.wsmgt.WSTestModel.init(WSTestModel.java:845) at ............