ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 31 - Certified MuleSoft Integration Architect I discussion

Report
Export

An organization is creating a set of new services that are critical for their business. The project team prefers using REST for all services but is willing to use SOAP with common WS-' standards if a particular service requires it.

What requirement would drive the team to use SOAP/WS-* for a particular service?

A.
Must use XML payloads for the service and ensure that it adheres to a specific schema
Answers
A.
Must use XML payloads for the service and ensure that it adheres to a specific schema
B.
Must publish and share the service specification (including data formats) with the consumers of the service
Answers
B.
Must publish and share the service specification (including data formats) with the consumers of the service
C.
Must support message acknowledgement and retry as part of the protocol
Answers
C.
Must support message acknowledgement and retry as part of the protocol
D.
Must secure the service, requiring all consumers to submit a valid SAML token
Answers
D.
Must secure the service, requiring all consumers to submit a valid SAML token
Suggested answer: D

Explanation:

Security Assertion Markup Language (SAML) is an open standard that allows identity providers (IdP) to pass authorization credentials to service providers (SP).

SAML transactions use Extensible Markup Language (XML) for standardized communications between the identity provider and service providers.

SAML is the link between the authentication of a user's identity and the authorization to use a service.

WS-Security is the key extension that supports many authentication models including: basic username/password credentials, SAML, OAuth and more.

A common way that SOAP API's are authenticated is via SAML Single Sign On (SSO). SAML works by facilitating the exchange of authentication and authorization credentials across applications. However, there is no specification that describes how to add SAML to REST web services.

asked 23/09/2024
Osman Rana
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first