Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

20 total results found

WSO2 Applications

WSO2 solutions give enterprises the flexibility to deploy applications and services on-premises, on private or public clouds, or in hybrid environments and easily migrate between them as needed. And because all of the products are pre-integrated, enterprises c...

Containers

A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of softw...

WSO2 Enterprise Integrator

The open-source, configuration-driven integrator with a graphical drag and drop designer based on the same battle-tested WSO2 EI/ESB runtime. It can facilitate any complex enterprise architecture by integrating APIs, services, data, and SaaS, proprietary, a...

WSO2 Api Manager

WSO2 API Manager is a complete platform for building, integrating, and exposing your digital services as managed APIs in the cloud, on-premise, and hybrid architectures to drive your digital transformation strategy. It allows API developers to design, publi...

Docker

Docker is a platform designed to help developers build, share, and run modern applications. We handle the tedious setup, so you can focus on the code.

Kubernetes

Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.

FAQ

WSO2 Enterprise Integrator

Configurations

WSO2 Enterprise Integrator

Learning

WSO2 Enterprise Integrator

Learning

WSO2 Api Manager

Configurations

WSO2 Api Manager

FAQ

WSO2 Api Manager

Build image dari wso2 mi failed. Caused by: com.spotify.docker.client.exceptions.DockerException

WSO2 Enterprise Integrator FAQ

Ketika melakukan build image docker / kubernetes di integration studio tampil error di log : [ERROR] pull access denied for docker.wso2.com/wso2mi, repository does not exist or may require 'docker login': denied: requested access to the resource is denied In...

Integration Studio 8.1.0
wso2mi 4.1.0

Tidak mendapatkan respon dari backend ketika menggunakan Call Mediator

WSO2 Enterprise Integrator FAQ

Disaat memanggil backend menggunakan Call Mediator, backend mengeluarkan respon berupa json, akan tetapi ketika mendapatkan respon dengan json-eval atau $body, keluar error : ERROR {org.wso2.micro.integrator.core.json.JsonStreamBuilder} - Error occurred while...

Integration Studio 8.1.0
wso2mi 4.1.0

Deploy Gateway Terdistribusi

WSO2 Api Manager Learning

Single Deployment Gateway Pada asalnya sebuah instance gateway mampu melayani 2 buah jenis token , yaitu Sandbox dan Production. yang dikena dengan model hybrid. Ketika ada request yang masuk ke gateway, maka gateway memeriksa token yang digunakan. Apakah tok...

Output dari query database tidak konsisten

WSO2 Enterprise Integrator FAQ

Pada saat query ke database untuk select data, akan keluar output yang berbeda seperti berikut : - Jika result dari db hanya 1 row, respon dari micro integrator adalah json object.- Jika result db lebih dari 1, respon format adalah json arrayIf result return ...

wso2mi 4.1.0
Integration Studio 8.1.0

Bagaimana cara menambahkan object kedalam array

WSO2 Enterprise Integrator FAQ

Untuk menambahkan object kedalam array bisa menggunakan foreach dan enrich mediator untuk menambahkannya, contoh source code : <foreach expression="json-eval($.data)" id="foreach_1"> <sequence> <enrich> <source clone="true" type="in...

Integration Studio 8.1.0
wso2mi 4.1.0

Build docker image, folder lib tidak ikut ke build

WSO2 Enterprise Integrator FAQ

Ketika akan build image secara default WSO2 Integration Studio tidak akan memasukkan folder lib untuk ikut di build. Agar ikut terbuild, hapus komen # di COPY Libs/*.jar ${WSO2_SERVER_HOME}/lib/ di Dockerfile, dan build ulang imagenya.

Integration Studio 8.1.0
wso2mi 4.1.0

Tidak bisa konek database sqlserver 2005 di kubernetes

WSO2 Enterprise Integrator FAQ

Tambahkan script di dockerfile : FROM wso2/wso2mi:latest USER 0 RUN sed -i 's/TLSv1, TLSv1.1, //g' /opt/java/openjdk/conf/security/java.security USER ${USER}

wso2mi 4.1.0
Integration Studio 8.1.0

Ketika mengirim value json ke dataservice value di encode

WSO2 Enterprise Integrator FAQ

Ada request json yang akan dikirim ke dataservice, contoh request : { "email": "[email protected]", "extid": "55192922181742", "type": "", "va": "", "itemtype": "1", "serviceid": "15", "shippername": "Fachmi" } source c...

Integration Studio 8.1.0
wso2mi 4.1.0