WSO2 an Open Source Enterprise Service Bus (ESB) - wso2

I am new to this can u please guide me which is good site to start WSO2 ESB Open Source Enterprise Service Bus (ESB) proxy services

WSO2 Docs is the best place to get started.
You can refer WSO2 ESB 4.7.0, which is the latest WSO2 ESB release.
Please go through the samples.
You have few things to do before trying samples and then you can go through Proxy Service samples.
I hope this helps!

Related

Unable to download WSO2 Business Process Server

When I Try to download WSO2 Process Server, It redirects me to API Manager.
The link is http://wso2.com/products/business-process-server
Is the WSO2 Process Server deprecated?
WSO2 Business Process Server(BPS) is now deprecated and discontinued. But you can still use it. WSO2 BPS was merged to WSO2 Enterprise Integrator a couple of years back as a different runtime. So if you want to use BPS capabilities you can download WSO2 EI from here and start the Business Process Profile. You can read more about the BPS Profile here.
Yes, the product is not available now.
You can migrate to EI 6.6.0 if you are using WSO2 BPS 3.6.0 - https://docs.wso2.com/display/EI660/Upgrading+from+WSO2+Business+Process+Server
In the latest EI/MI versions do not come with the BPS solution.
It's best to migrate to Micro-integrator 4.1.0 and use the latest capabilities of the enterprise integration. Micro-integrator is the latest version of the WSO2 ESB platform. However, it does not support BPS capabilities as moving forward, WSO2 will continue to provide only the interprise integration capabilities through the platform and for some of the features such as Message Broker and BPS have been deprecated. For use cases on Message Broker and BPS, you need to integrate with 3rd party products such as Camunda (for BPS) and RabbitMQ (for Message Broker).

WSO2 quick tutorials

I am in the process of evaluating WSO2 as potential solution for our Application Integration Stack.
I have a lot of experience in Mulesoft as middleware. I was looking for quick tutorial on WSO2 to get handson for doing a pilot PoC.
Can somone point to me right tutorial or webiste from which i can get step by step tutorials please ?
Regards
Brijesh
You can refer the following documentation to get more details and tutorials for WSO2 Enterprise Integrator and WSO2 API Manager.
WSO2 Enterprise Integrator official website - https://wso2.com/integration/
WSO2 APIM official website - https://wso2.com/api-management/
WSO2 Enterprise Integrator 7.x series - https://ei.docs.wso2.com/en/latest
WSO2 Micro Integrator - https://ei.docs.wso2.com/en/latest/micro-integrator/overview/quick-start-guide/
WSO2 Integration Studio (developer tool) - https://ei.docs.wso2.com/en/latest/micro-integrator/develop/WSO2-Integration-Studio/
Develop integration use cases using WSO2 EI - https://ei.docs.wso2.com/en/latest/micro-integrator/use-cases/integration-use-cases/
WSO2 Enterprise Integrator 6.x series - https://docs.wso2.com/display/EI660/Quick+Start+Guide
WSO2 Micro Integrator vs WSO2 EI 6.x series - https://ei.docs.wso2.com/en/latest/micro-integrator/references/comparisong-mi7-ei6xx/

swagger url for WSO2 Governance registry5.4.0 REST API

I am exploring the WSO2 Governance registry version 5.4.0. I would like to get the swagger url for WSO2 governance registry REST API so that I can call the rest apis to create/update/delete/get resources in Publisher portal.
I have installed the WSO2 Governance registry 5.4.0 locally on my windows 10 machine.
Please help me with this. Thanks a lot in advance.
First of all this is not a programming issue but support. Please refer below documentations provided by WSO2:
Invoking a REST Service Using the In-built Swagger UI
Adding a
REST Service
For this case you better subscribe to WSO2 mailing list and mail them your query. They will surely reach you.

WSO2 integration with TCP and Restservice

I am new to WSO2 and we are planing to use WSO2 in our product. Our requirement is to communicate with other system through TCP(socket) and rest web services. I did not find any help regrading to my requirement.
I need a step by step guide or any tutorial about my requirements or any sample projet. Thanks
You can use WSO2 ESB to connect systems with TCP and HTTP(rest). You can go through WSO2 ESB documents and find enough samples on that. TCP[1][2], rest api[3]. If you are going to manage the rest apis then you can use the WSO2 API Manager[4]
[1]https://docs.wso2.com/display/ESB500/Setting+Up+the+ESB+Samples#SettingUptheESBSamples-ConfiguringWSO2ESBtousetheTCPtransport
[2] https://docs.wso2.com/pages/viewpage.action?pageId=33136069
[3] https://docs.wso2.com/display/ESB500/Using+REST+with+APIs
[4] https://docs.wso2.com/api-manager-documentation

WSO2 identity server

Trying to understand the tenant setup for the WSO2 identity server. i am unable to find where the java classes defined in the tenant-mgt.xml (ex:CommonHybridLDAPTenantManager.java) are located under the WSO2 4.0.0. Appreciate any help from WSO2 team
You can find the source files here.