Consume SSL api or service

Consume SSL service Consuming a HTTPS SSL service need a different HTTP requester configuration Most of the time we have seen below error while calling the SSL service This happen when we doesn’t add the endpoint’s SSL certificates to our MuleSoft trusted store For this use case we will call our earlier SSL service https://localhost/ssl-service…

Share this:
Read More

Call multipart/form-data service

Call multipart/form-data service   To call a multipart/form-data service we will first deploy the sample service which we created in earlier tutorial – Create multipart/form-data service Upload the below zip file to Anypoint runtime manager or cloudhub and we will call the service through form upload html Create multipart/form-data service jar – form-upload-sample-jar Form upload html…

Share this:
Read More