1
vote
1answer
44 views

WSO2 DSS: tryit doesn't work

I have installed WSO2 DSS (4.0.5) as a feature of BAM 2.2.0 and created a data service which works perfectly when I call it externally (e.g. from Java or PHP). However when I use "tryit" tool it shows ...
0
votes
1answer
46 views

Data Service Server (DSS) && SQL Server: How to handle exceptions (RaiserError)

In SQL Server a procedure was developed that at one point returns an exception with RAISERROR. When this occurs, the DSS is thrown "javax.xml.stream.XMLStreamException." Is it possible handle the ...
1
vote
0answers
32 views

Calling WSO2DSS data service from silverlight (cross-domain call)

I need make cross-domain call of data service (created in WSO2DSS) from silverlight. I know there must be the specific crossdomain.xml file in root of web server. But I don't know how I store this ...
2
votes
1answer
239 views

Enable JSON to retrieve data from WSO2 Data service

I'm using wso2dss-3.0.0 and how can I enable JSON to retrieve data from WSO2 Data service ? Given that I'm able to get data in XML Format. When I create the query XML and RDF formats are available ...
0
votes
2answers
119 views

PHP Request To Fetch Data From WSO2 Data Services Server

I have successfully set up the WSO2 Data Services Server and have created to some procedures which fetch the data as XML. I can see them in the DSS admin panel. In order to do that I have completed ...
1
vote
2answers
253 views

WSO2 Data Services Server - Adding a new Database support

How do I add new Database support ( MongoDB) in 2.6.3 version of WSO2 Data Servicer Server.
0
votes
1answer
339 views

WSO2 Data Service Server DS Communication Error

Since yesterday I've been facing a problem with a DB2 data source in WSO2 Data Service Server. Every night I have a schedule shell script script wich makes a maintenance in the database, but at some ...
0
votes
2answers
86 views

How is the password of the data source stored in the WSO2 Data Services Server?

In the data services server, one of the step is to create a Data Source, in which you need to supply the connection URL as well as the database userId and password. My question is how is this password ...
2
votes
1answer
72 views

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 ...
2
votes
1answer
365 views

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: ...
0
votes
1answer
179 views

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 ...
1
vote
1answer
193 views

Caching settings in WSO2 DSS

We have different services deployed in DSS and we have a different way of caching: no cache 1 hour cache 1 day cache Is there any way to set this caching directly to each dbs file without using ...
2
votes
2answers
227 views

Automated deployment of DSS datasource configuration

We have a "mavenized" project with several containers (wso2esb, wso2dss, tomcat) and many components to deploy to them. We are trying to find a way to deploy the datasource configuration for all our ...
1
vote
3answers
561 views

How WSO2DSS manage the XML mapping of queries which contains some columns with null value

I have a simple query select t.firstname, t.lastname, t.zipcode, t.city from name_data t where name_id = ? The '?' is the input parameter and is never null. The query returns a record looking ...
1
vote
1answer
152 views

Sharing Registry Space across Multiple WSO2 DSS Instances

I deployed a Governance Registry, a master Data Services Server and a slave Data Services Server according this tutorial (Strategy B with JDBC): ...