Questions tagged [dss]

Data Services Server

Data Services Server is one of the WSO2 product set.

In summary, it enables to publish different data from differents source through web-services just by configuration.

For more details see this page.

103 questions
1
vote
1 answer

How to add OAuth feature to DSS

I am currently using WSO2 DSS to create RESTful APIs to access the databases. I need DSS to perform OAuth authentication for every incoming request. Is there a way I can do it without using WSO2 API Manager or WSO2 ESB? If I have to change the…
Ravi Shenoy
  • 467
  • 1
  • 4
  • 14
1
vote
2 answers

JDBC Driver for SQL Server throws SqlServerException: 'Operation not supported' while calling a stored procedure which uses cursors

I am trying to call a stored procedure using JDBC driver 6.0 for SQL Server and getting the error Operation not supported if the stored procedure uses cursors, XML manipulation and/or temporary tables. If I modify the stored procedure definition…
Pawandeep
  • 75
  • 9
1
vote
1 answer

WSO2 DSS/ESB services starting in network card and wrong address

Services dss and esb are rising with the IP address of the external network, need the services come up with the address of the internal card. Where can I set to start on the board with the internal address ?
Andninja X
  • 49
  • 3
1
vote
1 answer

WSO2 DSS WSDLPrefix in clustered setup

I see no mention of setting up WSDL prefix in the clustering guide for DSS. I have setup for ESB and it works fine. Is it OK for me to use the same axis2.xml changes in DSS to make that prefix etc work in DSS cluster too?
1
vote
2 answers

Darwin Streaming Server install problems os x

My problem is the same as the one mentioned in this answer. I've been trying to understand the code and this is what I learned: It is failing in the file parse_xml.cgi, tries to get messages (return $message{$name}) from a file named messages…
venito
  • 47
  • 7
1
vote
1 answer

wso2 dss 3.5.0 subtracting hours from datetime

data source = dateTime 2016-02-26 00:00:00.0 dss return = dateTime 2016-02-25T09:00:00.000-03:00 I would like to know if there is any settings to be made in the tool itself.
1
vote
0 answers

Is it possible to parametrize grabbing URL of a WSO2 DSS 3.2.2 Web data source?

I’d like to use WSO2 DSS 3.2.2 to integrate a Web based data source. The problem is, that the URL to be grabbed depends on the users input (i. e. something like http://www.mycompany.com/getItem?search=searchterm, where searchterm refers to the…
1
vote
0 answers

How to execute a function that returns an Oracle UDT (User data type) in WSO2 DSS?

I've tried with: select package.faunction(param1,param2...paramX) as "data" from dual. Works like a charm. Then, I´ve got the output result with: element column="data[0]" name="name1" xsdType="string" element column="data[1]" name="name2"…
1
vote
0 answers

How to access html file on a dss service with httpget operation

I've created a custom dss service on MRDS 2008 and I need to stream an image when you access the service by httpget operation in a web browser(localhost:50000/dssservice). The problem is that I have to refresh the web browser every time I need to…
José Molero
  • 118
  • 10
1
vote
1 answer

How to add another dbs to car

I have the following plugin which builds a car containing a dbs service named ABC.dbs: some group some-dss 1.1.0 service/dataservice
mk3lai
  • 43
  • 3
1
vote
1 answer

WSO2 DSS Parsing mongoDB query result

I try to connect to mongoDB using WSO2 DSS and its mongoDB data source and present the result via a service. When setting the output mapping for a simple query result I cannot access the individual objects attributes. The only way to access the…
Filip Majda
  • 153
  • 1
  • 8
1
vote
2 answers

Unable to send a JMS message using WSO2 DSS output event trigger

I am using WSO2 DSS 3.2.1 and trying to configure an output event trigger with the following event sink URL: jms:/…
john smith
  • 536
  • 4
  • 11
1
vote
2 answers

How set default output type to JSON ins DSS

We have a mobile app using Restkit which would use as WSO2 DSS service as the backend of the app. The service has a database data source. However the developer is complaining that he gets an error that the service is only returning text/plain…
Drew
  • 710
  • 1
  • 15
  • 34
1
vote
1 answer

Mathematical attack on the Digital Signature Algorithm

Does anybody know the mathematics behind an attack on DSA where modulus p has p-1 made up of only small factors. In reality, this would not happen as the key generator would guarantee that this is not so. There is much information on the web on…
Robben_Ford_Fan_boy
  • 8,494
  • 11
  • 64
  • 85
1
vote
1 answer

Parsing X509 DSS Certificate to get P, Q, G and Y

I am trying to parse a X509 Certificate that contains a Digital Signature Algorithm (DSA) public key. Using the javax.security.cert.X509Certificate class and getPublicKey() method I've been able to get P, Q, G and Y: P: 0279b05d bd36b49a 6c6bfb2d…
Robben_Ford_Fan_boy
  • 8,494
  • 11
  • 64
  • 85