I want to build a Proxy that exposes a SOAP interface, calls a REST/JSON service. Example?

I have a WSDL, want to create a proxy using that WSDL. The logic of the proxy should call another REST API, get a response, convert it to XML/SOAP, and then send the result back to the caller.

does any one have example for this?

0 1 76
1 REPLY 1

Maybe try this answer.

Or just search generally.