Questions tagged [wso2-am]

WSO2 API Manager is a complete solution for designing and publishing APIs, creating and managing a developer community, and for scalably routing API traffic.

WSO2 API Manager

Links

  1. Github Repos for components and the product
  2. Website
  3. JIRA
  4. Product Home Page
  5. Documentation
2600 questions
0
votes
0 answers

ERROR Axis2Sender Unexpected error during sending message out org.apache.axis2.AxisFault: Payload could not be written as JSON

Can you help me out with my WSO2 After adding endpoint configuration, I am getting org.apache.axis2.AxisFault: Payload could not be written as JSON. Can someone please look and help? 2020-02-13 13:48:51,695 [-] [Timer-9] WARN EndpointContext…
kawther
  • 125
  • 1
  • 3
  • 11
0
votes
2 answers

How to configure SSL in WSO2 APIM Analytic 3.0.0?

I'm using WSO2 APIM ( source am) and WSO2 APIM Analytic ( source worker and source dashboard) on Docker. I'm searching solution to change certificate of WSO2 Analytic. I know that this new version, we need configure deployment.yaml file. But it…
Hưng Híp
  • 409
  • 1
  • 4
  • 15
0
votes
2 answers

JAVA_HOME is not working for WSO2 product in Cent OS 7

I have a CentOS virtual machine. I am trying to install wso2 server in the VM. My .bash_profile folder is export JAVA_HOME=/usr/java/jdk1.8.0_102/ export JRE_HOME=/usr/java/jdk1.8.0_102/jre export PATH=$JAVA_HOME/bin:$PATH But when I start the…
user12056706
0
votes
1 answer

WSO API Manager hide some information of the request of BODY

In API Manager version 3.0.0, I try to hide some information of the request, example: The service is: https://API/v1/client with the method GET, the request is similar to: [ { "id": 1, "nickname": "Example", "name": "LUIS", ... …
0
votes
0 answers

WSO2 - 500]: Internal server error Error while adding new API null--1.0.0 - Error while performing registry transaction operation

Community, Need your kind advise and if anyone has encountered this issue. I'm trying to create a API in WSO2 API Manager version 3.0.0. However, when create I get below error. Error/Problem: 500]: Internal server error Error while adding new…
Bugsbee
  • 1
  • 2
0
votes
1 answer

Changing WSO2_CARBON_DB from H2 to MySql

In WSO2 API Manager 3.0.0, changing from embedded H2 Database to Mysql documentation state about changing of the following databases: WSO2_SHARED_DB, WSO2AM_DB, WSO2_MB_STORE_DB irrespective deployment option (Single Node or Active-Active). But it…
Diligent
  • 55
  • 5
0
votes
1 answer

Unable to connect to mysql database on WSO2

I am new to WSO2 and trying to connect with MySQL database on a windows machine. I have followed the documents but still no luck. change the deployment.toml file as below [database.apim_db] type = mysql url =…
Deepak
  • 33
  • 5
0
votes
0 answers

WSO2 APIManager: How can I set the OAuth Access Token expiration time

We want to try to reduce the life time of our OAuthAccessTokens (generated by an WSO2 API Manager JWT Grant). We tried to do it in the application by setting the 'Validity Period', by changing the AccessTokenDefaultValidityPeriod in the identity.xml…
Edmund
  • 73
  • 4
0
votes
1 answer

Send SOAP message body to endpoint

The endpoint is OAuth protected and requires a SOAP message body in POST request in order to process the request successfully. Please advise.
Diligent
  • 55
  • 5
0
votes
1 answer

WSO2 API Manager Two Parameters in Body

I work with API Manager version 3.0.0. In Publisher page in Resources,I need add two or more parameters when the type is BODY with the method HTTP is POST, similar to but only permits one when parameter is Body. Is possible to add more than one…
0
votes
0 answers

Has anybody implemented WSO2 to AKS integration (microservices in AKS)?

There is a lag introduced between the WSO2 and the microservice layer running on AKS. Tried to tweak every single parameter recommended by WSO2 but there are slight improvements only. Can anyone help?
Guru
  • 23
  • 2
0
votes
1 answer

Configuring Single Sign-on with OpenID Connect

Following steps as described here: I think I have configured steps 1-4 but starting up my IS V5.7 for step 5 falls apart. Initial problems like an incorrectly formatted user-mgt.xml and missing jdbc jar file I was able to solve but I don't have…
0
votes
0 answers

Passing a custom authorization token to the backend in WSO2 is not giving the expected result

I am using WSO2 APIM-2.6.0 and I would like to pass a custom token. For which I have used a token exchange mechanism in mediation Policies, In flow. As per the instructions provided on WSO2 documentation from the below…
0
votes
0 answers

Issue in login to WSO2 API Publisher with LDAP configuration

I have configured Apache DS user store in WSO2 3.0.0. All the user store configuration I have given in deployment.toml file. I have created an user in DS with DN: cn=apiadmin,ou=users,dc=wso2,dc=com. After WSO2 server started I am trying to login to…
Surodip
  • 407
  • 1
  • 7
  • 16
0
votes
1 answer

How add password to the running command in ansible

I have a task to run password-encryption cypher tool. tags: encrypting command: sh {{ansible_env.HOME}}/wso2/apim/{{item}}/wso2am-2.6.0/bin/ciphertool.sh -Dconfigure with_sequence: start=1 end={{ no_of_nodes }} This task requires a…
user12056706
1 2 3
99
100