White Box Support Resources Flashcards

1
Q

Support Resources: Architectural Diagrams

A
  • network diagrams, flow charts, physical maps of facilities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Support Resources: Sample Application Requests

A
  • used for testing web apps or other apps
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly