ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 102 - MCD - Level 1 discussion

Report
Export

Refer to the exhibits. A web client submits a request to http://localhost:8081/fliqhts?destination=SFO and the Web Service Consumer throws a WSC:BAD_REQUEST error.

What is the next step to fix this error?

A.
Set a header In the Consume operation equal to the destination query parameter
Answers
A.
Set a header In the Consume operation equal to the destination query parameter
B.
set a SOAP payload before the Consume operation that contains the destination query parameter
Answers
B.
set a SOAP payload before the Consume operation that contains the destination query parameter
C.
set a property m the Consume operation equal to the destination query parameter
Answers
C.
set a property m the Consume operation equal to the destination query parameter
D.
set a JSON payload before the Consume operation that contains the destination query parameter
Answers
D.
set a JSON payload before the Consume operation that contains the destination query parameter
Suggested answer: B

Explanation:

As can be seen in error message , SOAP service findFlights expects the SOAP paylaod. This can be set using transform message processor which forms SOAP payload before the Consume operation that contains the destination query parameter

asked 18/09/2024
Ishan Patel
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first