White Box Support Resources Flashcards
1
Q
Support Resources: Architectural Diagrams
A
- network diagrams, flow charts, physical maps of facilities
2
Q
Support Resources: Sample Application Requests
A
- used for testing web apps or other apps
3
Q
Support Resources: SDK Documentation
A
- SDK provides a set of tools, libraries, documentation, code samples, processes or guides to allow faster development
- provides code libraries for use
4
Q
Support Resources: SOAP Project File
A
- Simple Object Access Protocol (SOAP)
- messaging protocol specification for exchanging structured information in the implementation of web services
- SOAP Project Files are created from WSDL files or a single service call
5
Q
Support Resources: Swagger Document
A
- swagger is an open source framework with a large system of tools to help design, build, document, test and standardize REST Web Services
- REST has been replacing SOAP - REST is a web app architectural style based on HTTP
6
Q
Support Resources: WSDL
A
- Web Services Description Language
- XML Based interface definition language used for describing the functionality offered by a web service sucha s SOAP server
- flexible, allows binding options, not useful for REST services with WSDL 1.1
7
Q
Support Resources: WADL
A
- XML based machine readable description of HTTP based web services
- easier to write than WSDL but not as flexible, used for REST services
8
Q
Support Resources: XSD
A
- XML Schema Definition
- World Wide Web Consortium (W3C) recommendation that specifies how to formally describe elements in an XML (Extensible Markup Language) document