0
votes
1answer
7 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 ...
0
votes
1answer
24 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
27 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
26 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
vote
0answers
16 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
1answer
30 views

Does WSO2 ESB support web sockets?

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

How to byepass a older version jar with new?

I have written a class mediator and used it in wso2 esb which uses ehcache-core-2.6.6 jar so i have put this jar in \esb_home\repository\components\lib folder but here is the twist, I have a jar as ...
0
votes
1answer
41 views

how to cache response from endpoint in wso2 ESB

I want to cache the response in my proxy and when i hit my proxy again then it should get me the cached data. I have tried using Cache mediator but am unable to find if my data is really getting ...
0
votes
1answer
42 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) ...
0
votes
1answer
39 views

Unable to view api statistics in api manager

am trying to integrate the BAM Server(2.2.0) and API Management(1.3.1) getting error: [2013-05-13 14:59:41,747] ERROR - APIProviderHostObject Error while invoking APIUsageStatisticsClient for ...
0
votes
1answer
39 views

WSO2 Service chaining - Proxy services

I have a use case in which the request is send to a proxy A. It is then cloned to two different proxies viz., Proxy B & Proxy C. The response from Proxy B & Proxy C has to be captured in the ...
0
votes
1answer
24 views

How to create Property array in wso2 ESB?

I have my request body as: <tns:InputRequest xmlns:tns="http://tempuri.org/"> <tns:ID>ID_001</tns:ID> <tns:ID>ID_002</tns:ID> <tns:Description>Description for ...
0
votes
1answer
16 views

WSO2 ESB, defining sequence, practical tutorial is needed

I'm new to WSO2 and the whole concept. I have many web services in WSO2 Application Server and I want to integrate them using Proxy service in WSO2 ESB. I create WSDL that defines my virtual service ...
0
votes
1answer
32 views

Does wso2 BPS has class mediator type feature?

In ESB we have class mediator where you can write your custom logic through java code. Likewise how can i do exactly the same thing in wso2 BPS? If it is done through creating jar file of my custom ...
2
votes
2answers
17 views

Does usage of stream between ESB and BAM is asynchroneous?

I configured a BAM Server Profile and a stream in order to connect one of my Proxy Service to my BAM, I have done an error in the IP adress of my BAM during the configuration. When I shooted a request ...
-1
votes
1answer
17 views

send a body value from a service to BAM [closed]

I have difficulties to understand how to log a XML XPath property in a webservice with WSO2 BAM. For example I have a proxy service inside WSO2 ESB and I want (each time the service is called) to ...
0
votes
1answer
16 views

Unable to integrate the BAM Server(2.2.0) and API Management(1.3.1)

I am trying to integrate the BAM Server(2.2.0) and API Management(1.3.1) getting error: [2013-05-13 14:59:41,747] ERROR - APIProviderHostObject Error while invoking APIUsageStatisticsClient for ...
0
votes
2answers
35 views

share business objects between webservice

I want to expose on wso2 esb or wso2-as a set of webservices sharing the same business object model. What is the best way to do it with wso2 and DeveloperStudio ? Tks Nicolas
0
votes
1answer
41 views

wso2esb - aggregate mediator is not being detected

I am using WSO2 4.0.3 on Mac OSX 10.6 I have Data Services Server feature enabled(3.2.2 working in wso2esb 4.0.3 on aggregate mediator. Below is the code, where the iterate mediator worked ...
0
votes
0answers
16 views

Unable to Authenticate the bearer token while accessing API through Rest Client(chrome)

I am trying to test the api through Rest Client(chrome browser). I started the API Manger 1.0.0. I published the API and got the Access token,Consumer Key and Consumer Secret. In Rest Client i am ...
0
votes
1answer
36 views

WSO2 JMS Mediation

I want to try a use case using WSO2 in which a message sent to a queue is sent to a sequence of queues. Currently I am using proxyname as the inbound queue and send mediator finally sends to queue ...
0
votes
1answer
21 views

WSO2 Aggregator in Java DSL

Is there any sample available with WSO2 aggregator using Java DSL ? I couldn't find any example or blogs based on Java DSL. It could really helpful for me. Regards Guru
0
votes
0answers
21 views

WSO2 Aggregator in insequence

Will the aggregator mediator work in insequence ? I have a splitter which will split the messages to JMS queue. I have another proxy service which should collect the messages and aggregate it. I ...
1
vote
1answer
40 views

How to run WSO2 API Manager from source code

I am trying to run the WSO2 API Manager from source code. I have installed orbit,kernel and platform of version 4.0.0 After installing the platform(mvn clean install -Dmaven.test.skip=true ...
0
votes
1answer
48 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
48 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
32 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
2answers
67 views

WSDL for WSO2 ESB proxy service

I have done a few use cases on WSO2-ESB including protocol mediation with transformation and service-chaining. In all of them I had to manually write the wsdl for the proxy service. Having ...
0
votes
2answers
53 views

WSO2 ESB: get JMS message property

I have proxy that listens to JMS queue on message broker. When I send the message to a queue, I set custom properties to JMS message. But when I log the message received by the proxy, there is no ...
0
votes
0answers
48 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
34 views

WSO2 API Manager - Error when Posting to service

When I attempt to do a POST to a REST service that consumes and produces JSON I get the following error <HTML><HEAD> <TITLE>Bad Request</TITLE> </HEAD><BODY> ...
1
vote
3answers
53 views

WSO2 aggregator - xpath couldnt traverse

I have this proxy service to aggregate two xml messages into one. I have configured my aggregator class with xpath I am not sure whether my xpath with namespace works. I couldnt trace with logs. ...
0
votes
1answer
25 views

Error while sending message to message broker from ESB's proxy

I am currently trying to do the example presented in this Link:http://wso2.org/library/articles/2013/03/configuring-wso2-esb-wso2-message-broker. I am trying to post message to topic of message broker ...
0
votes
1answer
37 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" ...
0
votes
1answer
58 views

Removing soap envelope from WSO2 proxy

Every outbound message from the WSO2 proxy service is wrapped by a soap envelope by default. Any possibility to remove it by configuration? I want the transformed message from the proxy service ...
0
votes
1answer
53 views

WSO2 Custom mediator is not returning in proper xml format

Hello WSO2 Users/Team, I am having a custom mediator in my wso2 proxy service which transforms incoming xml to another format, in turn its been forwarded to a jms queue by the proxy. But the xml is ...
0
votes
1answer
62 views

client giving error when invoking a secured web service

I have written a client that invokes webservice. My client is: String publisherEPR = "https://abc:8280/services/ProviderPublication"; protected void publicationOpenSession(HttpServletRequest ...
1
vote
2answers
58 views

client for secured proxy service?

I am trying to implement security to my proxy service. I have taken help for security implementation from this link:http://evanthika.blogspot.in/2012/12/pox-security-with-wso2-esb-proxy.html. My ...
0
votes
1answer
22 views

WSO2ESB Version upgrade from 4.0.0 to 4.6.0

Currently we are using WSO2ESB Version 4.0.0 in a clustered , load balanced enviorment with WSO2 Governance Registry Version 4.0.0. We are hoping to upgrade it to the new WSO2ESB Version 4.6.0. ...
0
votes
3answers
75 views

Web service return empty on WSO2 ESB

We are using WSO2 ESB to access our services. We have developed services on Application Server and we could access them via using ESB Proxy services. However sometimes ESB returns empty values to our ...
1
vote
1answer
39 views

WSO2 ESB DBLookup mediator query multiple rows

As it says in the documentation of the DBLookup Mediator it only returns the first row of the query, the other results if they are, were ignored. I want to know if there is a "best way" to run a ...
0
votes
3answers
92 views

WSO2 ESB TCP Unexpected error sending message back

I have an AdderService at WSO2 AS. Then I created a proxy service with transports="tcp" at WSO2 ESB: <proxy xmlns="http://ws.apache.org/ns/synapse" name="AdderServiceTCP" transports="tcp" ...
0
votes
0answers
67 views

Authenticate a proxy service using WSO2 Identity server

I am trying to authenticate my ebs's proxy service using identity server. I found a link ...
1
vote
1answer
38 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
0answers
30 views

Uable to build WSO2 API Mngt 4.0.7

When i am trying to build wso2 api mgnt i got this error: Please help me mvn clean install [INFO] ------------------------------------------------------------------------ [INFO] BUILD ...
0
votes
1answer
31 views

Error while building wso2 kernel 4.0.6

Can any one help for this error while building wso2 kernel 4.0.6: [ERROR] Failed to execute goal on project axis2-transport-rabbitmq-amqp: Could not resolve dependencies for project ...
0
votes
2answers
36 views

Unable to build wso2 kernel 4.0.6

When i am trying to build the wso2 kernel4.0.6, Build failed due to the f0llowing error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta- 5:attached (2-dist) ...
1
vote
1answer
47 views

wso2 : How to handle access to inactive service fault message?

How can i handle fault message results in access to inactive service? I have N endpoint. in insequence send the message to endpint1 and set OnError of Insequece to Seqerhandler. in Seqerhandler i ...
0
votes
1answer
60 views

WSO2 MessageBroker:Throwing org.wso2.andes.AMQTimeoutException error when creating durable subscriber

I have a code that acts as my subscriber. I have created durable subscriber. So due to this i am getting exception as Exception in thread "main" javax.jms.JMSException: Error registering consumer: ...
0
votes
1answer
50 views

getting error while publishing message to Message Broker's Topic from esb's Proxy

Whenever i try to publish a message from esb to message broker's topic, i get this error [2013-04-19 14:51:45,930] ERROR - AMQConnection Throwable Received but no listener set: ...

1 2 3 4 5 9