Hi! thank you for sharing! I'm a little confused about the different version of WSO2 Enterprise Integrator vs WSO2 API Manager, because you can create API in both WSO2 versions, but the API Manager has a lot of more options. You know if the WSO2 AM can work directly with Datasources?
Dear Carlos, Thanks for your comment. WSO2 API Manager and Enterprise integrator are two separate products offered by WSO2. Enterprise integrator is a hybrid integration platform to enable integration among different systems and applications while API manager solely deals with management of APIs including APIs publishing, policy enforcement, customer onboarding, analytics and monetization.
Thanks, this is the best video I have found, I need to consume this api from an application, so my question is, does this token expire?, how to I set up my consuming app, can I hardcode this access token or do I need to get a token each time I try to consume this api, and if that's the case how to I get this token, thank you very much.
Thanks Julian. When generating token in the developer portal, you can set the expiry and you can even specify it as unlimited. Additionally, you can use token API for token generation and renewal.
Excuse me question in Publisher project, in tab "Design Configurations ", there is fields for "Publisher Access Control " and "Developer Portal Visibility" Excuse where can define Publisher and Developer rules??
@@TutorialsPediaVideos Thank you sir I found all the rules but I cannot distinguish between the roles for Publisher and for Developer sorry for bother you, please help
For Suppose i have a frontend and backend in spring boot. how do i integrate both with WSO2 i didn't understand the how data is transfered through wso2
Dear Ankit, For any published API, API manager provides different authorization and authentication mechanism including the one that you mentioned (authorization token). You can use opaque token or JWT tokens for APIs exposed using WSO2 API manager.
@@TutorialsPediaVideos Thanks for your response but my question is different. You used endpoint URL for which authorization was not required. How can i configure endpoint which requires authorization token.
Hi i did everything as was said in the video but i am getting this message when i try to run it in SoapUI : 900909 The subscription to the API is inactive User is NOT authorized to access the Resource. API Subscription validation failed.
@@TutorialsPediaVideos i installed the product in linux server, and i used this command wso2server.sh, it run successfully but i didn't get publisher url.??
WSO2 is a good API management. Thanks for sharing
Thanks for your feedback.
One of the best beginner tutorials I found. Thanks.
Thanks for your feedback. Glad that I was helpful.
thank you for this great tutorial!
Thank you for this detailed video.
You are welcome. Thanks for your feedback.
awesome great
Very thanks for your learning that very very good
I hope to make playlist tutorial explain everything in Api Manager for WSO2, please
Dear Ahmed,
Thanks for your feedback. Sure, More videos will be added soon about WSO2 API Manager.
Don't forget to subscribe.
@@TutorialsPediaVideos Wow nice, I will subscribe
Bro please don't forget us, I very need WSO2 Api Manager
Excellent presentation!
Hi! thank you for sharing!
I'm a little confused about the different version of WSO2 Enterprise Integrator vs WSO2 API Manager, because you can create API in both WSO2 versions, but the API Manager has a lot of more options.
You know if the WSO2 AM can work directly with Datasources?
Dear Carlos,
Thanks for your comment.
WSO2 API Manager and Enterprise integrator are two separate products offered by WSO2. Enterprise integrator is a hybrid integration platform to enable integration among different systems and applications while API manager solely deals with management of APIs including APIs publishing, policy enforcement, customer onboarding, analytics and monetization.
Tutorials Pedia thanks for the explanation! i will continuing learning about wso2, it’s great!
Thanks for your learning and efforts
very thanks
excuse me I have a question
can I log or know who call my WSO2 services??
please I need it
Thanks, this is the best video I have found, I need to consume this api from an application, so my question is, does this token expire?, how to I set up my consuming app, can I hardcode this access token or do I need to get a token each time I try to consume this api, and if that's the case how to I get this token, thank you very much.
Thanks Julian.
When generating token in the developer portal, you can set the expiry and you can even specify it as unlimited. Additionally, you can use token API for token generation and renewal.
Amazing
Thank you so much for your clear tutorial.
Hai, thanks for your video. How to call my API on api manager using swagger ?
awsome bro thank you
Thanks for your feedback Eshwar.
Excuse me question
in Publisher project, in tab "Design Configurations
", there is fields for "Publisher Access Control
" and "Developer Portal Visibility"
Excuse where can define Publisher and Developer rules??
Dear Ahmed,
Roles can be defined in management console (carbon console) which is available at :9443/carbon
@@TutorialsPediaVideos Thank you sir
I found all the rules but I cannot distinguish between the roles for Publisher and for Developer
sorry for bother you, please help
For Suppose i have a frontend and backend in spring boot. how do i integrate both with WSO2 i didn't understand the how data is transfered through wso2
can we call private API(API which requires authorization token) using API manager?
Dear Ankit,
For any published API, API manager provides different authorization and authentication mechanism including the one that you mentioned (authorization token). You can use opaque token or JWT tokens for APIs exposed using WSO2 API manager.
@@TutorialsPediaVideos Thanks for your response but my question is different. You used endpoint URL for which authorization was not required. How can i configure endpoint which requires authorization token.
How can we do conditional routing using wso2 api manager?
Hi i did everything as was said in the video but i am getting this message when i try to run it in SoapUI :
900909
The subscription to the API is inactive
User is NOT authorized to access the Resource. API Subscription validation failed.
I am trying to test https endpoint from rest Clint it is not working but it is working for http . Is their any reason .
Dear Narasimha,
What's the error you are getting? If it is for SSL, try disabling ssl in postman.
how to setup first ?
I am getting html body in response not correct response
Hey hi actually i am working on wso2 3.1.0 version i have some doubts in that, can you please anyone clarify that ?
Yes sure. Please comment your doubts.
@@TutorialsPediaVideos can you please provide your mail id ?
@@TutorialsPediaVideos i installed the product in linux server, and i used this command wso2server.sh, it run successfully but i didn't get publisher url.??
Check in wso2carbon.log if there are any startup errors.
Also telnet on port 9443 to see if service on the port is running.
Hello sir
Mere app ka keystore lost ho gya hai kya aapke paas koi solutions hai jisse me apne app ko update kr saku
How can we change localhost://8280 to some other address
You can change to a different port in deployment.toml file and then restart the service.