6 answers
@Joao, The problem is in the HTTP_Request_Configuration. You are pointing to
localhost:8112
and that's not the correct location of the united (unless you are using a local VM). You should be using the following configurations instead:
mu.mulesoft-training.com:80
So, your HTTP Request configuration should look likeNOTE: All of this is in your Student Snippets.txt file. Please take a look. You should NOT be using
localhost
for any of the external communications. Instead you should replace it with
mu.mulesoft-training.com
wherever possible.
Good luck. Let me know if it works ok.-gopal