wso2esb

WSO2 governance registry and enterprise service bus (ESB) can be integrated?

本秂侑毒 提交于 2020-01-01 07:04:13
问题 We use WSO2 tools for our SOA. We are examining the possibility of use of Registry Governance to manage the services available. I wonder if someone has already done the integration of Registry Governance and ESB, so that services are built on only one tool to another and replicated. 回答1: Please have a look at [1] and [2] [1] http://wso2.org/project/esb/java/4.0.3/docs/deployment_guide.html [2] http://charithaka.blogspot.com/2011/11/wso2-deployment-synchronizer-sharing.html 来源: https:/

Sequence defined in the Message Processor doesn't receive the response

本秂侑毒 提交于 2019-12-31 05:50:48
问题 I have a separate proxy (in WSO2ESB4.8.1 ) which sends the message to the message store (which is configured with WSO2MB 2.2.0 ) and then the processor sends the message to the backend and backend receives the message, but the response from backend doesn't come back to the defined sequence, Seq_IfcFileCheckinResponse in the processor. My backend is rest service and I am sending a json request. I noticed following warning message in esb console, WARN - JmsConsumer [JMSMessageStore-C-1]. Did

RabbitMQ AMQP Transport Support in WSO2 ESB 4.8

非 Y 不嫁゛ 提交于 2019-12-30 14:56:44
问题 http://docs.wso2.org/display/ESB480/RabbitMQ+AMQP+Transport i have gone through this example to get RabbitMQ AMQP transport support in WSO2 ESB 4.8 but i am getting following error during the Creation of the RabbitMQ Proxy Service. Unable to generate proxy data from source: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[16,93]Message: The reference to entity 'rabbitmq.server.port' must end with the ';' delimiter. any solution ?? thanks 回答1: Admin console "complains" about

RabbitMQ AMQP Transport Support in WSO2 ESB 4.8

允我心安 提交于 2019-12-30 14:55:03
问题 http://docs.wso2.org/display/ESB480/RabbitMQ+AMQP+Transport i have gone through this example to get RabbitMQ AMQP transport support in WSO2 ESB 4.8 but i am getting following error during the Creation of the RabbitMQ Proxy Service. Unable to generate proxy data from source: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[16,93]Message: The reference to entity 'rabbitmq.server.port' must end with the ';' delimiter. any solution ?? thanks 回答1: Admin console "complains" about

Sending Content-Type application/x-www-form-urlencoded WSO2 ESB

我是研究僧i 提交于 2019-12-30 10:43:00
问题 I have been working in a service chaining that answers me with a Bearer Token using in WSO2 EMM. I made a proxy in ESB and then I passed to a new sequence that makes the next call but this one receives a Content-Type application/x-www-form-urlencoded. I have been looking for some help so that I can find anything interesting. This is my proxy <?xml version="1.0" encoding="UTF-8"?> <proxy name="TokenService" startOnLoad="true" statistics="enable" trace="enable" transports="http https" xmlns=

WSO2ESB HTTP Endpoint throws exception when using uri.var parameters in the uri-template

给你一囗甜甜゛ 提交于 2019-12-25 18:14:52
问题 I tried to invoke a REST endpoint by using the following configuration: ... <property name="uri.var.host" value="localhost:8080"/> <property name="uri.var.context" value="my-service"/> <call> <endpoint> <http method="POST" uri-template="http://{uri.var.host}/{uri.var.context}" /> </endpoint> </call> ... But then I get an XMLStreamException that says "DOCTYPE is not allowed": [2016-06-01 17:16:15,702] ERROR - RelayUtils Error while building Passthrough stream org.apache.axiom.om.OMException:

How to Get the Dynamic Namespace prefix for XSLT Transformation in WSO2WSB 4.8.0

不打扰是莪最后的温柔 提交于 2019-12-25 16:07:29
问题 I am Using wso2esb4.8.0. I wish transform my messages into a different format using XSLT transformation. My request messages are: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:open="http://www.openuri.org/" xmlns:env="http://eai.dd,kk/Envelope" xmlns:poin="http://eai.mng.par/hhh"> <soapenv:Header/> <soapenv:Body> <open:clientRequest> <env:EaiEnvelope> <env:Domain>1</env:Domain> <env:Service>hhh</env:Service> <env:ServiceId>1</env:ServiceId> <env:Language>En

WSO2 ESB: log and convert response from the RDF REST service back to SOAP

旧巷老猫 提交于 2019-12-25 12:10:08
问题 I am working on the WSO2 ESB POC for my company, which involves exposing the internal RESTful service via SOAP endpoint on the ESB. I've read all the threads and blog posts related to the SOAP-REST mediation, but still could not find an answer. My RESTful service returns "application/rdf+xml" message format. Here is my sequence: <proxy xmlns="http://ws.apache.org/ns/synapse" name="CQProxy" transports="https,http" statistics="disable" trace="disable" startOnLoad="true"> <target> <inSequence>

WSO2 ESB: log and convert response from the RDF REST service back to SOAP

跟風遠走 提交于 2019-12-25 12:09:06
问题 I am working on the WSO2 ESB POC for my company, which involves exposing the internal RESTful service via SOAP endpoint on the ESB. I've read all the threads and blog posts related to the SOAP-REST mediation, but still could not find an answer. My RESTful service returns "application/rdf+xml" message format. Here is my sequence: <proxy xmlns="http://ws.apache.org/ns/synapse" name="CQProxy" transports="https,http" statistics="disable" trace="disable" startOnLoad="true"> <target> <inSequence>

Error sharing LDAP between WSO2 IS and ESB

元气小坏坏 提交于 2019-12-25 09:43:52
问题 I'm a newbie using WSO2 IS 5.0.0 and ESB 4.8.1, trying out this example @ http://hasini-gunasinghe.blogspot.sg/2011/08/fine-grained-authorization-to-restful.html (had changed xacml 2.0 to 3.0 policy, published policy to PDP) Had also referred to https://malalanayake.wordpress.com/2013/02/13/authentication-and-authorization-with-wso2esb-and-wso2is/ In user-mgmt.xml of ESB, had set AddAdmin to false, comment the org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager section and uncomment the