Publishing API in WSO2 ESB from WSDL

核能气质少年 提交于 2019-12-25 07:19:05

问题


I can see here that I can publish a WSLD like Proxy Service in WSO2 ESB.

But, I want to publish an API from a WSDL. Is it possible to do that in 4.8.1?


回答1:


WSO2 API Manager allows you to publish an api from a WSDL. If your soap service is accessible from internet, you can easily try this using WSO2 API Cloud.

This tutorial shows how to do it in cloud. But, its also valid for the standalone product too.




回答2:


Short answer is no. You cannot create an ESB Rest API from a WSDL or WSDL url as you can create 'WSDL Based Proxy'. But if you want to call the backend SOAP service through an ESB Rest API, that is possible. Follow this guide for SOAP to REST conversion with an API.



来源:https://stackoverflow.com/questions/38499054/publishing-api-in-wso2-esb-from-wsdl

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!