Exam MCD - Level 1 All QuestionsBrowse all questions from this 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?

    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
AaishOption: B

B is correct

ExamDevOption: B

B is correct

rduarte22Option: B

B ....

HonestSeekerOption: B

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