wso2

Create Nested Groups in WSO2 Identity Server

陌路散爱 提交于 2019-12-23 02:57:05
问题 Is there a way to create nested groups in WSO2 Identity Server using UI or the SCIM interface's Groups end point with LDAP User Store? I tried both but could not create. Is there any other mechanism or the nested groups not supported? 回答1: AFAIK, there is no way to create nested group in WSO2IS, it can only create LDAP groups and assign them to users. But if there are nested group in the LDAP already. Thenusers are retrieved from a particular group, it would give the all users within nested

WSO2 MB start-up Error

放肆的年华 提交于 2019-12-23 02:37:04
问题 I have download WSO2 MB 2.1.0 and run it with the built-in Cassandra server in Windows 7 64bit. But the start-up procedure failed with the following error message. [2013-12-14 11:27:03,371] ERROR {org.apache.cassandra.service.AbstractCassandraD aemon} - Exception in thread Thread[Thread-21,5,main] java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.Thread.start(Thread.java:713) at java.util.concurrent.ThreadPoolExecutor

TCP transport in Proxy wso2 esb

放肆的年华 提交于 2019-12-22 17:42:10
问题 I want to send a request over TCP transport to a proxy service, when use this code to send my soap xml Socket clientSocket = new Socket("host", port); DataOutputStream outToServer = new DataOutputStream(clientSocket.getOutputStream()); outToServer.writeBytes("soap xml instance"); clientSocket.close(); it works fine and my business is continues. But when i send two xml without closing the socket like this: Socket clientSocket = new Socket("host", port); DataOutputStream outToServer = new

TCP transport in Proxy wso2 esb

那年仲夏 提交于 2019-12-22 17:42:07
问题 I want to send a request over TCP transport to a proxy service, when use this code to send my soap xml Socket clientSocket = new Socket("host", port); DataOutputStream outToServer = new DataOutputStream(clientSocket.getOutputStream()); outToServer.writeBytes("soap xml instance"); clientSocket.close(); it works fine and my business is continues. But when i send two xml without closing the socket like this: Socket clientSocket = new Socket("host", port); DataOutputStream outToServer = new

WSO2 ESB - Invoking Webservices with XML data within a tag of the payload

别等时光非礼了梦想. 提交于 2019-12-22 15:51:29
问题 I have a requirement to invoke an external webservice(s) via the Middleware, with one of the tags in my payload containing embedded XML. Sample payload and sequence snippet below. I encounter the following issues. Scenario 1 : (line 24) expression="get-property('PayloadXML')" - Upon issuing a send command, the webservice method is not recognized. Scenario 2 : (line 24) expression="get-property('lPayload')" - Upon issuing a send command, the webservice method is successfully invoked. However,

How to convert SOAP response with xsi values to json in WSO2esb

烂漫一生 提交于 2019-12-22 14:59:14
问题 I'm using wso2 esb 4.8.1 version for SOAP to rest conversion with as API. I have a soap request with xsi values. After I generate the proper soap request with script mediator and um getting an expected response. But I have an issue with response. Because I need t convert the soap response into json. When I tried with following out sequence um not getting the proper json response with axis2. How can I convert this soap response into json properly? This it the soap response. <soapenv:Envelope

WSO2 API Manager - Displaying Private IP in the store

天大地大妈咪最大 提交于 2019-12-22 10:58:08
问题 I have installed the API manager 1.6.0 and got API Manager running as well. However the problem is IP address shown within store is the private IP of the server. Private IP is accessed via a VPN. Below is the URL which is shown in the store as Production and Sandbox URLs, http://192.168.6.162:8280/railway/2.0 For 192.168.6.162 I have assigned a public IP which is 103.11.35.xx and assigned a domain my-domain-name as well. What I would like to see is as below, http://my-domain-name/railway/2.0

Anyone have special issue using WSO2? [closed]

随声附和 提交于 2019-12-22 10:44:02
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . Anyone have any special issue when using WSO2. I'm still looking forward should I use WSO2 or Talend for Integration framework. Anyone have experience using one of them or both? 回答1: Ebay the esb casestudy is a case study which shows how eBay using WSO2 ESB to process more 1

Can't get past Call Mediator in custom mediation flow in WSO2 API Manager

纵然是瞬间 提交于 2019-12-22 10:38:36
问题 Created custom mediation flow in WSO2 AM 1.10 in order to achieve API chaining. As a first step i created this flow, as a test, which calls a REST service in order to generate a token and returns the response to the client. <?xml version="1.0" encoding="UTF-8"?> <sequence name="ppayload" trace="enable" xmlns="http://ws.apache.org/ns/synapse"> <property action="remove" name="REST_URL_POSTFIX" scope="axis2"/> <property name="uri.var.x" scope="default" type="STRING" value="5"/> <property name=

How to delete tenants in WSO2 Identity Server?

痴心易碎 提交于 2019-12-22 09:18:53
问题 In v 4.6.0, we cannot delete tenats through the UI, only disable. However, I see there is a deleteTenant method on the TenantMgtAdminService soap service. I have tried to call this service, but I get an error. From the logs, it has: {org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService} - Error deleting tenant with domain: test7.tenant and tenant id: 136. {org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService} java.lang.NullPointerException at org.wso2.carbon.tenant.mgt.services