Tagged Questions
2
votes
1answer
38 views
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
...
0
votes
0answers
14 views
Creating Output mapping in wso2 DSS
I have written a service in Dss as:
<data name="cir_GetAllRegistry_DataService" serviceNamespace="http://cts.falcon/cir">
<description>select all data from all ...
0
votes
1answer
19 views
how to create Output mapping in wso2 DSS to achieve below structure?
I have created a service in dss and its working. The problem is i am getting output as :
<cir_registryCollection xmlns="http://cts.falcon/cir">
<cir_getRegistryData>
...
0
votes
1answer
49 views
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) ...
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
2answers
51 views
How to access the Header values in Wso2ESb
i am using wso2esb when i am getting request from my mobile client i will get as a HEADER .
But the issue is i am unable to access in wso2ESB insequence for further process how can i do this we have ...
0
votes
1answer
59 views
How can i get HEADER in my ESB i am using following property, its not not working
i am getting the data from mobile client they are sending data in JSON as well as sending some values as HEADER to WSO2ESB i am getting normal values using this property
<property name="asset" ...
0
votes
1answer
38 views
How to Access the Client Header Request
i am getting the data from mobile client they are sending data in JSON as well as sending some values as HEADER to WSO2ESB i am getting normal values using this property
<property name="asset" ...
0
votes
0answers
52 views
WSO2 ESb Error Handling when Error belongs to WSo2 DSS
i am doing Error handling In WSO2ESB using Fault Sequence .If error occurred in WSO2esb process its giving ERROR_MESSAGE and ERROR_CODE But my issue is Whenever Error occurred in WSO2DSS its passing ...
0
votes
1answer
42 views
How to Know the URL of Client In wso2 esb for Filter
i am doing filter based on the URL so i wish to know the FROM which service i am getting request .Means i wish to know the URL of Client
<proxy xmlns="http://ws.apache.org/ns/synapse" name="Emp" ...
1
vote
1answer
41 views
How To Know The Client Url in Wso2ESB sing property Mediator
i have two proxys . i wish to filter the Client url in second proxy means
my first proxy implemented and send some data to 2nd proxy.Its working fine But my wish i dont want allow any other service to ...
0
votes
2answers
65 views
How to know the client Url in WSO2esb
i am getting messages from Proxy client how could i know client url means i want to do a filter condition based on url so in that case i could know that which url hitting me
i have tried with some ...
0
votes
0answers
51 views
when data is not there not showing any exception directly it is going to else condition
I'm having trouble understanding why dataTables is refusing to show a single row of data but it works perfectly fine for any data sets greater than 1 row. I don't think this shows the issue either, ...
0
votes
0answers
120 views
How can we convert XML to JSON array in Wso2 ESB
I am retrieving the single row from DSS like
<Body xmlns="http://ws.wso2.org/dataservice">
<Datalist>
<username>anil</username>
...
0
votes
1answer
53 views
can we store a string in text file in wso2esb
i have text file in my local system i wish to append the data in particular file as synchronously i am tried too many ways but its not working esb has this future in oracle soa we can add in FILE ...
1
vote
2answers
79 views
How we can write a data in to text file using wso2esb
i am getting a data or string from front end i am setting the data or string in one property
that property data i need to send in text file every time they will send the data i need keep the data in ...
0
votes
1answer
51 views
How can i crete service on wso2Dataserviceside and how it will effect in Wso2ESB proxy side while running the Curl command from terminal side
I am working on the Wso2 ESB and DataService Server.
While i am running the CURL command on terminal side, with respect to ESB,
The JSON look like as follows.
{"Body":{"Id":0,"Body": ...
0
votes
1answer
49 views
WSO2 Data Service - Is there any mechanism to record the IP from who called a operation?
We need to record ip, date time and user that did any operation in our system to log. Is there one easy/fast way to do it?
Thank you very much!
0
votes
2answers
58 views
Can we append the data in single text file using Wso2esb
i am getting error message from mobile app or somewhere any of front end i need keep that message in one single text file .that file could be store in my local system how can i do this using wso2esb
...
0
votes
2answers
87 views
Can We change an Endpoint in Wso2Esb dynamically
while we implementing proxy services we can define endpoint. It was working in local system
we need to change the Production Environment or deployment or testing .In this Case I need to change my ...
-1
votes
1answer
70 views
HOW TO CHANGE WSO2DSS ENDPOINT AS DYNAMIC IN WSO2 ESB
i implemented a proxy service which is consist a multiple WSO2DSS Endpoints
like `
and its working fine in test environment
but while in production my WSO2DSS server Could be some other machine in ...
0
votes
1answer
84 views
how we can store a data or string in txt file in wso2 esb
my issue is i am getting data or json or string from front end or mobile app which contains details of error i need append the all details in single txt file in my local system
how can i do this we ...
1
vote
1answer
51 views
How to create following Request Structure in wso2 dss
I want to achieve the following request Structure in DSS but i am not able to do this. The Structure is
:<body>
<p:CreateRegistry xmlns:p="http://www.openoandm.org/xml/CIR/">
<!--1 ...
0
votes
1answer
96 views
Multi-tenant web service in WSO2 Data Services?
I want to build a web service where not every user can see all data. Therefor I need to store data in a multi-tenant fashion.
Quick example: Car dealers.
dealer
ID
name
username
...
1
vote
2answers
79 views
WSO2 products and Carbon version compatibility
I want to include multiple WSO2 products in 1 Carbon Management console. I started with Carbon 4.1.0. However, when installing features, not all products are listed (e.g. BRS, Identity Server etc). I ...
0
votes
0answers
94 views
can we arrange a array in one property in wso2 esb
I am inserting multiple tables using iterate , using returned key option in dss i am getting response as back returned its unique ,while i am iterating response splitting as multiple how can i get ...
0
votes
1answer
86 views
WSO2ESB has Bug According to this Configuration
i am using 4.6.0 WSO2ESB as per my configuration its working some scenarios but giving unkonow faults is it a fulfilled tool. i tried in many ways this below scenarios is i am passing wrong value ...
0
votes
0answers
96 views
how we can resolve this issue in WSO2ESB or WSO2DSS
i am inserting in multiple tables using wso2dss Returned generated key it inserting properly
in all the tables .while insertion some errors occurred like number format exception,primary key ...
0
votes
1answer
104 views
How can i handle this in Wso2ESB which is not passing Respone to Client
i am inserting in multiple table some of those is directly insertion and some more is we need split it means use iterate mediator i have done using two proxy and add fault sequence also insertion is ...
0
votes
1answer
206 views
How can i access this message in fault sequence in wso2 esb
how can i access this error text which is from wso2dss side standard error in wso2 esb fault sequence ERROR_CODE i am getting properly but this ERROR_MESSAGE giving NUll how can i do this
THIS IS ...
0
votes
1answer
73 views
How to know ERROR message in wso2DSS
Is there any link or reference to WSO2 Data Service error codes ?
I am getting error code '401000',500000, I need to know what exactly mean by that error code using this i am sending errorcode to ...
0
votes
1answer
59 views
how to handle a transaction in wso2esb or wso2dss with postgressql
I want to know a bit more about DSS transaction handling. I've been reading up on boxcarring and distributed transactions, but that's not what I'm looking for. Boxcarring is statefull (the client ...
0
votes
1answer
57 views
How we can handle the wso2DSS errors
we can handle the errors in WSO2ESb using fault sequence its handling in esb level only how we can handle DSS level errors also like primarykey violation ,input parameterwrong.
we has any separate ...
0
votes
1answer
86 views
How Can I handle Error sequence in WSO2ESB
i want handle error using fault sequence but i wish to customize it with delete operation
my scenario is while i am inserting in 2 tables if error occurred in 2nd table insertion i need to delete 1 ...
-3
votes
1answer
80 views
Error handling is not working in WSO2ESB
My configuration is like this:
<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse"
name="tReadingMobile"
transports="https http"
...
0
votes
2answers
142 views
how to integrate wso2 DSS server and wso2 ESB
My current scenario is that i have a web service exposed from data service which returns me email address of the user when i give it the name of the user. Now i want to use this web service in ESB and ...
0
votes
0answers
68 views
Transaction mediator not working in wso2esb it throughing errors
HI iam publishing my configuration my idea is send the data into to 2 tables if any fail in 2nd table 1st one also rollback my config is:
<proxy xmlns="http://ws.apache.org/ns/synapse" name="Emp" ...
0
votes
0answers
72 views
How we can Process the ITERATE in Sequence
find my configuration below i have multiple tables i tried couple of ways but its not working my configuration is like this
<proxy xmlns="http://ws.apache.org/ns/synapse" name="tReadingMobile" ...
1
vote
1answer
51 views
How we can ROLLBACK the Transaction in WSO2DSS or WSO2ESB
i am inserting no of tables at a time using WSO2dss and Wso2 ESB . those are dependent tables how we can ROLLBACK if one transaction failed.my issue is i am inserting EMP1,EMP2,EMP3
my data inserted ...
0
votes
0answers
126 views
WSO2 DSS not working properly while i am sending this query in to postgres database its showing errors
it is bug of WSO2DSS or its doesn't has future of it
i am sending epoch value from WSO2 ESB to WSO2 DSS and firing this customized query
INSERT INTO public.emp2(e_device,e_amount,e_no,jointime) ...
0
votes
0answers
75 views
WSO2 dataservice - Facing 'Unable to retrieve UDT value…' error, when executing a stored procedure, with out parameter as a TYPE
Version : MAC OS X - 10.7.5 with WSO2 ESB 4.0.3 and Data Service feature - 3.2.3
User defined type as :
create or replace
TYPE DISPLAY AS OBJECT (MSG_ID NUMBER(22,0),MSG_TYPE varchar2(255) );
...
1
vote
0answers
124 views
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 ...
2
votes
2answers
179 views
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 ...
0
votes
2answers
67 views
WSO2 Data services server - backing up all deployed data services
I'm interested in making a backup of all services deployed on WSO2 DSS so in case the server crashes, gets wiped, etc, I can install a new one and restored all services from a backup.
Can someone ...
0
votes
0answers
31 views
Role Based Content Filtering
I have a use case where i need to filter certain parts/attributes of a resource exposed through a REST API. I observed WSO2 provides similar capability using the data services component. But my ...
0
votes
0answers
50 views
WSO2 DataServices server problems with .NET clients when multiple methods with the same return type are exposed by the service
I exposed couple of methods on the DataService server under same service, all methods return the result of the same type, but when .NET application tries to access them, it complains with:
The XML ...
0
votes
0answers
56 views
WSO2 Data Services server in ESB 4.5.1 - Is TERADATA feature DYNAMIC RESULT SET supported?
I would be really thnkful if you can let me know how to implement the "DYNAMIC RESULT SET" feature of TERADATA stored procedure in WSO2 ESB 4.5.1 with Data service plugin 4.0.2.
Stored procedure in ...
1
vote
3answers
224 views
ESB 4.6.0 with Data server plugin - Not able to execute stored procedure with REF_CURSOR
I am working on MAC OS X - 10.7.5 with WSO2 ESB 4.6.0 and Data Service feature - 4.0.5
Java java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)
Java HotSpot(TM) ...
0
votes
1answer
56 views
Error codes in WSO2 Data Service
Is there any link or reference to WSO2 Data Service error codes ?
I am getting error code '401000'. I need to know what exactly mean by that error code.
0
votes
1answer
197 views
Wso2 Data Services - Update Operation Issue
I am experimenting WSO2 DataService Component with MySQL as the database.
I exposed the MySQL database as a service using the WSO2 component and was able to use the WSDL to generate Java code.
Using ...
