Solution:
You can try querying column families from system.schema_columnfamilies to check whether DSS configuration is valid and integration happens correctly.
Here's the DSS configuration
You can try querying column families from system.schema_columnfamilies to check whether DSS configuration is valid and integration happens correctly.
Here's the DSS configuration
You can try as follows
- download the WSO2 DSS and start the server
- copy the above configuration to a text file and save as .dbs file and copy to the <DSS_HOME>\repository\deployment\server\dataservices
- wait until it deploy
- get the WSDL from management console and add it to the SOAP UI and invoke the getColumnfamilies operation – it will list all the column families from your database.
Comments