Questions tagged [wso2-data-services-server]

WSO2 DSS is an Open Source component in the WSO2 product family and available under the Apache Software License v2.0.

The WSO2 Data Services Server is an extremely simple and elegant mechanism to take data and make it available as a set of WS-* style Web services or as a set of REST style Web resources. It augments SOA development efforts by providing an easy to use platform for creating and hosting data services. This enables easy integration of data into business processes, mashups, gadgets, BI applications and any service in general.

Extract from the official wiki at: http://wso2.org/project/data-services/2.6.3/docs/

602 questions
2
votes
2 answers

WSO2 DSS - Problems Calling REST, GET Operation for JSON

While invoking a WSO2 data service over REST with content as JSON, I created a service which requires me to send a parametrized get, which in my case is…
Ranjan
  • 43
  • 1
  • 7
2
votes
2 answers

Deploying Different WSO2 product as single carbon application project

I am using WSO2 DSS, ESB and BPS for my project. They are working fine in respective servers. But my idea is to integrate DSS, ESB & BPS into one car file(or some other deployment archive file) and thus making the deployment easier. I have a Carbon…
2
votes
2 answers

How can we convert XML to JSON array in Wso2 ESB

I am retrieving the single row from DSS like anil anil123 and i am consuming this row in ESB Payload factory ,…
user2251940
  • 61
  • 1
  • 3
  • 11
2
votes
1 answer

WSO2 Data Services (DSS) and REST resources concepts

Hi I may be missing some concepts with WSO2 DSS REST resources. How can I create a resource that supports CRUD operations (same resource name but different verbs)? For example, if I have DSS resource '/services/samples/RDBMSSample/employees' I…
adnecs
  • 175
  • 1
  • 10
2
votes
2 answers

WSO2 Data Services JSON issue

I hope you can help me getting JSON REST WSO2 Data Service work. I use v 3.0.1 and sample data service. I suspect that I do smth wrong... I created a resource 'products' that is bound to productsSQL query. XML REST request work perfectly, but not…
adnecs
  • 175
  • 1
  • 10
2
votes
0 answers

WSO2 Data Source: How configure with some users Oracle?

I use WSO2 Data Services and the communication with Oracle is perfect with my main user database. I created others users with the same profile but with it the WSO2 not communicate. The error message is: Database URL cannot be empty. The URL is…
2
votes
2 answers

WSO2 ESB 4.0.3 - Error installing Data Services feature from 4.0.* repositories

I downloaded WSO2 ESB 4.0.3 and unzipped it on my MAC book PRO with MAC OSX 10.7.5. I added following repository via admin UI. http://dist.wso2.org/p2/carbon/releases/4.0.3/ I searched Data Services feature and try to install it. I am not able to…
Abhijit Diwan
  • 121
  • 2
  • 14
2
votes
1 answer

How to pass a parameter to a Cassandra CQL query in WSO2 DSS

I have been trying to get a parameterized CQL query working in WSO2 DSS. Unfortunately I have been unsuccessful. Appreciate your help soon as I'm stuck in an urgent matter. Following is the DBS file contents
Gunith D
  • 1,843
  • 1
  • 31
  • 36
2
votes
1 answer

Can wso2 data service return affected rows after SQL update?

I have used WSO2 Data service to connect to DB for while. All are perfect except that I still couldn't get the affected rows after a SQL update script. I've go through the wizard and try again and again, and found no solution. Is there anyone know…
Javakid
  • 357
  • 1
  • 10
2
votes
1 answer

WSO2 DataService JSON and NULL VALUE

When I use the native JSON message builder for a dataservice. It translates null values into for example "mobileNumber":{"@nil":"true"} Is there a way to have the output as "mobileNumber":null ? Thanks in advance.
2
votes
1 answer

Data server service through ESB

I have created the following WSO2 Data Server Service.
Ivo
  • 1,228
  • 1
  • 15
  • 33
2
votes
1 answer

WSO2 ESB TryIt tool doesn't show cyrillic

I have a WSO2 Data server services, which I map through WSO2 ESB. The Data Server Service returns some cyrillic fields (utf-8 encoding). When I use the "tryIt" feature in the ESB, the service works just fine, but the response's encoding is broken. I…
Ivo
  • 1,228
  • 1
  • 15
  • 33
2
votes
1 answer

WSO2 Data Services Server and LDAP Integration

I am currently trying to integrate WSO2 Data Services Server with my company LDAP server. I have followed closely the steps in the DSS admin guide: http://wso2.org/project/data-services/2.6.3/docs/user-core/admin_guide.html#LDAP under the section:…
gkl
  • 81
  • 4
2
votes
2 answers

WSO2 Data Services Server on Linux 64-bit?

I'm trying to get WSO2 DSS installed on a 64-bit server and am getting the following error: /opt/wso2dss/bin/daemon.sh: /opt/wso2dss/./bin/native/wrapper-linux-x86-32: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory Any…
jared
  • 1,344
  • 4
  • 20
  • 38
2
votes
0 answers

WSO2 ESB Database Notifications

I need to understand if it is possible for the WSO2 ESB to monitor a SQL Server 2008 database for table updates. If an update is detected then the ESB will extract the changes from the SQL Server instance, transform them and deliver them as a…