MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 Exam - Question 85


Refer to the exhibits.

A web client sends a GET request that includes a destination query parameter to the flow's HTTP Listener. The Web Service Consumer throws a

WSC:BAD_REQUEST error.

What is the next step to fix this error?

Show Answer
Correct Answer: B

The error message indicates that the operation 'findFlight' requires input parameters that are not being provided. To fix this, a SOAP payload containing the required input parameters must be set before the Consume operation. This will ensure that the necessary data is included in the request to the Web Service Consumer, preventing the WSC:BAD_REQUEST error.

Discussion

4 comments
Sign in to comment
AaishOption: B
Mar 29, 2021

B is correct

HonestSeekerOption: B
Jan 25, 2023

@Moderator - Please update the solution to the correct answer. B is correct.

rduarte22Option: B
May 30, 2023

B ....

ExamDevOption: B
Jan 22, 2024

B is correct