Creating a RESTful proxy from WSDL

Say I was provided with WSDL for some web services. I really need RESTful services since I will be creating a JavaScript client.

Is there any tool to create RESTful services that act as proxies for traditional web services?

I don't care what language ... PHP, Java ... whatever.

thank

+3
source share
2 answers

I do not know a ready-made solution that can satisfy this need.

However, you can weld something together.

With WSDL 2.0, you can define a web service based on REST. WSDL Example Defining a REST Service

Woden W3C WSDL Converter - WSDL 1.1 WSDL 2.0.

( ESB) REST SOAP.

2 - (, ESB) - REST , - .

0

, ESB . , Mule. , .

0

All Articles