Question: The complexTypes needed to support messages are found in the __________ section of WSDL documents (Chapter 8) wsdl:portType wsdl:message wsdl:types wsdl:operation Why would you want

The complexTypes needed to support messages are found in the __________ section of WSDL documents (Chapter 8)

wsdl:portType

wsdl:message

wsdl:types

wsdl:operation

Why would you want to have your RESTful service support both JSON and XML ? (Chapter 9)

JSON content is free-form and so extensible, whereas XML content is standardized and so modular

JSON can be parsed with JavaScript; XML can be validated against a schema

XML is hard to validate but easy to create; JSON is easy to validate but hard to create

XML let you define objects, but JSON does not

A key benefit of RESTful services is that : (Chapter 9)

Service providers need not use resource name and data format conventions

They offer higher latency and lower throughput than WS-* services

They make WADL and WSDL documents interchangeable

Service consumers must conform to the service contrac

___________ are services with cross-cutting concerns, for example logins and logging (Chapter 8)

Microservices

Entity services

Utility services

Task services

Which of the following services has the finest capability granularity ? (Chapter 8)

getParagraph

getDocument

getSection

getSentence

How would you invoke a RESTful notification service ? (Chapter 9)

POST /notification/

PATCH /notification/

PITCH /notification/

PRINT /notification/

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!