WSDL 2.0 for REST
So, I have been spoiled in the past with the use of tools to create my WSDL’s for me for SOAP API usage. I have been working on some API’s that need to be exposed via REST with WSDL support. This post is going to be pure babbling as I just need to post something cause it’s been so long.
With the most recent work in REST that I am doing, part of the requirements is that a functional WSDL is present. I do not currently have a tool to generate me a WSDL based on my REST service, so I have had to build one by hand.
I have work to do still, but so far…
ServiceScheme
09 Sep 2009 vMonkey