Hello Everyone ,
I have a few questions on REST API development , hope to get some help/hints on them.
- I didn’t find any support for RAML or Swagger in WM 9.6 …I am amiming to use a RAML file and use it the similar way we use a WSDL to create provider , meaning can we create a doc types , resources , methods etc.
- Did anyone try to convert a SOAP Webservice to RESTful webservice ? What are the best practices ? Especially around schema validation. I didn’t find support for JSON schema.
- Is there any way we can use an XSD and convert it to either RAML or a JSON schema ?