Hello All,
I m currently working on "RSA Identity Governance and Lifecycle" - 7.0.2.158099 P11, I have configured an AFX connector with RESTful API's configuration.
On testing the capability of connector, the result shows an ERROR but the request gets fulfilled in the end application.
I get an error saying 200, all the logs says message "successful" as a response of the request made and " [DEBUG] org.mule.api.processor.LoggerMessageProcessor:121 - Payload for AFX_OUT: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>"
please refer the screen shot:
Please help me with the response code configuration and payload.
Thanks,
Neeraja Mahajan
Can you provide a screenshot of the "Status Code” response parsing from that connector's capabilities? It seems that you are just passing the response code as is.
The way the Status code works is if the expression returns 0 then we interpret it as a success, any other number is a failure. By default the connector configuration uses a RegEx to transform the HTTP status codes into either 0 (for 2XX and 3XX response codes) or a number (for 4XX and 5XX response codes).