WSO2, Open Source Java based Middleware Service provider. All WSO2 products are 100% open source and released under the Apache License Version 2.0.
1
vote
0answers
18 views
Malformed Response - Invoking one ESB REST service from another
I am relatively new to WSO2 ESB,
Trying to invoke a REST Web service with GET parameter which is hosted on WSO2 ESB through another REST API.
This is a simple Web service(SampleREST) which replies ...
0
votes
1answer
16 views
json conversion issue in wso2 API Manager
We are trying to use wso2 api manager to access some of our RESTful services.
The rest services expect a json payload. When json request is sent to api manager it converts the json request to xml and ...
0
votes
1answer
15 views
WSO2 API Manager Get User list
Hi I am trying to export the list of users that have signed up for an API key using Carbon but can't seem to figure out where to do this. I have tried accessing the h2 database (the WSO2Carbon_DB as ...
0
votes
1answer
18 views
Trying to build WSO2 Governance Registry. Build getting failed
To build wso2 governance registry, I have build orbit and then all of its patch release and then kernel and its patch releases and while building platform I am getting build failure due to
"Failed to ...
0
votes
0answers
45 views
Siddhi source code [closed]
I'm using siddhi in a project I'm working on and want to take a look under the hood to see how it handles a couple of things. I can't seem to find the latest source anywhere Whichin the WSO2 ...
0
votes
1answer
14 views
WSO2 ESB SOAP headers lost
I'm trying to forward a simple web service call through ESB, however Send mediator removes all headers from SOAP message.
Source message:
<s:Envelope ...
0
votes
0answers
25 views
WSO2 ESB and IS integration - handlers tag not supported
Have a WSO2-ESB rest service which invokes another Rest Service.
On attempting to add OAuth based authentication to secure the called Rest service resource, i am not able to add the below snippet ...
-1
votes
2answers
27 views
Want to protect my webapplication with wso2 identity server
Need urgent help...
My requirement is to protect one webapplication(say mywebapp.com) with wso2 identity server. So whenever user will access mywebapp.com it will be authenticated against wso2IS.
How ...
0
votes
2answers
36 views
Unable to Set Up SAML SSO on AS 5.1.0
I have set up an instance of AS 5.1.0 to perform SAML SSO with an instance of IS 4.1.0. When I connect to the AS Management Console, I get forwarded to the SAML SSO login page on the IS instance. ...
0
votes
0answers
18 views
WSO2 IS RBAC and role grouping
Here is my use case.User has n similar resources (ex. digital books) and each resource has all the four roles (ex READ_BOOK1, CREATE_BOOK1 and so on..) for doing the CRUD operations, user can give ...
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
2answers
21 views
CDATA in payload factory in WSO2 ESB
I am trying to write a sequence in ESB and populate my payload data by using payload factory as i stated below example.
<payloadFactory>
<format>
<p:echoInt ...
0
votes
1answer
25 views
Soap 1.1 soap 1.2 transformation with WSO2ESB
I'm looking for a solution on how to expose SOAP 1.1 WSDL based service via WSO2ESB as SOAP 1.2. I've read and tried everything I could reach.
With WSDL-proxy options for publishing WSDL file are:
- ...
0
votes
1answer
35 views
wso2 bpel appending two or more responses to single output variable?
consider i have two responses in XML. i need to append two XML responses and map that appended XML to output variable.
response1: <response1>abc</response1>
response2: ...
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 ...
1
vote
1answer
33 views
How to Invoke external web service from WSO2 ESB
I want to invoke an external web service from WSO2 ESB, is there any way to do it from the proxy service or something else?
The condition is I have a web service deployed in another computer and I ...
0
votes
1answer
29 views
Invalid null character in text exception while receiving text from jms
I want to receive a text message from ActiveMQ 5.8.0 queue to a proxy in WSO2 ESB 4.6.0. Here is my proxy definition:
<proxy xmlns="http://ws.apache.org/ns/synapse" name="proxy1" transports="jms" ...
2
votes
0answers
50 views
Spring security: External Authorization
I successfully completed login module of my application using spring security's inbuilt authentication & authorization mechanism.But later i was told to check if i can integrate WSO2 (SOA solution ...
0
votes
1answer
28 views
How to append to an existing file with WSO2 ESB (VFS)
I'm writing to a single file with a WSO2 ESB using a VFS endpoint. But this does override the file each time. How can I configure the endpoint to append the content? Or does this feature even exist?
...
0
votes
0answers
32 views
wso2 esb jms binding
ESB Proxy service is currently listening to IBM MQ Queue using .binding file via JMS transport.
We have another queue created to meet another functional requirement - do we need to update existing ...
0
votes
1answer
24 views
WSO2 ESB: route to specific node
I have WSO2 ESB and ELB instances installed.
When HTTP request comes to ESB, it opens a socket and waits for response.
But if ELB instantiates new ESB, then response can go to ESB #2 (instead of #1) ...
0
votes
0answers
16 views
WSO2 BPS - in place of Activiti BPM [closed]
I am confused.I have some question.
Can I use WSO2 BPS in place of Activiti BPM .
Can I invoke some Java class using WSO2 BPS?
Please provide some information on it
-1
votes
1answer
24 views
WSO2 BPS -without database [closed]
My requirement is to use WSO2 BPS without any database
Is there some way to use WSO2 BPS without database ?
IF yes , please provide some tutorial..
0
votes
1answer
43 views
BPMN in WSO2 ESB
I want to use BPMN in WSO2 ESB, but unfortunately it seems that WSO2 ESB does not support BPMN and only support BPEL. Is there any way to integrate a BPMN engine such as activiti or jBPM or something ...
0
votes
1answer
31 views
WSO2 Admin services BAMMediatorConfigAdmin
I am trying to add BAM server profile (under ESB server) using Admin Web services. I am not seeing any error thrown while executing as standalone program but profile is not getting added. Please ...
-1
votes
0answers
20 views
WSO2/WSF linking standard [closed]
Does anyone know how to link the WSO2/WSF framework to a project in VS 2010. I've tried all the available methods in VS 2010 (__stdcall, __fastcall, _cdecl), but none of them worked. It compiles OK, ...
0
votes
0answers
21 views
Does WSO2/Stratos support Chinese localization well? [closed]
We are trying to select a PaaS for our asset management SaaS in Shanghai, China. It seems WSO2/Stratos provides many features that we need. Not sure if anyone in China has used it for China market. We ...
0
votes
0answers
40 views
WSO2 ESB WS-Security client with multiple signatures
Is it possible to configure WSO2 ESB to perform multiple WS-Security signatures using different certificates on the same message sent to secured backend service?
I need to send something like this:
...
-1
votes
0answers
40 views
wso2 adding two or more responses to single output variable? [closed]
i need to append or join two or more responses into single variable that declared in Wso2 BPEL.
How to assign tow or more responses into output variable?
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
4answers
65 views
WSO2 ESB Aggregate from different responses
I am bit confused with WSO2 ESB aggregator mediator.
I need to send three messages to different systems via WebServices, but the three systems have different message formats, so i need to transform ...
1
vote
1answer
59 views
WSO2 Carbon Database getting corrupted
Whenever we deploy an API Manager and users create accounts, after some time - weeks, days and sometimes in a matter of minutes - the carbon database seems to get corrupt and users are no longer able ...
0
votes
0answers
30 views
WSO2 OAuth tokens are not cleaned up in the DB after expiry
I'm using WSO2 IS (4.0.0) with RDBMS (SQLSERVER) datastore.
I can successfully get an access token by hitting the URL https://localhost:9443/oauth2endpoints/token via CURL.
But the token still ...
0
votes
2answers
19 views
How to set Payload for Recipient List Group Endpoint?
I have a sequence that is invoking multiple endpoints. My sequence is:
<sequence xmlns="http://ws.apache.org/ns/synapse" name="GetAllRegistry">
<switch ...
-4
votes
0answers
58 views
WSO2 Identity Server Specific questions 2 [closed]
I have to make an evaluation and I have this following questions that I can't find answers:
Can the authentication be transparent reusing the Windows session? If so, how?
It is possible to ...
0
votes
1answer
53 views
Transform response to plain-text using wso2 esb 4.0.6
I'm new to web-service and somehow I have created a simple web-service over http/https using wso2 esb 4.0.6. Now my requirement is to remove the tag from response i.e. i need plain text in response, ...
0
votes
2answers
50 views
How to use xslt mediator in wso2 ESB?
I have a xslt that i have stored in local-entry. I have response xml saved in a property. How can i use xslt mediator that should take the xslt from local-entry and xslt mediator should take xml from ...
0
votes
1answer
47 views
wso2 esb json post method blank query parameter handling
I converted JSON (client) to SOAP (back end) through ESB Proxy Service and it is working fine.
URL "https://someurl.com/json/"
The problem is that I am trying to call from another batch process ...
0
votes
2answers
55 views
ESB Build issue from source code
I have downloaded platform source code and trying to build ESB 4.6.0 "by running mvn clean install inside "carbon/platform/tags/4.0.7/patch-releases/4.0.6/"
I am getting following error message -
...
0
votes
1answer
24 views
Running WSO2 Carbon as Web Application in Tomcat
I'm trying to run WSO2 Carbon as a web application in Apache Tomcat. I've followed the procedure discussed at http://pradeepfernando.blogspot.com/2012/09/running-wso2-carbon-as-web-app-apache.html.
...
0
votes
1answer
40 views
Which API i need to call to get Access Token,Consumer Key,Consumer Secret?
which API needed to call to get Access Token,Consumer Key,Consumer Secret in WSO2
0
votes
1answer
32 views
Error while executing singleton Cache Manager inside class mediator
My class mediator code is :
package wso2.caching;
import org.apache.synapse.MessageContext;
import org.apache.synapse.mediators.AbstractMediator;
import java.util.Date;
import ...
-1
votes
0answers
42 views
wso2: Service Replacement [closed]
How many strategies and mechanism exist for service replacement?
if a service failed in any reason what strategies and mechanism adopted for replacing it? where applied to? which product? which ...
-1
votes
0answers
38 views
WSO2 API Manager store denying users access [closed]
Our installation of the API Manager is suddenly not allowing users to sign in! when a user creates an account, the account is created on the DB, however the user is unable to sign in with that ...
-1
votes
1answer
68 views
WSO2 Identity Server specific questions [closed]
I have several questions about this solution.
-It is possible to manage authorization dynamically ?
-Can we change session's duration ?
-Can we demand a reauthentication on WebSSO when a user ...
-1
votes
1answer
24 views
ws02 dataservice use parameter IN ORACLE_REF_CURSOR
I use WSO2 DataService for my web services. How can declare a parameter with:
parameter IN
type ORACLE_REF_CURSOR
I do not have any problem with OUT parameter.
1
vote
1answer
31 views
Transform RPC-encoded message to MTOM in WSO2ESB
I'm facing this problem while working with WSO2 ESB:
I need to transform a RPC-encoded message which includes a byte array into a new MTOM-based message which contains the ID of that byte array and ...
0
votes
2answers
36 views
wso2 Identity Server: Policies can not be retrieved from registry policy finder module
I am using Identity Server 4.1.0.
While editing policies, I have noticed that evaluation of correct XACML policies always lead to result 'Not Applicable'. This indicated that the server was not able ...
0
votes
1answer
58 views
WSO2 SingleSign ON
I am new to WSO2 and I follow this post to enable Single Sign On (SSO) for the following scenario:
Virtual machine running centos (IP: 192.168.0.18)
WSO2 IdentityServer 4.1.0 installed with https ...
-1
votes
1answer
44 views
Does WSO2 ESB support web sockets? [closed]
My project needs to provide read and write access to data using web services (SOAP/JSON etc), but we also need the ability to serve real-time notifications of data changes to external users through ...
