wso2

WSO2 API Manager Interface

橙三吉。 提交于 2019-12-13 02:29:26
问题 I am trying to use WSO2 API Manager, however it selects the wrong network interface when started. I think this in turn makes it select the wrong interface on which to find my API implementation. Does anyone know how you specify the correct interface that is selected? 回答1: Though your question is not much clear,hope you want to login to WSO2 API Manager. Port offset 0. Admin console :https://localhost:9443/carbon Publisher :https://localhost:9443/publisher 来源: https://stackoverflow.com

WSO2 API Manager with Stormpath instead of WSO2 IS

懵懂的女人 提交于 2019-12-13 02:18:30
问题 Has anyone attempted to do this, as in use stormpath as the identity server with WSO2 API Manager instead of WSO2s Identity Server? Any information would be greatly appreciated. 回答1: You won't be able to connect the stormpath identity server directly. but you can plug that identity server to wso2 identity server and use it. You will have to create a custom federated authenticator for this see https://docs.wso2.com/display/IS510/Federated+Authentication . Default pack contains federated

How to get Swagger API definition for the WSO2 API Manager?

▼魔方 西西 提交于 2019-12-13 02:12:17
问题 I am new to WSO2 API Manager Product, which seems free (open source), I am refereeing to https://docs.wso2.com/display/AM170/Quick+Start+Guide and specifically refereeing to " Adding interactive documentation using Swagger " Swagger API definition screen, but they have not given Swagger API definition itself. I am not able to developed anything outoff it later. Could anyone please provide "Swagger API definition"? Please help.. This is only half Swagger API definition. I need full sample ..

build wso2 apim 1.10.0 from source

十年热恋 提交于 2019-12-13 02:09:00
问题 So far I installed deployment version of wso2 AM. Now I would like to build it from source and try running it instead of the binaries I downloaded from the site. Based on WSO2 documentation, I understand the steps are: 1) Download the carbon kernel source: git clone -b 4.4.x https://github.com/wso2/carbon-kernel.git 2) Download the APIM source: git clone https://github.com/wso2/product-apim 3) Build APIM from source cd <SOURCE-DIR>\product-apim mvn clean install Are these steps sufficient, or

WSO2 ESB: Custom URL

狂风中的少年 提交于 2019-12-13 01:54:13
问题 I have created my proxy with custom url, based on: http://wso2.com/library/knowledge-base/2011/01/custom-urls-wso2-esb-proxy-services/ Calling this custom URL with my SOAP message results in an error, I can still use the original url. custom: /services/wss/PlanningOphaalServiceProxy_v1 original: /services/PlanningOphaalServiceProxy_v1 The error: TID: [0] [ESB] [2015-08-19 15:47:05,039] ERROR {org.apache.axis2.engine.AxisEngine} - InvalidSecurity {org.apache.axis2.engine.AxisEngine} org.apache

WSO2 ESB How we can split Property's value and log after split chars?

旧城冷巷雨未停 提交于 2019-12-13 01:24:37
问题 I want get char after spilt messagetext ! <api xmlns="http://ws.apache.org/ns/synapse" name="iterate" context="/tokenize"> <resource methods="GET" uri-template="/{temp}"> <inSequence> <property name="MessageText" value="a,b,c," scope="default"></property> <log> <property name="MessageText" expression="get-property('MessageText')"></property> </log> [how ergodic this MessageText?] <iterate continueParent="true" expression="MessageText" sequential="true"> <target> <sequence> <log level="full"

WSO2 Developer Studio (3.7.1) error when using expression get-property

限于喜欢 提交于 2019-12-13 00:29:05
问题 I've been trying use Developer Studio to get a PayloadFactory Mediator to populate an argument from an expression get-property('PropertyName'). When I try to switch from Design to Source view, I get the following error: Cannot update source view. The following error(s) have been detected. Please see the error log for more details. Reason: XPathFactory#newInstance()failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the

WSO2 ESB 4.0.3 - Error installing Data Services feature from 4.0.* repositories

情到浓时终转凉″ 提交于 2019-12-12 22:19:04
问题 I downloaded WSO2 ESB 4.0.3 and unzipped it on my MAC book PRO with MAC OSX 10.7.5. I added following repository via admin UI. http://dist.wso2.org/p2/carbon/releases/4.0.3/ I searched Data Services feature and try to install it. I am not able to install the Data Services feature 4.0.2. It gives me following error on the WSO2 console. [2013-01-15 16:01:13,157] INFO - HTTPSender Unable to sendViaPost to url[https://17.209.23.156:9443/services/ProvisioningAdminService] java.net

Passing CDATA in WSO2

别来无恙 提交于 2019-12-12 21:27:44
问题 WSO2 4.8.1 has a well-known problem with passing CDATA sections in XML messages. Such sections are always replaced with their contents in the form of XML-escaped string. Any solution to this problem would be appreciated. Meanwhile, I have found a page telling about some patch (patch0514) for this purpose: http://www.yenlo.com/en/how-to-preserve-a-cdata-in-xml-that-is-circulating-in-a-wso2-enterprise-service-bus/ But I have no idea where can I get this patch. Any clue? 回答1: So, finally I found

WSO2 DAS server configuration issue - Dropping wrongly formatted event sent for -1234

给你一囗甜甜゛ 提交于 2019-12-12 20:22:42
问题 I have configured DAS with API manager server using REST client, but not able to push data to DAS server. Please see error logs in DAS server. Could you please help me to understand what is wring in configuration? TID: [-1234] [] [2016-05-20 18:07:05,566] ERROR {org.wso2.carbon.databridge.core.internal.queue.QueueWorker} - Dropping wrongly formatted event sent for -1234 {org.wso2.carbon.databridge.core.internal.queue.QueueWorker} org.wso2.carbon.databridge.core.exception