Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 480 Bytes

06242022.md

File metadata and controls

12 lines (9 loc) · 480 Bytes
  1. WSDL is an XML notation for describing a web service.

Explanation: A WSDL definition tells a client how to compose a web service request and describes the interface that is provided by the web service provider.

WSDL: depicts structure of a web service (for user) + describes a web interface from a web provider.

  1. docker activate docker container utility in the specific path:
docker run --rm -v `pwd`:/data cfn-python-lint:latest /data/template.yaml