i have api accepts json payload. calling api after data weaver component of mule building json payload.
this means api calling answering 500 internal server error , exception throw becouse http requester configured so. if don't want throw exception , continue execution when 500 error returned can add code 500 the property "success status code validator":
<http:request config-ref="http_request_configuration" path="/" method="get"> <http:success-status-code-validator values="200, 201, 500"/> </http:request>
Comments
Post a Comment