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?
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?
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.
B is correct
B is correct
B ....
@Moderator - Please update the solution to the correct answer. B is correct.