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
0
votes
2 answers

WSO2 data service (DS) in ESB 4.0.3 returns wrong fault message

I work at Apple and we are working on the prototype using WSO2 ESB with Data Services Feature. I am using WSO2 ESB 4.0.3 with DSS feature. I have deployed data service and calling the data service from proxy service in ESB. I am using MAC OS X…
Abhijit Diwan
  • 121
  • 2
  • 14
0
votes
2 answers

WSO2 - connectivity to WS02 Data services/ESB through custuom UI

I need to create a custom user interface using extJS/JSP which will allow me to do following 1) create a data service using UI similar to carbon UI and deploy it. 2) create a esb service using UI similar to carbon UI and deploy it. I could not find…
ash200
  • 25
  • 5
0
votes
2 answers

Consuming WSO2 Data service in C#.Net Windows application

I am trying to consume service created on 'WSO2 Data service server’ into a local .NET Client (Windows application). I am able to communicate with the service(I was able to list of operations those Service provides). But when I try invoking a method…
0
votes
1 answer

Consuming a WSO2 data service from C#

I’m unable to consume a WSO2 data service from C#. I created the data service using the documented way and then am able to interact with it from the “TryIt” function. Then I register a service reference in Visual studio 2010. The error I receive…
0
votes
1 answer

WSO2 data service, change schema where results are returned

I am working with WSO2 Data Service version 2.6. In this version the tool for contract firts service generation has been removed due to a bug, and it will be realease again in the next version. We need to change the way the results are returned. We…
fipries
  • 386
  • 3
  • 19
0
votes
1 answer

WSO2 DSS Cannot execute SQL Server stored procedure

We are in the process of upgrading WSO2 DSS from version 2.5.1 to 2.6.3. In version 2.5.1, we were able to execute stored procedures from our SQL Server 2005 database via services with no problems whatsoever. However, in this new version, that is…
0
votes
1 answer

Add XML node to WSO2 DSS and ESB response

I have WSO2 DSS set up to return data like this: 12345678910123 123456 My Product Name If there is no data to return I simply get the…
jared
  • 1,344
  • 4
  • 20
  • 38
0
votes
1 answer

WSO2 Data Services Server with Oracle OLAP Cube

Does anyone know how to integrate an Oracle OLAP Cube with WSO2 DSS? I've tried looking for resources (google, forums, etc) about it but I haven't been able to find anything. Is that possible?
-1
votes
1 answer

What WSO2 technologies can I use to implement something like this? Is Enterprise Integration the right choice?

I am absolutly new in the WSO2 world and I have the following problem. I have to developer a toolkit application and the customer says to me that, if possible, they want introduce WSO2 technologies in this project. I will try to explain what exactly…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
-1
votes
5 answers

How to define a web service type in wso2 data service

I created web service as mentioned below example.Anyway it doesn't mentioned the web service type whether its a Jason,axis or any other type.How to define the web service type when using wso2 data service ? Data Service tutorials
asliyanage
  • 130
  • 2
  • 10
-1
votes
4 answers

When i am trying to add proxy at file side (i.e) source view

I am facing error like below at esb terminal side,i done many things like rename file so and so...... then also i didnt get any thing. ERROR - ProxyServiceFactory Target is required for a Proxy service definition. WARN - ProxyServiceDeployer Proxy…
jacksphere
  • 31
  • 9
-1
votes
2 answers

How to write select Query in MySQL?

I want to write a select query where i user have to pass two input ID and SourceID. But here is the twist, Input ID is mandetory and SourceID is Optional. I want to write a select query where if a user passes only Input ID then my select query will…
Roy
  • 1,231
  • 1
  • 24
  • 61
-2
votes
1 answer

SQL Multi Where Conditions using QUERY_STRING in WSO2 Dataservice

I have SQL Select statement with optional filter that i would like to exposed as an API . I used the dynamic SQL Query to get the parameters to filter with like this : SELECT…
-2
votes
1 answer

How can i solve these Errors while consuming JMS in wso2esb

I am using wso2esb4.7.0 and ActiveMQ5.8.0 http://docs.wso2.org/display/ESB470/ESB+as+a+JMS+Producer and http://docs.wso2.org/display/ESB470/ESB+as+a+JMS+Consumer according to the document i have done and my messages are passing well to …
user1983299
  • 393
  • 1
  • 5
  • 16
-3
votes
1 answer

how to create service groups in wso2 DSS server

I need to create a several services . I found we can create one query service easily. how to create service groups in WSO2 DSS server?
1 2 3
40
41