简体   繁体   中英

WSO2 API Manager Convert JSON REST API to SOAP/WSDL on the backend

I have deployed REST API in API Manager and I need to request this API as REST API (already done) and as SOAP/WSDL endpoint (for some clients).

Do you now any solution for this use case?

If you want to send SOAP body as a REST (POST) call, you can create an API giving a SOAP endpoint. For that you should follow Add New API -> I have a SOAP endpoint in Publisher.

If you want to send a json and convert it to SOAP before sending to backend, you can follow this .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM