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)
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
