Hello,
I have problem when trying to consume a WS I deployed on my Oracle WebLogic Server 12c. The error I get whenever I try to get data is the following.
Error
oracle.xdo.dataengine.datasource.plugin.DataAccessException: oracle.xdo.dataengine.datasource.webservice.WSClientException: MddsException
Error Detail
oracle.xdo.servlet.data.DataException: oracle.xdo.servlet.data.DataException: oracle.xdo.servlet.data.DataException: oracle.xdo.servlet.data.DataException: oracle.xdo.XDOException: oracle.xdo.XDOException: oracle.xdo.dataengine.datasource.plugin.DataAccessException: oracle.xdo.dataengine.datasource.webservice.WSClientException: MddsException
The configuration for the WebService seem to be the correct one.
I have deployed this WebService Application on Oracle WebLogic Server 12c. My WebLogic Server doesn't have its SSL configuration done properly. It is currently using the demo configuration. Does this have something to do with my problem?
Also whenever I try to edit my data set. It just says "Error. Failed to load Web service".
Does anyone knows what this is about?