wso2

“[Article] Enabling Monetization of APIs with WSO2 API Manager” related questions

此生再无相见时 提交于 2019-12-12 20:17:48
问题 I tried to POC WSO2 APIM integration with billing engine according the article 1, at the Configure the billing engine step 5 Define the billing plan, i can't find related URL. I tried my local deployment, it seems all URLs needs user login. So my questions are: Is the "sample billing engine" used by API subscriber? Why needs user to define usage plan again in "sample billing engine"? The usage plan tiers should be defined by API publisher in APIM. Any config sample that used in real world?

WSO2 Endpoint look-up sample

好久不见. 提交于 2019-12-12 17:55:49
问题 I am trying to set up the WSO2 Endpoint look-up sample. I have made the changes according to the documentation, but when I try to build the app using "mvn clean install" I am receiving the following error: Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/eclipse/vali dateutility/0.95/validateutility-0.95.pom [WARNING] Checksum validation failed, expected 53f8bac71524372a3d51a6ecf11365042 96f37af but is 8edc83998e0bf2a8867395883f3853eb901be267 for http://maven.wso2.or g

axis2_http_server fails to load service library

旧巷老猫 提交于 2019-12-12 16:51:21
问题 I am trying to get a simple hello world web service working. I used WSDL2CPP to generate the service code from my wsdl file. This builds and shows up in service list at localhost:8080/axis2/services Now, I have created a simple client to access the service. When I try to do a request to the web service, I see the following in my axis2.log: [Tue Aug 27 09:50:31 2013] [debug] http_worker.c(186) Client HTTP version HTTP/1.1 [Tue Aug 27 09:50:31 2013] [debug] soap_builder.c(882) identified soap

WSO2 Identity Server - LDAP user store not working

自闭症网瘾萝莉.ら 提交于 2019-12-12 16:28:29
问题 I'm trying to configure the Identity Server (4.1.0) against our corporate Active Directory. I am using the ReadOnlyLDAPUserStoreManager class. Here is the configuration for the user store: <UserStoreManager class="org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager"> <Property name="ReadOnly">true</Property> <Property name="MaxUserNameListLength">100</Property> <Property name="ConnectionURL">ldap://host</Property> <Property name="ConnectionName">ommitted</Property> <Property name=

WSO2 MDM iPhone profile installation issue (Invalid DER encoding, not ended)

两盒软妹~` 提交于 2019-12-12 13:17:58
问题 I am using WSO2(3.2.0) IOT server for the iPhone MDM and installed it as per the direction in the website I generated the MDM APNS certificate and added it to ios configurations at the server. while enrolling the iPhone (iphone 6) for the MDM, I am getting profile installation failed at iPhone and at the wso2 server(3.2.0) following error is occurred, however profile installation works fine in the iphone x simulator. I am getting this error for the installation of second profile(for MDM

WSO2 ESB as a Pure Pass-Through WSDL Server with All Original Operations

房东的猫 提交于 2019-12-12 10:18:43
问题 I am a newbie in the world of WSO2 EST so my question below could be somewhat pathetic but I just wanted to ask to get help asap. I have a WSDL of a remote web service but it is only presented in SOAP 1.2. My application can only work with SOAP 1.1 WSDL's. So I installed WSO2 ESB, added new proxy service, namely pass-through proxy, and on the "deployed services" list page, I right-clicked WSDL 1.1 on the newly created service row and used "save as" to save WSDL 1.1 version. However, the only

Running WSO2 Carbon as Web Application in Tomcat

旧街凉风 提交于 2019-12-12 10:06:27
问题 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. I've added the web application folders into Tomcat webapps folder, configured HTTPS listener of Tomcat. Server logs show that application is successfully deployed and OSGI console is started. When I try to connect to application from https://localhost:8443/crbn/carbon , I get a 404 error. There are

WSO2 api manager stops after 1000 sync call with large payload

回眸只為那壹抹淺笑 提交于 2019-12-12 09:44:35
问题 I have a server which can send response of any size. When I make calls of with response size 1MB the WSO2 api manger works fine. (1000 requests per minute) When we make same calls with response size of 10MB the WSO2 api manager initially cuts down the size of responnse and finally becomes 0 sized responses. With 1000 requests per minute only first 28 requests response back with 10MB others are lesser size. I have tried hitting the backend service directly with 10MB response sizes and all the

Add/create custom user profile details to wso2 IS

ⅰ亾dé卋堺 提交于 2019-12-12 09:18:29
问题 I have added a new custom attribute named policyid in claim management(as per the post ), Now i want to add the profile details via SCIM endpoint.I tried with the following curl command.. curl -v -k --user admin:admin --data "{"schemas":[],"name":{"familyName":"gunasinghe","givenName":"hasinitg"},"userName":'jouhar',"password":"password"," policyid":"123" ,"emails":[{"primary":true,"value":"hasini_home.com","type":"home"},{"value":"hasini_work.com","type":"work"}]}" --header "Content-Type

WSO2 ESB 4.8.1 ERROR White spaces are required between publicId and systemId

送分小仙女□ 提交于 2019-12-12 07:07:26
问题 We are working with WSO2 ESB 4.8.1 with JAVA 1.7.0_55. Always, when we start the ESB and make the first request we receive this error: TID: [0] [ESB] [2015-04-22 10:51:31,067] ERROR {org.apache.synapse.transport.passthru.util.RelayUtils} - Error while building Passthrough stream {org.apache.synapse.transport.passthru.util.RelayUtils} org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,62] Message: White spaces are required between publicId and