Specification

<< Click to Display Table of Contents >>

Navigation:  Webservices >

Specification

 

All Webservices generated by DTS will provide standard specification files fully describing their endpoints, access patterns and data schema, regardless of the type of Application Server they are deployed on.

The flavor and access URLs of these specification files depend on the type of Webservice:

 

WS Type

Spec Type

URL

Resource

REST

WADL

[SERVICE_URL]?_wadl

https://www.w3.org/Submission/wadl/

OPENAPI 3.0

[SERVICE_URL]/openapi.json

[SERVICE_URL]/openapi.yaml

https://swagger.io/specification/

SOAP

WSDL

[SERVICE_URL]?wsdl

https://www.w3.org/TR/wsdl.html